–Hidden comment

Use attributes in format region_from and region_to= to change the languages showing in language switcher.
Available regions are:
europe_from europe_to
asia_from asia_to
mideast_from mideast_to
america_from america_to

Example:
europe_from=0 europe_to=22 will put all languages (ordered in language switcher settings) from 1 to 21 to Europe region:
asia_from=22 asia_to=25 will put all languages from 23 to 24 (so only 2) into Asia region.

Google Wallet

Ein Peer-To-Peer-Zahlungsdienst.

Google Wallet integriert mithilfe von Google Wallet-Benachrichtigungen.

Um mit Google Wallet zu integrieren, benötigen Sie das Google Checkout-Plugin, welches standardmäßig Teil von PAP ist.

Einrichtung Ihres Google Checkout-Verkäuferkontos

Loggen Sie sich in Ihrem Google Wallet-Verkäuferkonto ein. Navigieren Sie in das Einstellungspanel. Wählen Sie nun Integration aus dem linken Menü aus. Wenn “Mein Unternehmen postet nur digitale unterschriebene Warenkörbe” angehakt ist, müssen Sie den Haken entfernen. Als Nächstes müssen Sie die URL https://URL_TO_PostAffiliatePro/plugins/GoogleCheckout/googlecheckout.php in das Textfeld “API callback URL:” einfügen. Wählen Sie als Letztes die Radioschaltfläche XML aus der “Callback method:“-Gruppe. Vergessen Sie nicht, Ihre Einstellungen zu speichern.

Notiz: URL https://URL_TO_PostAffiliatePro/plugins/GoogleCheckout/googlecheckout.php muss sich auf einem sicheren Domain befinden (Mehr über Google-Dokumentation).

Google Checkout-Plugin aktivieren und konfigurieren

Nachdem Sie das Google Checkout-Plugin aktiviert haben, müssen Sie es einrichten. Loggen Sie sich in Ihrem Verkäuferpanel ein. Navigieren Sie in das Menü Start >Plugins. Klicken Sie nun auf die Schaltfläche Konfigurieren in dem Google Checkout-Pluginitem. Hier müssen Sie Ihre Verkäufer-ID und Ihren Vekräuferschlüssel festlegen. Diese finden Sie in Ihrem Google Wallet-Verkäuferkonto unter Einstellungen >Integration finden. Lassen Sie den benutzerdefinierten Wertseparator leer.

Trackingcode zu Ihren Google Checkout-Warenkorbschaltflächen hinzufügen

Wenn Sie die Warenkorbschaltflächen von Google Wallet benutzen, fügen Sie den folgenden Code in jede Warenkorbschaltfläche ein:

<input value="" class="product-private-data" type="hidden" id="pap_dx8vc2s5">

Beispielcode:

...
<div class="product">
  <input value="Google T-Shirt" class="product-title" type="hidden">
  <input value="" class="product-private-data" type="hidden" id="pap_dx8vc2s5">
  <input value="14.99" class="product-price" type="hidden">
<div title="Add to cart" role="button" tabindex="0" class="googlecart-add-button"></div>
</div>
...

Notiz: Wenn Sie die Option “Gesamten Warenkorb als eine Transaktion verarbeiten” nutzen, müssen Sie stattdessen diesen Code verwenden:

Beispielcode:

...
<div class="product">
  <input value="Google T-Shirt" class="product-title" type="hidden">
  <input value="" class="shopping-cart.merchant-private-data" type="hidden" id="pap_dx8vc2s5">
  <input value="14.99" class="product-price" type="hidden">
<div title="Add to cart" role="button" tabindex="0" class="googlecart-add-button"></div>
</div>
...

Trackingcode zu Ihren Google Checkout-Schaltflächen “Jetzt Kaufen” hinzufügen

Wenn Sie die Jetzt Kaufen-Schaltflächen von Google Wallet benutzen, fügen Sie den folgenden Code in jede Jetzt Kaufen-Schaltfläche ein:

<input name="shopping-cart.items.item-1.merchant-private-item-data" id="pap_dx8vc2s5" type="hidden" value=""/>

Beispielcode:

....
<form action="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/243538163685636" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
    <input name="item_name_1" type="hidden" value="Pohar"/>
    <input name="item_description_1" type="hidden" value="google poharik"/>
    <input name="item_quantity_1" type="hidden" value="1"/>
    <input name="item_price_1" type="hidden" value="25.0"/>
    <input name="item_currency_1" type="hidden" value="USD"/>
    <input name="shopping-cart.items.item-1.merchant-private-item-data" id="pap_dx8vc2s5" type="hidden" value=""/>
    <input name="charset" type="hidden" value="utf-8"/>
    <input alt="Google Wallet"src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=243538163685636&amp;w=117&amp;h=48&amp;style=white&amp;variant=text&amp;loc=en_US" type="image"/>
