A gyorsabb és biztonságosabb módja a pénzküldésnek, az online fizetésnek, a pénz fogadásának vagy a kereskedői számla létrehozásának.
A PayPal integrálja az IPN visszahívást akkor is, ha a visszahívást és az egyéni mezőt egy másik rendszer (pl. bevásárlókosár) használja. Emiatt csatolnia kell a cookie értékét az eredeti értesítési URL-hez, majd később újra el kell küldenie a Post Affiliate Pro-nak.
Paypal gomb
Első lépésként meg kell győződni arról, hogy minden paypal gombon szerepel a notify_url mező. Ezt a kódot minden gombhoz hozzá kell adnia a notify_url mezőhöz:
id="pap_ab78y5t4a"
Tehát a mező így néz ki:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a', '', 'pap_custom');
</script>
Így elküldjük a nyomkövető cookie értékét a feldolgozási szkriptnek, hogy az értéket felhasználhassuk az eladás feldolgozása során.
Integráció az IPN feldolgozó szkripttel
Most az IPN-visszahívás a szkriptre mutat. Ezt a visszahívást a Post Affiliate Pro paypal.php szkriptnek is továbbítania kell: https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php.
Abban az esetben, ha a PayPal feldolgozó szkriptje PHP, használhatja a következő kódot ennek végrehajtásához. Elhelyezheti a feldolgozási fájl elejére vagy a feldolgozási funkció elejére.
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php?pap_custom=".$_GET['pap_custom']);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* /Post Affiliate Pro integration snippet */
Ennyi. A PayPal most már integrálva van.
Ez minden, ami szükséges. Mostantól, amikor művelet van, a PayPal IPN-funkciójával hívja meg a szkriptet, és onnantól az IPN-adatok át lesznek irányítva az eladáskövető szkriptünkhöz, így a rendszer jutalékot generál a megfelelő partner számára.
MEGJEGYZÉS: Ha több gomb van egy oldalon, csak az id értékeket írja be az egyes gombokba. A script címkét oldalanként csak egyszer szabad beilleszteni. Bárhol lehet az oldal törzsében.
This text discusses the various features and integrations offered by Post Affiliate Pro and Quality Unit LLC for affiliate marketing. It mentions the customizable one-click upsell feature for Shopify stores through CartHook integration. It also talks about integrations with SquirrelCart and ZOHO subscriptions, as well as providing guidance on integrating with RoboKassa payment system.
The article discusses integrations with the Post Affiliate Pro platform, which allows for tracking of affiliate marketing sales. It mentions various integrations available and provides a sample code for tracking sales. The article also mentions the benefits of using the Post Affiliate Pro and how it can be integrated into different platforms such as Windows-based shopping carts and membership systems. It emphasizes the importance of using JavaScript for tracking and provides instructions for setting up the integration.
The text discusses various methods of integrating the Post Affiliate Pro tracking system into e-commerce websites. It also highlights the benefits of using Iono and eCartSoft for customer service and billing, and mentions integrations with other platforms such as Cart66 and SquirrelCart. The ViArt CMS is also discussed as an option for tracking sales using specific variables. The text provides instructions for adding the tracking code to a website's checkout page and encourages readers to create a free account with Post Affiliate Pro.