CRM-, verkoop- en marketingsoftware voor kleine bedrijven.
Geïntegreerde Infusionsoft-bedankpagina’s
<script type="text/javascript">
document.write(unescape('%3Cscript id=%22pap_x2s6df8d%22 src=%22' + (('https:' == document.location.protocol) ? 'https://' : 'http://') + 'URL_TO_PostAffiliatePro/scripts/jze6hzlz%22 type=%22text/javascript%22%3E%3C/script%3E'));
</script>
<script type="text/javascript">
var customerId = '~Contact.Id~';
var email = '~Contact.Email~';
var callBack = false;
var papAccountId = 'Account_ID';
var infusionAccount = 'XXXXXX';
function getVisitorId() {
return papAccountId + PostAffTracker._cmanager.getVisitorIdOrSaleCookieValue();
}
function visitorCallBack() {
if (callBack == false) {
if ('null' != getVisitorId()) {
callBack = true;
var pixel = document.createElement("img");pixel.width=1;pixel.height=1;
var tempsource = 'https://URL_TO_PostAffiliatePro/plugins/Infusionsoft/infusionsoft.php?visitorId=' + getVisitorId() + '&custId=' + customerId + '&email=' + email + '&sd=' + infusionAccount;
var source = tempsource.replace(/amp;/g,'');
pixel.src = source;
document.body.appendChild(pixel);
}
}
}
try {
PostAffTracker.track();
PostAffTracker.executeOnResponseFinished.push(function() {visitorCallBack();});
}
catch(e){}
</script>
Aangepaste bedankpagina
Onthoud dat de bedankpagina op PHP moet zijn gebaseerd om de tracking te laten werken.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var customerId = '<?php echo $_GET['contactId']; ?>';
var orderId = '<?php echo $_GET['orderId']; ?>';
var email = '<?php echo urlencode($_GET['inf_field_Email']); ?>';
var callBack = false;
var papAccountId = 'Account_ID';
var infusionAccount = 'XXXXXX';
function getVisitorId() {
return papAccountId + 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/Infusionsoft/infusionsoft.php?visitorId='
+ getVisitorId() + '&custId=' + customerId + '&orderId=' + orderId + '&email=' + email + '&sd=' + infusionAccount;
document.body.appendChild(pixel);
}
}
try {
PostAffTracker.track();
PostAffTracker.executeOnResponce.push(function() {visitorCallBack();});
}
catch(e){}
catch(e){}
</script>
Infusionsoft-plug-in inschakelen
De laatste stap is om de Infusionsoft-plug-in in uw Post Affiliate Pro in te schakelen. Indien actief, moet u de plug-in configureren – deze zal u om de API-sleutel en om uw accountnaam vragen.
De accountnaam is uw Infusionsoft-accountnaam, te vinden in het gedeelte Uw accounts direct nadat u zich hebt aangemeld bij uw Infusionsoft. De accountnaam wordt ook gebruikt in al uw Infusionsoft-links als een subdomein, b.v. uw productlinks. Dat is het. Sla uw instellingen op en u bent klaar met de integratie.
Terugkerende betalingen
Als u ook terugkerende betalingen wilt volgen, kunt u dat bereiken met Billing Automation in Infusionsoft en Lifetime Commissions-plug-in in Post Affiliate Pro.
Sla het op en schakel nu de Lifetime Commission-plug-in in uw Post Affiliate Pro in. Dat is het. De periodieke commissie wordt nu ook bijgehouden.
De tekst bespreekt plug-ins en hoe ze de functionaliteit van een programma kunnen uitbreiden door nieuwe functies toe te voegen. Post Affiliate Pro maakt gebruik van twee typen plug-ins: integratienplug-ins en aanpassingsplug-ins. Het gebruik van plug-ins kan de efficiëntie van uw partnersoftware verbeteren en specifieke processen streamlinen. Post Affiliate Pro biedt een uitgebreide selectie van plug-ins en integraties om uit te kiezen, waaronder e-commerce, marketing, betalingen en WordPress-integraties. Het integreren van plug-ins kan helpen bij het meten van analyses, het vergroten van het aantal aanmeldingen voor uw nieuwsbrief en het gemakkelijker inbedden van sociale media in uw website.
De tekst gaat over het integreren van PremiumWebCart met de plug-in voor PAP. Het bevat ook informatie over het configureren van de plug-in en het instellen van de URL voor de bedanktpagina. Er wordt aangeraden om de PremiumWebCart IPN-integratie aan te vinken als u post-upsells wilt volgen en het bedankpagina-script moet worden gekopieerd en geplakt op uw bedankpagina. Er zijn ook gerelateerde integraties beschikbaar.
Post Affiliate Pro offers integrations with ecommerce solutions such as InSales, Shopware, and Mal's ecommerce. The integration with InSales allows for easy creation of a webshop without the need for programmers or developers. Tracking per product and lifetime commissions can be used, and code is provided to track both by order or by product. Instructions are also given for integrating with CommerceGate for automatic partner signup and commission tracking. A free trial is available for Post Affiliate Pro.
De tekst gaat over de integratie met PaySimple, een leverancier van handelsaccounts voor kleine bedrijven. Het proces om een URL toe te voegen aan de "bedankt"-pagina is wat lastig, maar er is een optie om een knop toe te voegen om de klant naar een aangepaste URL te leiden. De URL van de retourpagina moet een unieke URL zijn met hardgecodeerde verkooptrackingcode, met alle parameters zoals totale kosten, product-ID enz. Er worden ook gerelateerde bronnen genoemd en er is een gratis account aan te maken.