Since the existing the "Exit Pages" can't be broken down by an eVar, I would like to setup an eVar to track Exit Page.
I don't see any way to configure an eVar Allocation to store the last value (to use in conjunction with visit expiration).
There is the "Original Value (First)" option but no "Last Value (Last)" option.
Is there a workaround for this?
Ali
Solved! Go to Solution.
Views
Replies
Total Likes
All eVar values sent to Adobe are stored, regardless of allocation. What allocation does is assign "credit" to the values for conversions (events).
So for example, let's say you pop eVar1 on every page view with a page name (and let's say the values are "page1", "page2", etc.). And let's say you trigger event2 when an exit link is triggered. Now let's say a visitor views 5 pages and then clicks an exit link. Then, you look at your eVar1 report using event2 as a dimension.
If eVar1 was set to Original Value, then you will see "page1" listed in your report.
If eVar1 was set to Most Recent, then you will see "page5" listed in your report.
If eVar1 was set to Linear, then you will see "page1","page2","page3","page4", and "page5" in your report.
But all instances are stored, yes. And you can also see all of the values if you were to throw the instances metric onto the same report (or use it as the only metric).
If you only want one value (the last value) to ever be sent to Adobe and referenced in any report, then you need to do that on a code level. Though in practice, it's not really possible/feasible to only trigger something on the last hit of a visit, as there's no real way to determine from a coding perspective which hit will be the last visitor activity.
Views
Replies
Total Likes
eVars have a "Most Recent (Last)" option you can select from the Allocation dropdown:
If you do not see this option in your dropdown, then it sounds like there may be something buggy that you need to contact Client Care about.
Views
Replies
Total Likes
The "Most Recent (Last)" option will store all values not the last one. It will associate the "Most Recent" to an event being set but I only want one value per visit.
Views
Replies
Total Likes
All eVar values sent to Adobe are stored, regardless of allocation. What allocation does is assign "credit" to the values for conversions (events).
So for example, let's say you pop eVar1 on every page view with a page name (and let's say the values are "page1", "page2", etc.). And let's say you trigger event2 when an exit link is triggered. Now let's say a visitor views 5 pages and then clicks an exit link. Then, you look at your eVar1 report using event2 as a dimension.
If eVar1 was set to Original Value, then you will see "page1" listed in your report.
If eVar1 was set to Most Recent, then you will see "page5" listed in your report.
If eVar1 was set to Linear, then you will see "page1","page2","page3","page4", and "page5" in your report.
But all instances are stored, yes. And you can also see all of the values if you were to throw the instances metric onto the same report (or use it as the only metric).
If you only want one value (the last value) to ever be sent to Adobe and referenced in any report, then you need to do that on a code level. Though in practice, it's not really possible/feasible to only trigger something on the last hit of a visit, as there's no real way to determine from a coding perspective which hit will be the last visitor activity.
Views
Replies
Total Likes
Thanks for the reply!
I can't think of a way to do this using code which is why I was hoping to do this using an eVar setting but it looks like it's not possible.
Ali
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies