Can Analytics function at any level without user identification? | Community
Skip to main content
Level 4
March 9, 2022
Solved

Can Analytics function at any level without user identification?

  • March 9, 2022
  • 3 replies
  • 1750 views

How does Analytics act without an ECID or identification system?

Are page views still able to be reported upon in a workspace project?

Are data feeds still able to export server call data?

If I don't use any ID system for my analytics implementation, is there ANY value to using analytics?

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

As implied by the other replies, Adobe Analytics requires a visitor ID in one way or another (or falling back to the IP address). That's just how it works: it must be able to tie the collected hits to a visitor/user.

If you're trying to avoid setting a visitor ID e.g. due to privacy reasons, then you'll still have to provide an ID, e.g. setting s.visitorID to a pseudo ID. You could end up setting a different pseudo ID for every page view / link click, so be aware of what you're doing here.

3 replies

Adobe Employee
March 10, 2022

Hi,

Adobe Analytics has multiple ways to identify visitors with priority. If you doesn't implement ECID (Visitor ID Service), Adobe Analytics will use s_vi cookie to store the ID by default. For the details, please refer to the following document.

 

https://experienceleague.adobe.com/docs/analytics/components/metrics/unique-visitors.html?lang=en

 

Hope this helps.

nilotpal
Adobe Employee
Adobe Employee
March 10, 2022

All hits are uniquely identified to a user. ECID is just one of the ways to uniquely identify a user.

 

Some of the ways are listed below:

 

OrderQuery Parameter (collection method)Present when
1vidThe visitorID variable is set.
2aidVisitor has an existing s_vi cookie. Set on implementations without or prior to implementing the Visitor ID service.
3midVisitor has an existing s_ecid cookie. Set on implementations using the Adobe Experience Cloud Identity service.
4fidVisitor has an existing s_fid cookie, or if aid and mid could not be set for any reason.
5IP Address, User Agent, Gateway IP AddressLast resort to identify a unique visitor if the visitor’s browser does not accept cookies.

 

Therefore, the hits will be linked to a visitor based on available identifying methods. For learning more on these methods visit here.

 

Therefore if you are seeing a server call and all other implementation is correct, you will have data present in data feed. Likewise, data will be also present in Workspace if the hits qualify for reporting.

 

Hope this helps!

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
March 10, 2022

As implied by the other replies, Adobe Analytics requires a visitor ID in one way or another (or falling back to the IP address). That's just how it works: it must be able to tie the collected hits to a visitor/user.

If you're trying to avoid setting a visitor ID e.g. due to privacy reasons, then you'll still have to provide an ID, e.g. setting s.visitorID to a pseudo ID. You could end up setting a different pseudo ID for every page view / link click, so be aware of what you're doing here.