Partner
PayU is the main online payments processor in Romania and it offers a secure, fast and simple way to accept online payments for any type of products and services for online shops.
With the integration method you can track product IDs (per product integration), total cost, order ID, currency and coupons.
Insert the sale tracking code
The only step is to place the sale tracking code to Marketing > After Sale Messages > After Sale Messages.
There is a section Text where you are supposed to place the sale tracking code. If you already have some code/message there, just add the sale tracking code to the end of the section:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();
sale.setTotalCost(myOrder.totalPrice - myOrder.tax - myOrder.shipping);
sale.setOrderID(myOrder.refNo);
sale.setCurrency(myOrder.currency);
PostAffTracker.register();
</script>
Save your work and you are done.
Per product tracking
If you want to track per product commissions, please use the following code instead the one from the first step.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
for (i=0; i< myOrder.productsInOrder.length; i++){
var sale = PostAffTracker.createSale();
sale.setTotalCost(myOrder.productsInOrder[i].quantity * myOrder.productsInOrder[i].price);
sale.setOrderID(myOrder.refNo + '(' + (i + 1) + ')');
sale.setProductID(myOrder.productsInOrder[i].id);
sale.setCurrency(myOrder.currency);
PostAffTracker.register();
}
</script>
In case you want to track also coupon codes, add this line to your sale tracking code (e.g. under the line with setCurrency):
sale.setCoupon(myOrder.productsInOrder[i].coupon);
Do not forget to integrate your site with the click tracking code to make it working.
Notice: Make sure your Post Affiliate Pro is installed on a server with an SSL support (https). PayU requires all scripts to be called in a secure way, so your Post Affiliate Pro has to be behind an SSL.
Tapigy Affiliate Department Contact
Learn more about Tapigy Affiliates here. Visit the affiliate manager directory to get contact information, geographic focus, experience details and more.
CPACOMBO Affiliate Department Contact
The given text contains information about affiliate marketing, affiliate programs, and Post Affiliate Pro. It mentions the process of building a Post Affiliate Pro dashboard and accessing the account after installation. The text also discusses the use of cookies on the website and offers the option to schedule a one-on-one call to learn more about Post Affiliate Pro. It provides contact information for the CPACOMBO Affiliate Department and highlights the geographical focus and communication channels. The text concludes with sales contacts and general information about the company, including its products, pricing, features, integrations, and support.
New Update – Post Affiliate Pro 5.4.20.8
Increase affiliate marketing revenue with Post Affiliate Pro. Sign up now to access your account and start building your dashboard.
EPC ERA Affiliate Department Contact
The given text is a collection of information about the EPC ERA Affiliate Department Contact, a manager specializing in Media and Marketing. They offer affiliate programs, use tracking and reporting tools, and have a worldwide geographical focus. They can be contacted via email or a contact form. The text also includes information about Post Affiliate Pro and its features. Additionally, there are sections about the company, support, and the importance of cookies.