Discrepancy list and evar count in adobe analytics | Community
Skip to main content
Adobe Employee
May 20, 2024
Question

Discrepancy list and evar count in adobe analytics

  • May 20, 2024
  • 3 replies
  • 1578 views

Hi All,

On article clicked we are storing the card names in evar38 and list2 and having event72 to count the click

When we pulled the report for evar80 with event72  and ist2 with event72.

We can see the difference in event72 count ? is it expected ? why there is different in count although its part of same adobe request .

Network call

 



Adobe analytics report

evar



list

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

pradnya_balvir
Community Advisor
Community Advisor
May 20, 2024

List variables are custom variables, they work similarly to eVars, except they can contain multiple values in the same hit.

 

You can refer below document link: (go through Video)

https://experienceleague.adobe.com/en/docs/analytics-learn/tutorials/administration/manage-report-suites/configuring-list-variables

Josh Stephens
Community Advisor
Community Advisor
May 20, 2024

What are the dimensions settings of your eVar and list var?  I wonder if the persistence and/or allocation is set up differently.  Additionally, list vars are typically set up to capture multiple values in one string.  They'll then be parsed out for reporting.

This link gives more info on allocation & persistence of list variables.  Full allocation gives full credit to each item touched before the success event.  Linear gives equal, partial credit to each touch.

https://experienceleague.adobe.com/en/docs/analytics/admin/admin-tools/manage-report-suites/edit-report-suite/conversion-variables/list-var-admin

 

VidhyaAk1Adobe EmployeeAuthor
Adobe Employee
May 21, 2024

Hi @josh__stephens 

The evar80 setting in AA
evar expires on visit and allocation is most recent


list2
it never expires and allocation is full



event



Could you please tell what is thee exact reason having different count  ?
what would be the recommended approach for this 

Josh Stephens
Community Advisor
Community Advisor
May 21, 2024

This list variable is firing on two events one is recommendation event where it stores multiple values and clicked event where it store the single value. and evar80 also store the single value.

If list and evar store single value then how allocation and expiration matters in this case? how it affects reporting basically, I want to understand it.


Differing attribution models will yield different results.

Your list variable is set to full attribution and to never expire.  This will result in full credit being given to each value that's ever been recorded for that visitor.

 

In workspace, you can use Attribution IQ to compare different models.  Here's an example from demo data using orders and page.  

1st column - last touch - gives all credit to the last touch

2nd column - linear 30 days - gives partial credit to every touch seen during the previous 30 days.  (For example, if one person saw 20 pages before placing an order, each page would get 1/20th of an order)

3rd column - participation 30 days - gives full credit to every touch seen during the previous 30 days.  (Same example, one person saw 20 pages before placing an order, each page would get credit for 1 order.)  Note how the breakout values in the 3rd column are much higher than in the 2nd.

Using your eVar and list var, drop multiple copies of your click metric into a table.  Click on the metric settings (gear), then select a non-default attribution model (bottom of the column settings) and you can compare different models.

bjoern__koth
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 23, 2024

Hi @vidhyaak1 

This is presumably by design. The list var column values are not the actual sum of events, they are the sum of the individual list var _value_ occurrences.

 

Event X firing twice, one with list var Y set to val1 and once val1,val2 will likely show val1:2 and val2:1, and combined to a column sum of 3.

 

so, the column sum in a list var context will not match the event instances when looked at them alone.

 

hope that helps,

Björn 

Cheers from Switzerland!