Hi everybody,
Quick question. I have been migrating over to
So we have been running a few campaigns for several days using the default tracking domain and have just swapped this out for a custom domain.
My question is, do i need to now change the click URLs that are running on the various platforms to reflect our new domain? I have paused the traffic for the time being just in case.
Thanks in advance for the help!!
Grant
You don't have to, they'll still work. The custom domains are just CNAME'd to the default tracking domain.
The click URLs will still work for 99% of your traffic.
If you wish to be 100% certain that the campaign data is passed correctly, you could have a script that passes the data manually from your landing page to your /click URL. In principle, whenever someone goes through your campaign URL, e.g.:
http://asdf.trackvoluum.com/123-123-123-123
And gets redirected to your landing page URL:
http://mylanders.com/lander77.html?v...86418263846123
The "voluumdata" param is what carries all the campaign information. You can pass it manually using PHP or JavaScript to the click URL. So instead of sending someone to:
http://asdf.trackvoluum.com/click
Send them to:
http://asdf.trackvoluum.com/click?vo...86418263846123
This way Voluum will still know where to redirect your users.
Note that the manual method is rarely needed - if you use the same domain name for all your links, then either cookies or referrers will do the job.