Fejlessze ki tökéletes előfizetői platformját egyedülálló moduláris architektúránkkal.
Az integráció a Cleeng Checkout modullal működik, ahol kitölti a nyomkövetési azonosítót a transactionExternalData paraméterbe, majd webhookot használ az összes fizetés nyomon követésére. Ismétlődő jutalékok funkcióval működik.
1. Adja hozzá a nyomkövetési azonosítót a Cleeng Checkout megvalósításához
Először meg kell találnia a Cleeng Checkout implementációt a webhelyén, és be kell állítania a TransactionExternalData paramétert a Checkoutban, amelybe a nyomkövetési azonosító be lesz írva. Így fog kinézni a testreszabott Cleeng Checkout a megvalósítással:
CleengApi.checkout({
displayType: "overlay",
offerId: "S123123123_US",
transactionExternalData: PAPcookieId,
completed : function(result){}
});
2. Adjon hozzá kódot a követési azonosító mentéséhez
Helyezze el a következő kódot valahova a Cleeng Checkout megvalósítása fölé, hogy a nyomkövetési azonosító a PAPcookieId változóba kerüljön:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
try {
PostAffTracker.track();
} catch (err) { }
var PAPcookieId = '';
PostAffTracker.executeOnResponceFinished.push(function() {
PAPcookieId = PostAffTracker._getAccountId() + PostAffTracker._cmanager.getVisitorIdOrSaleCookieValue();
});
</script>
3. Állítsa be a nyomkövető bővítményt
Jelentkezzen be a Post Affiliate Pro kereskedői paneljére, lépjen a Configuration>Plugins menüpontra, és engedélyezze a Cleeng webhook-kezelő bővítményt. Konfigurálja a beépülő modult, és töltse ki a Cleeng API kiadói/műsorszolgáltatói tokent, és az integráció kész.
The text is a website for Post Affiliate Pro, a service that offers a variety of features and integrations for businesses, including pricing, support, a knowledge base, customer reviews, and an affiliate program. The site includes contact information for sales, as well as terms of service and privacy policies. The site is currently building a dashboard for users, and will send login information to their email after installation is complete.
The Post Affiliate Pro offers a quick report function that shows important data on affiliated businesses and campaigns. Detailed analysis on views, clicks, CTRs, sales, and commissions can help with decision making and customization of marketing strategies. The Cultures for Health Partner program allows for earning from accommodation and dining services, with important considerations such as campaign rules and payment structure. The website also offers various features, integrations, and support, with information on company details, awards, and customer opinions.
The text discusses various payment integration options with the Post Affiliate Pro platform, including Payrexx, PayU, PaySimple, and Paysite Cash. It also explains the necessary steps to add tracking codes for sales and coupons, and highlights the benefits of the PayU integration. Additionally, the article outlines the process for integrating ZOHO subscriptions and emphasizes the importance of automating lifecycle billing to ensure timely payment. The text advises adding unique URLs with encoded sales tracking codes to increase click-through rates.