ViArt integration
Carrinho de compras PHP com CMS e help desk.
O método de integração usa código de rastreamento geral com variáveis ViArt especiais. Você pode acompanhar apenas o custo total e o ID do pedido.
Acompanhamento de vendas na página de agradecimento
Edite o arquivo templates/user/block_checkout_final.html.
Este é o código de rastreamento que você deve colar no arquivo:
<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>
Salve suas alterações e pronto.
Não se esqueça de integrar seu carrinho também com o código de rastreamento de cliques.
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!