Kostenlose PHP-Warenkorbsoftware und kommerzielle Open Source-Warenkorblösung.
Dieses Integrationsmenü verwendet die Avactis-Oberfläche für die Einrichtung der Integration mit Post Affiliate Pro.
1. Klicktracking-Integration
Als allererstes müssen Sie den Klick-Trackingcode in dem Fußzeilencode Ihres Shops einfügen. Navigieren Sie zu Seitenmanager, wählen Sie eine Seite, die Sie mit dem Klick-Trackingcode integrieren möchten (alle Banner-Zielseiten) und klicken Sie auf den Bearbeitenlink in dem unteren Copyright-Bereich. Fügen Sie den Klick-Trackingcode in dem “Blockinhalt” ein und klicken Sie auf Speichern. Klicken Sie dann auch unten auf die Schaltfläche “Änderungen speichern“.
2. Verkaufstracking in der gehosteten Version von Avactis
Navigieren Sie zu Seitenmanager und wählen Sie “order_placed.php” aus, um es zu bearbeiten. Klicken Sie auf den “Bearbeiten“link in dem Bereich center_column für den Block Letzte Bestellung.
Fügen Sie den folgenden Code direkt vor “?>” ein:
// Post Affiliate Pro Tracking code snippet
$order_id = modApiFunc("Checkout", "getLastPlacedOrderID");
if(!empty($order_id)) {
$orderInfo = modApiFunc("Checkout", "getOrderInfo", $order_id, modApiFunc("Localization", "whichCurrencySendOrderToPaymentShippingGatewayIn", $order_id, GET_PAYMENT_MODULE_FROM_ORDER));
echo '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">';
$i = 0;
foreach($orderInfo['Products'] as $product_info) {
$SKU = $product_info['SKU'];
$total = $product_info['SalePrice'] * $product_info['qty'];
$prod_name = $product_info['name'];
echo 'var sale'.$i.' = PostAffTracker.createSale();
sale'.$i.'.setTotalCost(\''.$total.'\');
sale'.$i.'.setOrderID(\''.$order_id.'\');
sale'.$i.'.setProductID(\''.$SKU.'\');
sale'.$i.'.setData1(\''.$prod_name.'\');';
$i++;
}
echo 'PostAffTracker.register();
</script>';
}
Speichern Sie Ihre Arbeit und das war es schon.
3. Avactis mit PayPal
Falls Sie PayPal als Zahlungsanbieter auf Avactis verwenden und es direkt integrieren möchten, müssen Sie einige spezielle Schritte durchführen. Außerdem ist dies nur möglich, wenn Ihnen eine Version von Avactis gehört. Das Problem ist, dass Sie einige Dateien bearbeiten müssen.
Zuerst müssen Sie das Feld ‘custom’ und das Trackingskript in Ihrem PayPal-Formular einfügen – Dies können Sie in dieser Datei tun:
/avactis-themes/_your_theme_/checkout/checkout-sequence/default/confirmation_redirect_to_payment_gateway.tpl.html
IPN-Weiterleitungscode (cURL) zu:
/avactis-system/modules/payment_module_paypal_cc/payment_module_paypal_cc_api.php
Verwenden Sie die Codes aus der ursprünglichen PayPal-Integrationsmethode – Es ist das Gleiche.
Der Text enthält Informationen über das Produkt "Post Affiliate Pro", einschließlich Preise, Funktionen, Support, Integrationen und Alternativen. Es werden auch Informationen über das Unternehmen, Lernressourcen und Geschäftsbedingungen bereitgestellt. Es bietet eine kostenlose Testversion und Integrationen mit Plattformen wie OpenCart und Payrexx.
The TEXT includes information on Post Affiliate Pro product prices, features, integrations, alternatives, support, knowledge base, member area, company overview, awards, customer reviews, and affiliate program. The installation status of the product is also mentioned. The TEXT also refers to the website's terms of service, privacy and cookie policy, and offers the option to subscribe to the newsletter and follow the company on social media. The use of cookies is addressed, and there is an invitation to book a personalized call to discover how Post Affiliate Pro can help your business.
The article discusses the integration service provided by Post Affiliate Pro for affiliate marketing automation. Internetize, a company focusing on a Spanish-speaking audience, uses PAP to track leads and sales. Integration methods are available for platforms such as Actinic. The article also highlights the importance of using automation correctly for successful affiliate campaigns. PAP offers a free trial and has strong support, making it the best option for tracking affiliates.