Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi We are hard coding a server call into an email for a campaign. I see the image request fire off with the variables in Fiddler, but when I check the report suite for data the next day it is not there.
Will this work?
<img src="http://stats.lfg.com/b/ss/lfgprod,lfgglobalprod/1/EMAIL/s1234525364?mtp=lfgprod%2clfgglobalprod&mtss..."/>
Thanks, John
Solved! Go to Solution.
Hi John,
Please use the following doc: http://microsite.omniture.com/t2/help/en_US/sc/implement/query_parameters.html
An hard codded image request should look like that I believe : http://trackingServer/b/ss/reportSuiteIDlist/1/H.24.4/random number?AQB=1&ndh=0&ns=visitorNamespace&pageName=value&AQE=1
I would suggest you to add a parameter to the landing url on your website and track it with getQueryParam : http://microsite.omniture.com/t2/help/en_US/sc/implement/getQueryParam.html
Best regards.
Alexis Cazes
View solution in original post
Views
Likes
Replies