We offer two conversion tracking options:
__________________________________________________________________
Pixel
Using pixel, the visitor's browser will send automatically the information of the conversion without any additional participation.
<img src="https://p.pa5ka.com/c.png?suid=XXXXXXX&c=1" width="1" height="1">
“c=“ could be from 1 to 10 (place pixel on your landing and conversion pages with different “c=“. Insert this code at the top of the body section of your conversion page.
__________________________________________________________________
Postback URL
Postback URL is a multipurpose way to track conversion. It can be used both with client-side and server-side logic. It may track conversions even in case if the client has cleaned a cookie or changed the browser.
Add click_id: %ID% in your ad link. Insert this code at the top of the body section of your conversion page.
If your ad link is:
https://myads.com/?target_id=666&click_tracker=%ID%&site_name=%REF%
Your post-back URL will be like this:
https://p.pa5ka.com/api/click/{click_tracker}?suid=XXXXX&c=1&cpa={coversion_cost}
Call this URL once you get the conversion via GET-request. Use c= from 1 to 10 for different kind of conversion (e.g. c=1 - visit to landing page, c=2 - click on ‘buy’ button, c=3 - payment done.
Moreover, you may pass the price of each conversion using the parameter cpa={}.
__________________________________________________________________
How to find my suid?
Go to section "Conversion tracker"
Use postback URL or Pixel from this section
__________________________________________________________________