Hi All,
I need to understand the underlying logic used to classify the customer as New or Repeat in the eVar 4 column. Is there any timeframe used in calculation or is it based on entire data?
Does this take count of the visits for ECID?
Solved! Go to Solution.
Views
Replies
Total Likes
@Ankit0810 When a visitor comes on to the website for the first time a cookie is dropped which identifies the visitor and gives the visitor a value, the visitor is a new visitor . Basically you are looking at the visit number of the visitors: if a visitor has at least one visit with a visit number higher than 1 (2 or higher) the visitor is segmented as "returning visitor" . It is not depending on the timeframe you are looking at.
You are talking about a custom varibale evar4 to identify , I assume this coming from your tracking implementation.
Generally , it is done through this plugin implementation :getNewRepeat
Hope this helps
Views
Replies
Total Likes
@Ankit0810 - The New v/s Repeat visitor journey takes into account the lifetime of the visitor irrespective of any reporting date range or specific timeframe. It will take into account all the visits including ECID.
Further, this post also addresses the same question - https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/new-vs-repeat-visitor-def...
Views
Replies
Total Likes
@Ankit0810 When a visitor comes on to the website for the first time a cookie is dropped which identifies the visitor and gives the visitor a value, the visitor is a new visitor . Basically you are looking at the visit number of the visitors: if a visitor has at least one visit with a visit number higher than 1 (2 or higher) the visitor is segmented as "returning visitor" . It is not depending on the timeframe you are looking at.
You are talking about a custom varibale evar4 to identify , I assume this coming from your tracking implementation.
Generally , it is done through this plugin implementation :getNewRepeat
Hope this helps
Views
Replies
Total Likes
Hey @Ankit0810
Not sure how the evar is being implemented, it seems that a plugin is being used to determine if a user came to the website the first time or if they are a returning customer.
This depends on the entire history of the user, so yes the total number of visits to date.
Views
Replies
Total Likes
Views
Likes
Replies