Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The tool allows you to create referral tracking links without redirects or reduce the number of redirects.

Now, instead  Instead of sequentially navigating through the chain of sites, the user is immediately on sent the advertiser's website, and the target actions are tracked in tracked in parallel in the background.


The tool is now currently presented as an API.To use  In order to use the parallel tracking tool, you need to add the prefix '/ tpt /' in the used track links tracking links you plan to use and send a request from your server.


Example:
Normal track Link - https://ir3.xyz/5c3c1da520e67
Link for parallel tracking - https://ir3.xyz/prl/5c3c1da520e67

When you send a request to https://ir3.xyz/prl/5c3c1da520e67 a server show will return a JSON with a link.

Sample answer:

{"url":"https:\/\/s.click.aliexpress.com\/e\/eEy3FqJ?dp=d01bf9fa-05af-4a39-800f-6a9e76f3a17e&af=59d234e5b6920d0dc868ce5d"}


Attention: For the successful use of In order to use this tool successfully, it is necessary make sure that the "Source" you used to create the link track be of tracking link is the same as the "Website" type and in your sources catalog -  meaning the domain coincides with the domain from which the request will be sent.

Image Modified

In this For example, the Source of the track tracking link is the domain "http://asdf.com". When trying to use parallel tracking API from another domain, the server response will look like this:

{"url":"https:\/\/ir3.xyz\/5c3c1da520e67","error":"Domain blabla.com is not allowed to use parallel tracking feature for link #5c3c1da520e67"}


Note: This tool is not available for all offers. In this casesome cases, the answer server response will be:

{"url":"https:\/\/ir3.xyz\/5c3c1da520e67","error":"Parallel tracking feature is not allowed for this offer"}

As you can see, in case of a problem, the response will simply contain a regular tracktracking link.

Important: The request should be made every time the user clicks on your tracking link. It is not allowed to store responses in the cache.

...