</form>
....

Notiz: Wenn Sie die Option “Gesamten Warenkorb als eine Transaktion verarbeiten” nutzen, müssen Sie stattdessen diesen Code verwenden:

Beispielcode:

....
<formaction="https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/243538163685636"id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
    <input name="item_name_1" type="hidden" value="Pohar"/>
    <input name="item_description_1" type="hidden" value="google poharik"/>
    <input name="item_quantity_1" type="hidden" value="1"/>
    <input name="item_price_1" type="hidden" value="25.0"/>
    <input name="item_currency_1" type="hidden" value="USD"/>
    <input name="
shopping-cart.merchant-private-data
"
id="pap_dx8vc2s5" type="hidden" value=""/>
    <input name="charset" type="hidden" value="utf-8"/>
   <input alt=""src="https://sandbox.google.com/checkout/buttons/buy.gif?merchant_id=243538163685636&amp;w=117&amp;h=48&amp;style=white&amp;variant=text&amp;loc=en_US"type="image"/>
</form>
....

Integration abschließen

Nach den Schaltflächen müssen Sie diesen Code einfügen:

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>

Schon fertig. Nun sind Sie bereit, Verkäufe von Ihrem Google Wallet-Konto zu tracken.

Notiz: Es gibt in der Google Checkout-Plugineinrichtung eine weitere Option namens “Gesamten Warenkorb als eine Transaktion verarbeiten“. Wenn Sie diese Option auswählen, registriert PAP den gesamten Warenkorb als eine große Transaktion. Vergessen Sie in dem Fall nicht, merchant-private-data anstatt von merchant-private-item-data zu verwenden, um benutzerdefinierte Wertinformationen an PAP weiterzugeben.

Jeder Google Wallet-Nutzer sollte das Google Checkout-Team über checkout-api-support@google.com kontaktieren und eine Anfrage stellen, um sein Domain auf die Whiltelist zu setzen. Sonst funktioniert das Tracking nicht.

Zurück zu Integrationen KOSTENLOSES Konto erstellen
Möchten Sie Ihre Affiliatesoftware noch weiter verbessern? Sehen Sie sich die Payrexx-Integration für Post Affiliate Pro an.

Payrexx

Der Text behandelt verschiedene Aspekte des Affiliate-Marketings und der Integration von Post Affiliate Pro, PayPal und OptimizePress für Landing- und Verkaufsseiten. Qualitätseinheit bietet die Tracking-Software an.

Möchten Sie Ihre Affiliatesoftware noch weiter verbessern? Sehen Sie sich die MoonClerk-Integration für Post Affiliate Pro an.

MoonClerk

The text involves various messages related to the subscription to a newsletter, social media policies, privacy policies, and cookies, all related to Quality Unit, LLC. The majority of the content focuses on the creation of a Post Affiliate Pro account, including the steps to access it and the installation status. The text also includes an invitation to schedule a call with a representative from the company to learn more about how Post Affiliate Pro can help businesses. The use of cookies on the website is mentioned, as well as several options for contacting the company, including a contact form, messenger, and live chat.

Möchten Sie Ihre Affiliatesoftware noch weiter verbessern? Sehen Sie sich die Instamojo-Integration für Post Affiliate Pro an.

Instamojo

Internetize uses Post Affiliate Pro to increase leads, sales, and brand metrics. The platform's features and strong support have convinced the company, which has 523 affiliates across five countries. Payrexx is integrated into Post Affiliate Pro for safe and easy worldwide customer payments. The Post Affiliate Pro app allows for mobile management of affiliates, networks, and programs with a free 14-day trial.

Möchten Sie Ihre Affiliatesoftware noch weiter verbessern? Sehen Sie sich die ShopSite-Integration für Post Affiliate Pro an.

ShopSite

The given text includes information about various aspects of the company Post Affiliate Pro, including its history, awards, customer reviews, affiliate program, and list of resellers. It also provides links to the company's blog, templates, affiliate marketing academy, and glossary. Users can subscribe to the company's newsletter and social media accounts. The text also mentions the company's terms and conditions, privacy policies, and cookie policies. Finally, the text offers an option for users to set up a call or chat with the company's representatives to explore how Post Affiliate Pro can help their business.

Unsere Webseite verwendet Cookies. Durch die Nutzung nehmen wir Ihre Genehmigung an, Cookies einzusetzen, wie festgelegt in unserer Datenschutz- und Cookie-Richtlinie.

×

Vereinbaren Sie einen persönlichen Anruf und entdecken Sie, wie Post Affiliate Pro Ihrem Unternehmen helfen kann.

Wir sind an mehreren Tagen verfügbar

Einen Anruf vereinbaren