I am particularly trying to popular an evar with a query parameter.
Such as http://mysite.com?internalID=CollectMe
and assign a global variable on the applicable conditions to grab the collect me.
THANKS!
Solved! Go to Solution.
Hi Eddie, you need to define a data element to capture the query parameter. (the link is in the left nav on the rules page).
name: whatever you want to call it, for example internalID .
type: URL Parameter
parameter name: internalID
Remember for: Up to you, you might want to do visitor here.
After that is set up, on the page in your screenshot, you reference this data element using %internalID%.
Hi Eddie,
Please refer to two of docs below:
1) Analytics Variables (https://microsite.omniture.com/t2/help/en_US/sc/implement/index.html#Analytics_Variables)
2) Variables - How They Are Used in Reporting (https://microsite.omniture.com/t2/help/en_US/reference/index.html#Variables__How_They_Are_Used_in_Re...)
Hope this would solve your query. Let me know if its doesn't
Thanks and Regards
Akhil
Views
Replies
Total Likes
Hi Eddie, you need to define a data element to capture the query parameter. (the link is in the left nav on the rules page).
name: whatever you want to call it, for example internalID .
type: URL Parameter
parameter name: internalID
Remember for: Up to you, you might want to do visitor here.
After that is set up, on the page in your screenshot, you reference this data element using %internalID%.