To set up a redirect to a specific product page in the shop you can use a additional parameter at the clicklink.
...
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 |