A Celery e-kereskedelmi platform integrációja úgy valósul meg, hogy értékesítési követőkódunkat közvetlenül beillesztjük a Celery adminisztrációs panelen az affiliate vállalkozások nyomkövető kódjai számára kialakított speciális szakaszba.
Eladáskövető kód integrációja
Jelentkezzen be a Celery irányítópultjára, lépjen a Beállítások> Fizetés> Megerősítő oldal> Egyéni szkriptek szakaszba, és helyezze el a következő kódot:
<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>
Ne felejtse el menteni a változtatásokat a Mentés gombbal, és kész.
Ne felejtse el integrálni a tényleges webhelyét kattintáskövető kódunkkal is. Kattintáskövetés nélkül a Celery rendeléskövetése nem működik megfelelően. A kattintáskövető kód megtalálható a Post Affiliate Pro kereskedői panelen az Eszközök -> Integráció -> Kattintáskövetés menüpontban.
The text discusses various concepts related to commerce such as B2B and B2C, ROI, and integration options through Iono and Post Affiliate Pro. It also mentions useful tools for affiliate marketing, integration with Wix, and order tracking. The Post Affiliate Pro platform offers tracking software, SEO, and bookmarking, and allows for data analysis and website statistics improvement. The text also covers support and learning resources, including a blog, templates, and an academy. The end of the text discusses the installation process for Post Affiliate Pro.
This text discusses various aspects of affiliate marketing, including the cost per click (CPC) model and tools such as ThriveCart and PremiumWebCart IPN integration that can help track transactions and customer data. The text also notes that the Post Affiliate Pro program requires users to agree to its terms and conditions and provides related resources for those who want to set up a free account.
The text describes the features, pricing, integrations, and alternatives of a product called Post Affiliate Pro, as well as its support options and company information. It also mentions a learning academy, blog, and affiliate program. The text ends with a message about the installation progress and the use of cookies on the website.