Mambo-ChargePlus integration
Una soluzione ecommerce per il sistema di gestione dei contenuti Mambo.
L’integrazione con Mambo-ChargePlus viene fatta inserendo lo script di tracciamento delle vendite nella pagina di conferma.
Trova il file
Trova e apri il file: /components/com_mambocharge_plus/mambocharge_plus_thankyou.php.
Integrazione
Metti il seguente codice in fondo a questo file:
<?php
$aff_subtotal = $_POST['amount3'];
$aff_orderid = $_POST['invoice'];
?><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();
sale.setTotalCost('<?php echo $aff_subtotal ?>');
sale.setOrderID('<?php echo $aff_orderid ?>');
PostAffTracker.register();
</script>
Finito
Hai finito l’integrazione. Ogni volta che il cliente entra nella pagina di conferma dell’ordine il codice di tracciamento si attiverà e registrerà una vendita per l’affiliato di riferimento.
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!