Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

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


The tool is now presented as an API.

To use parallel tracking, you need to add the prefix '/ tpt /' in the used track links 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 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 this tool, it is necessary that the "Source" used to create the link track be of the "Website" type and the domain coincides with the domain from which the request will be sent.

In this example, the Source of the track 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 case, the answer 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 contain a regular track link.

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








  • No labels