What is a deeplink?

Suppose you are writing a blog article about a particular product of an advertiser. You want to link directly to the page where product details can be found, but the ad media of the advertiser does not provide such a link. To solve this situation, you can create a deeplink. A deeplink is basically a normal click URL, but it contains two parameters that make sure traffic is sent to the page you need.

How to create a deeplink

Before you start

To create a deeplink, there are two options:

Please note that not all advertisers offer a deeplink generator. If you follow the instructions below and cannot find a link to the tool, please contact the advertiser and signalize your demand for it.

Using the deeplink generator

To find the deeplink generator, make sure you go through the following steps:

In the left top corner of the output page, you will see a button looking more or less like this:

Please note that if the button is greyed out, the advertiser is not providing a deeplink generator. In this case, you will have to create a deeplink yourself – just follow the instructions in the paragraph below.

If the button is available, proceed to click on it. If you do so, you will be taken to a separate page. This page contains a small form looking more or less like this:

In this form, you can do the following:

After you filled out all the relevant data, just hit the button ‘create custom deeplink’ and your deeplink will be displayed. Please make sure you integrate this deeplink into your content management system or source code of your ad space without altering it.

Manually creating a deeplink

If an advertiser does not provide a deeplink generator, or you prefer not to use the deeplink generator, you can create a deeplink manually. To do so, make sure you get a regular click URL from the ad media section of your partner UI. This click URL will look more or less like this:

http://marketing.net.fashionshop.com/ts/i4461060/tsc?amc=aff.demonet.1234.5678.90123

For comprehensive documentation on the click URL, please read this article. To make a deeplink out of this click URL, you need to add two different parameters:

When you have added the two parameters using an encoded target URL, the deeplink will look more or less like this:

http://marketing.net.fashionshop.com/ts/i4461060/tsc?amc=aff.demonet.1234.5678.90123&rmd=3&trg=www.ingenioustech.com%2Fgreatproduct

If you do not want to encode your target URL, the deeplink will look more or less like this:

http://marketing.net.fashionshop.com/ts/i4461060/tsc?amc=aff.demonet.1234.5678.90123&rmd=3&trg=urlenc0((www.ingenioustech.com/greatproduct))

Please note that if you want to include additional parameters in the value of the ‘trg’ parameter, you need to remove the hashtag and add another brace:

http://marketing.net.fashionshop.com/ts/i4461060/tsc?amc=aff.demonet.1234.5678.90123&rmd=3&trg=urlenc0((www.ingenioustech.com/greatproduct&parameter={{placeholder_name}}))