Question
Dynamic Redirects
Our team is trying to redirect landing pages while keeping the URL parameter data within the querystring. If we are using one landing page for a variety of different networks like, Facebook, Twitter, Website, etc. How would we keep this information through a redirect?
Ex. A person is on Facebook and sees an ad for our content on this landing page:
Info.company.com/video?networks=facebook&mostrecentnetwork =facebook
And we want the redirect to go to our website:
company.com/on-demandvideo
We have this landing page on several other sites as well and would like to dynamically populate the parameter info for each one. Do we have to make a redirect for each channel?
Ex. A person is on Facebook and sees an ad for our content on this landing page:
Info.company.com/video?networks=facebook&mostrecentnetwork =facebook
And we want the redirect to go to our website:
company.com/on-demandvideo
We have this landing page on several other sites as well and would like to dynamically populate the parameter info for each one. Do we have to make a redirect for each channel?