Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Es ist möglich am Klicklink einen Deeplink zu hinterlegen, damit der User direkt auf die von ihm gewünschte Unterseite weitergeleitet wird, ohne mühsam durch die Website zu navigieren. Hierzu gibt es einen Parameter, der die notwendigen Trackingparameter berücksichtigt und an den Ziel-Link anfügt.

Setup

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

...

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

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

Info

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