ViArt integration
Carrello degli acquisti in PHP con CMS e help desk.
Il metodo di integrazione utilizza un codice di tracciamento generale con delle varianti speciali di ViArt. È possibile tracciare solo il costo totale e l’ID dell’ordine.
Tracciamento delle vendite nella pagina di ringraziamento
Modifica il file templates/user/block_checkout_final.html.
Questo è il codice di tracciamento che dovresti incollare al file:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');var sale = PostAffTracker.createSale();
var total = {google_total} - {google_tax};
sale.setTotalCost(total);
sale.setOrderID('{google_order_id}');
PostAffTracker.register();
</script>
Salva le tue modifiche e hai finito.
Non dimenticare di integrare il tuo carrello anche con il codice di tracciamento dei clic.
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!