How do you have your redirects set up? And do you have an example of a URL that is redirecting back to itself?
If you post some of your redirects, it will be easier to see what the issue is.
Regards,
Don
Thread Starter
exlege
(@exlege)
Hi Don,
thank you for your very fast reply!:)
I used Individual Redirects. This is my original URL: http://elnokkepzo.hu/ebook/
And this would be the redirected one: http://www.elnokkepzo.hu/ebook?utm_source=honlap2&utm_medium=medium2&utm_campaign=testcampaign
Thank you for your help. I have no idea what to do :/
Unfortunately, you are not going to be able to use it that way, as it will always create a loop. This is because the URL with the Google parameters is exactly the same as the URL without them as the parameters are ignored on the initial match of the URL (so in essence, they are identical).
In order for this to work the way you are intending, you are going to have to redirect it to a different URL than the one it is and attach the campaign to that URL instead. For example, have /ebook-utm/ be the temporary redirect page and have it redirect to /ebook?utm=... so it has the items you need in them (you could also do it in reverse, but you would have to put the actual content on the /ebook-utm/ page in that scenario).
Other than that, I am not really sure what else to tell you – maybe there is a plugin that already helps with this?
Regards,
Don
Thread Starter
exlege
(@exlege)
Thank you very much Don! It works 🙂
Have a nice day!