does s_cc cookie affects tracking ? | Community
Skip to main content
New Participant
October 17, 2022
Solved

does s_cc cookie affects tracking ?

  • October 17, 2022
  • 2 replies
  • 1090 views

if i disable s_cc cookie or turn it to false, how will it affect the server calls ?

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 Jennifer_Dungan

Unfortunately, you might need an Adobe Engineer to help with this... this cookie is set by Adobe's scripts, it's not something most of us have tinkered with.

 

Good luck.

2 replies

yuhuisg
New Participant
October 18, 2022

The s_cc cookie is created by AA's AppMeasurement.js. See https://experienceleague.adobe.com/docs/core-services/interface/administration/ec-cookies/cookies-analytics.html?lang=en#section-03aa90aa7e36427b8cb12dc4a0f0291e. You're advised to leave this (and other auto-created cookies) alone.

New Participant
June 20, 2024

Hello,

I am trying to understand the mandatory cookies we find in server calls.
I am trying to understand If I disable or make s_cc as false , I still see my analytics server call are still  getting fired for. As per my understanding s_cc is a mandatory cookie, so analytics server call shouldn't be fired after I disable it. Could you please correct me if I am wrong here.

Thanks

Dipinti

Jennifer_Dungan
New Participant
June 20, 2024

The s_cc cookie is a session cookie... it doesn't persist, or "follow" the user... I'm not sure why you would want to tinker with it in the first place.

 

If you don't want analytics to be fired, why aren't you just adding conditions to your rules, that when a user opts-out, the rules read that state and prevent your analytics code from even triggering.

 

See
https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/aborting-all-analytics-server-call/m-p/681925 

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
October 18, 2022

Unfortunately, you might need an Adobe Engineer to help with this... this cookie is set by Adobe's scripts, it's not something most of us have tinkered with.

 

Good luck.