Set up a redirection

To set up a redirect to a specific product page in the shop you can use a additional parameter at the clicklink.

Setup

To set up the redirection you have to use the “url=” parameter. This parameter has to be add to the clicklink.

Usually a clicklink looks like this: https://pvn.testnetwork.de/trck/eclick/123abc456def789

The url should be passed encoded. To encode the url you can use the following website: https://www.urlencoder.org

Example clicklink

https://pvn.testnetwork.de/trck/eclick/123abc456def789ghi?url=https%3A%2F%2Fwww.easytestshop.de%2Fde%2Fproduct%2Fprodukt-1_beispielprodukt.html

 

Is the parameter the first one in use you have to add it with the “?” operator. If it’s a further parameter you have to add it with the “&” operator.

The url parameter must be placed at the last position of the clicklink!

As first parameter:

https://pvn.testnetwork.de/trck/eclick/123abc456def789?url=https://shop.de

As further parameter:

https://pvn.testnetwork.de/trck/eclick/123abc456def789?subid=test&url=https://shop.de