Adobe Analytics cookies
Adobe Analytics uses cookies to differentiate requests from different browsers and to store helpful information that an application can use later. They can also be used to associate browsing information with customer records.
Analytics uses cookies to define new visitors anonymously, help analyze clickstream data, and track historical activity on the website, such as response to particular campaigns or the length of the sales cycle.
s_ecid
s_ecid=MCMID
format. Set after the client sets the AMCV cookie. It allows persistent first-party ID tracking and is used as a reference ID if the AMCV cookie expires. SameSite
is set to “Lax”. If you use the Web SDK to implement Adobe Analytics, the cookie expiration is set to 2 years; however, most modern browsers truncate the expiration to 13 months.s_cc
s_sq
s_vi
*.omtrdc.net
(third-party)Secure
flag is set when SameSite
is “None” and connection is HTTPS. SameSite
is “Lax” by default for first-party cookies. SameSite
is “None” when using third-party cookies, such as on omtrdc.net
or 2o7.net
. Set SameSite
to “None” when using a single CNAME to track multiple domains or properties.s_fid
s_vi
cookie cannot be set due to third-party cookie restrictions. Not used for first-party cookie implementations.s_ac
"1"
. Once this cookie is set, it is deleted immediately.Cookies Set By Plug-ins
Some implementations make use of plug-ins, which are snippets of code that provide additional functionality for Analytics. These plug-ins can set cookies that are not listed above. See Analytics plug-ins overview for a list of available plug-ins and what cookies that they set.
Consequences of deleting Analytics cookies
If a visitor deletes their Analytics cookies, consider the following:
- Visitor identification is lost: When cookies are deleted, Adobe Analytics cannot recognize returning visitors. The next time the user visits your site, they are counted as a new visitor. Cross-device Analytics can help mitigate this impact.
- Session continuity is broken: Any session-based or multi-visit analysis (such as attribution or conversion tracking) is disrupted. Events and conversions that happen after cookie deletion cannot be tied to previous activities by the same user.
- Personalization and segmentation are affected: Segments or personalized experiences based on visitor history or behavior are reset, as previous data is no longer associated with their current visit.
- Cross-domain tracking is interrupted: For third-party cookies, deleting them prevents Adobe Analytics from linking user activity across multiple domains that you own.