Una empresa basada en SaaS que ofrece la gestión de la facturación recurrente como un servicio externalizado.
Este método de integración utiliza la API de Recurly para obtener los detalles del plan adquirido y para registrar una comisión con los valores de la suscripción.
La integración requiere la función de Comisiones Recurrentes para el seguimiento de los pagos recurrentes/conversiones de prueba.
Consfigurar Recurly
Este método de integración utiliza una “página de agradecimiento” externa, así que si no tienes una, créala. Cuando tengas la página, navega a la sección Configuración > Planesl de tu panel de administración de Recurly y edita tus planes. Hacia la parte inferior de la pantalla de edición del plan, marca la casilla de verificación para Omitir la confirmación de Recurly y establece Retorno de la URL tras el éxito en tu página de agradecimiento.
Añade este string a a cada URL:
?account_code={{account_code}}&plan={{plan_code}}
Si ya tienes un signo de interrogación en el enlace, cambia el del código anterior por el símbolo del ampersand (&).
Activar la API
En el panel de administración de Recurly ve a la sección Integraciones > Credenciales de la API, habilita tu API si aún no está habilitada, y obtén tu clave de API.
Ahora, navega hasta Integraciones > Webhooks y utiliza el botón Configurar para añadir un nuevo Epunto y señalar su URL:
https://URL_TO_PostAffiliatePro/plugins/Recurly/recurly.php
Por último, activa el plugin Recurly en la sección de plugins de tu panel de vendedor de Post Affiliate Pro y establece allí tu clave API.
Código de integración
Abre tu página de agradecimiento para editarla y pega este código en el archivo:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var $_GET = get_query();
var callBack = false;
PostAffTracker.setAccountId('Account_ID');
try {
PostAffTracker.track();
PostAffTracker.executeOnResponseFinished.push(function() {visitorCallBack();});
}
catch(e){}
function getVisitorId() {
return PostAffTracker._getAccountId() + PostAffTracker._cmanager.getVisitorIdOrSaleCookieValue();
}
function visitorCallBack() {
if (callBack == false && "null" != getVisitorId()) {
callBack = true;
var pixel = document.createElement("img");pixel.width=1;pixel.height=1;
pixel.src = 'https://URL_TO_PostAffiliatePro/plugins/Recurly/recurly.php?papCookie=' + getVisitorId() + '&account_code=' + $_GET.account_code + '&plan=' + $_GET.plan;
document.body.appendChild(pixel);
}
}
function get_query(){
var url = location.search;
var qs = url.substring(url.indexOf('?') + 1).split('&');
for(var i = 0, result = {}; i < qs.length; i++){
qs[i] = qs[i].split('=');
result[qs[i][0]] = decodeURIComponent(qs[i][1]);
}
return result;
}
</script>
No olvides integrar tu sitio con el código de seguimiento de clics.
The text discusses various integration options with Post Affiliate Pro, including recurring sales integration with PayPal and registration form integration. It also mentions the availability of a free trial and the trust of highly rated customers. Additionally, it provides code snippets for integrating with aMember and setting up affiliate accounts for new users.
The text discusses Post Affiliate Pro, a tool for affiliate marketing that allows people to create their own subdomain account for tracking sales. It provides detailed instructions on how to integrate the tool with Iono and mentions some of Iono's features. The text also highlights integrations with aMember, Recurly, PaySimple, and other relevant resources. The process for integrating Recurly and PaySimple are also covered, along with tips for successful integration. Additionally, the text mentions resources like Payrexx, CommerceGate, Instamojo, Fortune3, and Protección Antifraude.
The text discusses the availability of Post Affiliate Pro, a platform for affiliate marketing. The user can start a free trial by registering and accepting terms and conditions. The integration with PaySimple is complicated, but can be done by creating or editing a payment form. The user must name the URL and create a unique URL with tracking code to ensure proper tracking. The text also mentions other payment integrations available on Post Affiliate Pro such as Payrexx, Recurly, CommerceGate, and Instamojo.
The text covers various topics related to affiliate marketing, including integration of PayPal in aMember software, the Gravity Forms affiliate program, and the importance of clear terms and conditions. It also discusses the overlap map report feature in Post Affiliate Pro, which can be used to identify profitable markets and minimize expenses. The text provides step-by-step instructions for integrating PayPal into marketing goals. The Gravity Forms affiliate program offers fixed commission rates and various promotional materials. It is essential to follow campaign rules and check content policies. The program accepts several methods of payment, including ACH and PayPal.