Home > The Newbie Zone > Questions and Answers

CDN issues with tracking url set up (7)


08-08-2016 03:54 AM #1 vincent9 (Member)
CDN issues with tracking url set up

hey

i have a lander hosted on an AWS S3 bucket.

when i use the link given to me by amazon my lander is working fine,

but as soon as i add tokens to the URL i get an error page telling me this XML file does not exist.

this is what it looks like once i add the tokens

www.mywebsite.xyz/1/index.html&model={model}&browser={browser}&os={os} &brand={brand}&device={device}

if anyone could help me out that would be great!!


08-08-2016 08:27 AM #2 presfox (Member)

a CDN cant do anything with variables, do you have some sort of tracking code setup on the lander? If so, that probably wont work, and might give you this error.


08-08-2016 10:49 AM #3 matuloo (Legendary Moderator)

MYWEBSITE.XYZ is your tracking domain or the domain where you host LPs?


08-08-2016 02:07 PM #4 antuen (Senior Member)

i think there is an error on the link you are using. you need to ad a questionmark before the first token. I had that issue on my tracker (funnel flux) but solved adding the questionmark. The url should look like this

www.mywebsite.xyz/1/index.html?model={model}&browser={browser}&os={os} &brand={brand}&device={device}


08-08-2016 03:36 PM #5 matuloo (Legendary Moderator)

Quote Originally Posted by antuen View Post
i think there is an error on the link you are using. you need to ad a questionmark before the first token. I had that issue on my tracker (funnel flux) but solved adding the questionmark. The url should look like this

www.mywebsite.xyz/1/index.html?model={model}&browser={browser}&os={os} &brand={brand}&device={device}
We need to hear from the OP first, this should be a tracking link and those can't be hosted on a CDN at all. So what kinda link is this actually?


08-08-2016 06:58 PM #6 mrdata (Member)

Quote Originally Posted by antuen View Post
i think there is an error on the link you are using. you need to ad a questionmark before the first token. I had that issue on my tracker (funnel flux) but solved adding the questionmark. The url should look like this

www.mywebsite.xyz/1/index.html?model={model}&browser={browser}&os={os} &brand={brand}&device={device}
Indeed, you need to add a questionmark (?) before the first token, in your case "model" so the link should look like antuen said, try adding it as mentioned and tell us if your link now works


08-15-2016 10:45 AM #7 vincent9 (Member)

thanks guys

i just made a mistake with the tracking link using & rather then ? in the string.

silly mistake and i realized it right after i had posted here!


Home > The Newbie Zone > Questions and Answers