SendOwl integration
Una piattaforma ecommerce indipendente che ti aiuta a vendere i tuoi prodotti digitali online.
Vendi dei download digitali, degli abbonamenti o dei servizi in modo automatico e sicuro con SendOwl. Funziona con qualsiasi sito web, social network, blog o negozio ecommerce.
Integrazione
Devi accedere al tuo pannello di amministrazione SendOwl e andare su Impostazioni > Personalizzazioni > Codice personalizzato > Pagina di completamento del Download/Ordine (HTML personalizzato) e inserire il codice sottostante:
<script type="text/javascript">
var papScriptHeader = document.createElement('script');
papScriptHeader.setAttribute('src','//URL_TO_PostAffiliatePro/scripts/trackjs.js');
papScriptHeader.setAttribute('id','pap_x2s6df8d');
papScriptHeader.setAttribute('type','text/javascript');
papScriptHeader.setAttribute('onload','papTrackingFunction()');
document.getElementsByTagName('body')[0].appendChild(papScriptHeader);
function papTrackingFunction() {
PostAffTracker.setAccountId('default1');
var sale = PostAffTracker.createSale();
sale.setTotalCost(sendOwlOrderPrice);
sale.setOrderID(sendOwlOrderId);
PostAffTracker.register();
}
</script>
Ecco fatto!
NOTA: Non dimenticarti di integrare le tue landing page con il codice di tracciamento dei click OPPURE usa il metodo di collegamento dei Link Standard (reindirizzamento).
Discover the power of the Lifetime Commissions plugin! Ensure lifetime referral tracking with unique customer identifiers, allowing affiliates to earn commissions on future sales without repeated clicks. Easily manage customer-affiliate relations and configure settings to suit your needs. Boost your affiliate program's efficiency with customizable options and ensure commissions for affiliates, even across different devices or channels. Explore seamless integration with eCommerce systems and enhance your marketing strategy today!
Discover the essentials of clicks (referrals) tracking with our comprehensive guide. Learn about the importance of click tracking code, explore various code examples including simple, asynchronous, and PHP versions, and dive into advanced tracking options. Optimize your affiliate marketing strategy with expert tips on setting account IDs, managing cookies, and customizing tracking parameters. Visit now to enhance your click tracking implementation!