Celery integration
L’integrazione della piattaforma di e-commerce Celery si ottiene inserendo direttamente il nostro codice di tracciamento delle vendite in una sezione speciale progettata per i codici di tracciamento degli affiliati nel tuo pannello di amministrazione Celery.
Integrazione del codice di tracciamento delle vendite
Vai alla dashboard di Celery e andiamo in Impostazioni> Checkout> Pagina di conferma> sezione Script personalizzati e inserisci questo codice qui:
<script>
var order = App.getOrder({version: 'v1'});
var orderNumber = order.number;
var buyerEmail = order.buyer.email;
var total = order.total / 100;
</script>
<div id='papSaleTrackingPlaceholder'></div>
<script type="text/javascript">
(function(d,t) {
var script = d.createElement(t); script.id= 'pap_x2s6df8d'; script.async = true;
script.src = '//URL_TO_PostAffiliatePro/scripts/trackjs.js';
script.onload = script.onreadystatechange = function() {
var rs = this.readyState; if (rs && (rs != 'complete') && (rs != 'loaded')) return;
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost(total);
sale.setOrderID(orderNumber);
sale.setData1(buyerEmail);
try { PostAffTracker.track(); } catch (e) {}
}
var placeholder = document.getElementById('papSaleTrackingPlaceholder');
placeholder.parentNode.insertBefore(script, placeholder);
placeholder.parentNode.removeChild(placeholder);
})(document, 'script');
</script>
Non dimenticarti di salvare le modifiche con il pulsante Salva e il gioco è fatto.
Non dimenticarti di integrare il tuo sito web attuale con il nostro codice di tracciamento dei clic. Senza il tracciamento dei clic, il tracciamento degli ordini in Celery non funziona correttamente. Il codice di tracciamento dei clic si trova nel pannello commerciale di Post Affiliate Pro in Strumenti -> Integrazione -> Tracciamento dei click.
Discover the seamless Auto-Registering Affiliates feature in Post Affiliate Pro that automatically creates affiliate accounts using email addresses in tracking codes. Activate it in your Merchant panel and effortlessly generate links and banners. Note: Visibility of email addresses may pose a security risk. Explore more at [Quality Unit Support](https://support.qualityunit.com/987859-Auto-Registering-Affiliates).
Unlock endless customization with HTML banners, enhancing interactivity and click-through rates. Effortlessly design with WYSIWYG or HTML editors, and seamlessly integrate affiliate links using dynamic variables. Explore Post Affiliate Pro's advanced banner features to elevate your affiliate marketing strategy.
Error when adding Google Analytics code to affiliate panel.
Fix Google Analytics code errors in Post Affiliate Pro by using {literal}{/literal} tags in Smarty templates. Learn how here!
How to integrate Post Affiliate Pro with Google Analytics?
Learn how to seamlessly integrate Post Affiliate Pro with Google Analytics to effectively track affiliate-referred visits. Follow our step-by-step guide to generate optimized URLs using the Google Analytics URL builder, decode them, and use them as Destination URLs in your campaigns. Visit now to enhance your tracking capabilities.
9. Integrate the affiliate software with your website
Integrate your affiliate software seamlessly with your website for effective tracking of referrals and commissions. Set it up right!