Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To set up that the user gets to a specific product 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.

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

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 you have to add it with the “?” operator. If it’s a further parameter you have to add it with the “&” operator.

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

  • No labels