Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

eVar Allocation

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Level 9

eVar Allocation

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.

View solution in original post

4 Replies

Avatar

Level 9

eVars have a "Most Recent (Last)" option you can select from the Allocation dropdown:

chrome_2018-01-12_17-24-11 - Copy.png

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.

Avatar

Level 5

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.

Avatar

Correct answer by
Level 9

eVar Allocation

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.

Avatar

Level 5

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