Want to create a deep link to bring visitors directly to a specific product landing page, or just customize the URL, but there is too many of the product pages? Read on...
To keep an affiliate tracking link intact while changing the URL, the linkId
, sourceId
, and tenantId
parameters must be preserved exactly as generated in an offer's tracking section.
If you want to customize the link, the best approach is to change only the subpath of the existing tracking domain—not the domain itself. After updating the subpath, you should append the exact same URL parameters (same names, same casing, same values), ideally in the same order to keep the attribution intact.
For example:
Original affiliate link:
https://yourdomain.com/?linkId=lp_123456&sourceId=a1a&tenantId=YOUR_TENANT_ID
The customized deep link:
https://yourdomain.example.com/specific_location?linkId=lp_123456&sourceId=a1a&tenantId=YOUR_TENANT_ID
Please note: Changing just the subpath ensures that the tracking system continues to recognize and attribute the click correctly. Using a completely different domain is not recommended, as it may break tracking or attribution.
Please note: In order for the above change to work, you will need to make sure that the Click tracking is also present on the specific page you wish to deep link to.
Please note: The above applies only for Direct linking and not for the Redirecting, due to redirect flow using targeting from the offer landing page.