I am facing a small issue and can´t find the right answer. Searched here for 2.5 hours now and couldn´t find the solution.
I guess it´s because my question is more basic (found very complex and interesting solutions).
Here is the issue:
User comes through my tracking software to my website. The tracking software passes the user with a unique ID in the URL.
The URL looks like this in such a case:
www.myexample.com/product1?clickid=buzwqg98rz3vd7 (clickid value will be different for every visitor).
what I want to do now is redirect the visitor to another URL.
Lets say the other URL is www.otherurl.com/good1
Problem is that the user should be redirected together with the unique clickid value.
Short:
From: www.myexample.com/product1?clickid=buzwqg98rz3vd7 To: www.otherurl.com/good1?clickid=buzwqg98rz3vd7
So that the unique value will land in the URL I am redirecting to. I hope I described it properly.
It would be great if someone could help me here as I am at the end of my (I admit it) poor knowledge.
Thanks to all of you,
Aron