Deeplink settings
Deeplink is a special mechanism that allows you to make an affiliate link from the direct product link. This allows affiliate programs to track clicks and charge you with a commission for sales.
Usually affiliate networks use two type of affiliate links. Let's see on examples.
Deeplink
http://www.pntrac.com/t/ssdefefgeggef?url=http%3A%2F%2Fwww.bodybuilding.com%2Fstore%2Fjym%2Fpre-jym.html
This affiliate link consists of two parts. Directly deeplink of affiliate program:
http://www.pntrac.com/t/ssdefefgeggef?url=
And the encoded product URL:
http%3A%2F%2Fwww.bodybuilding.com%2Fstore%2Fjym%2Fpre-jym.html
The encoded URL always starts from http%3A%2F%2F
(or from https%3A%2F%2F
)
So your Deepllink setting should be like:
{{url_encoded}}
will be replaced with an encoded product link..
Affiliate link
This is an affiliate link to the product from amazon. It consists of two parts.
https://www.amazon.com/gp/product/B01DFKC2SO?tag=AFF_ID-20
The product link:
https://www.amazon.com/gp/product/B01DFKC2SO
The parameter in a URL with the affiliate ID:
tag=AFF_ID-20
So your setting in a module should be like:
{{url}}?tag=AFF_ID-20
{{url}}
will be replaced with a product URL.
But we recommend you to set it missing {{url}}
part:
Using this format, the parameter with the affiliate ID will be always correctly added to any URL.
How to set Deeplink/Affiliate link for partner network?
Generate the link to any page of the store in the panel of the affiliate network.
Looking to the link identify the using type of tracking: Deeplink or Affiliate link.
Delete a needless part - a product URL (
{{url}}
or{{encoded_url}}
) from link.Set the setting in the module.
Check your links. Be sure when you click on the link the need page is opening. After some time clicks should be taken into account in the partner network panel.
Multiple Deeplinks
You can set separate deeplinks for subdomains or domains. Use special syntax:
eg:
Last updated