Eine flexible, sichere und bankneutrale Online- & mobile Zahlungsverarbeitungslösung für Kreditkarten.
Dies ist die Integrationsmethode für Beanstream – Zahlungsanbieter, Verkäuferkontoanbieter und Online-Kreditkartenverarbeitungsdienst.
Ihr Zahlungsformular integrieren
Der erste Schritt ist, Ihr Zahlungsformular zu integrieren – Die Integration verwendet die benutzerdefinierten Felder (ref1 bis ref5). In diesem Beispiel verwenden wir das Feld ref1. Wenn Sie dieses Feld bereits für einen anderen Zweck nutzen, verwenden Sie einfach ein anderes verfügbares benutzerdefiniertes Feld.
Der erste Schritt ist, für die benutzerdefinierte Variable ein verstecktes Feld hinzuzufügen und das Trackingskript einzuzufügen, das den Affiliatewert liest. Das ist der Code, den Sie kopieren und direkt in Ihrem Zahlungsformular einfügen können:
<input type="hidden" name="ref1" value="" id="pap_dx8vc2s5" />
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
Speichern Sie Ihre Änderungen.
Antwort tracken
Ihr Zahlungsformular sollte einen approvedPage-Param mit einer definierten URL haben. Das ist die Stelle, an die Antworten gesendet werden. Es ist auch die Stelle, wo wir Provisionen tracken.
Das Beispiel unten ist ein PHP-Code. Wenn Ihr approvedPage-Skript also ASP oder etwas anderes ist, versuchen Sie es bitte anzupassen:
<?php
include_once('PapApi.class.php'); // ------ correct path to your API file !!!
$saleTracker = new Pap_Api_SaleTracker('https://URL_TO_PostAffiliatePro/scripts/sale.php');
$saleTracker->setAccountId('Account_ID');
$sale = $saleTracker->createSale();
$sale->setTotalCost($_POST['trnAmount']);
$sale->setOrderID($_POST['trnOrderNumber']);
$saleTracker->register();
?>
Bitte korrigieren Sie den Pfad, sodass er sich mit Ihrer API-Datei verbindet, die in jeder Installation von Post Affiliate Pro enthalten ist. Sie finden sie in api/ directory.
Falls Sie Verkäufe auf einem anderen Server tracken, als den auf dem Post Affiliate Pro installiert ist, müssen Sie die API-Datei kopieren und sie auf dem Server mit dem Trackingskript von oben einfügen…
Speichern Sie Ihre Änderungen und schon sind Sie fertig… Die Verkaufstrackingintegration ist abgeschlossen.
Vergessen Sie nicht, Ihre Webseite mit dem Klick-Trackingcode zu integrieren, sodass alles richtig funktioniert.
The given text includes information about Post Affiliate Pro, a knowledge base, support, and resources for learning about affiliate marketing. It also mentions the company's credentials and affiliates, as well as terms and policies related to using their services. The text also offers the option to schedule a personal call for assistance and includes a cookie acceptance request for contacting them through various channels.
The given TEXT contains information about a company named Quality Unit LLC, which offers services like Post Affiliate Pro, a dashboard for affiliates. The text also includes information on the company's policies, affiliate programs, and a newsletter subscription. In addition, the text emphasizes the use of cookies on the website and the availability of a chat feature for contacting the company.
The given text includes information about a product called Post Affiliate Pro, including its prices, features, integrations, alternatives, support options, member area, change log, and performance status. It also mentions the company behind the product, including its awards and customer reviews. The text also includes links to the company's blog, templates, and affiliate marketing resources, as well as a newsletter subscription and social media links. Finally, it offers the option for a personalized call to discuss how Post Affiliate Pro can help businesses, along with contact forms and live chat options.