Cookies used by addThis

strontium99 Apr 30, 2012 06:19AM EDT

Hi there, as you've seen from previous posts the EU are bringing out some pretty stringent rules about the use of cookies on websites, and I've been asked to audit the cookies on our sites.

There are a number of cookies not listed on previous posts. Just wondered if you can tell me what they are please?

user_segment
atgotcode
uss
ssc
uvc

Also I understand there is an option to disable cookies. Are there any implications in doing that? Does it have any knock on effects?

Thanks.

2 Community Answers

Paul Apr 30, 2012 02:11PM EDT

loc - This is our geolocation cookie, so our publishers know approximately where people sharing information are located. (State level)
Coyote-2-a0f0083 - This is our load balancer cookie
bt - A behavior targeting cookie
ana_svc - a real-time service cookie
phpbb3_* and style_cookie - These are set by our support forum software
__utm* - Google analytics tracking
uid/uit - User id and login time tracking
psc - View counter cookie
di/dt - Date tracking cookies for determining expiration of other cookies
ssh/sshs - Service share history, used for configuring our preferred services.

You can disable cookies by using this code:

<script type="text/javascript">
var addthis_config = { data_use_cookies:false }
</script>

Let me know if you need any more help.

View in conversation


Up 0 Rated Down
Paul (AddThis Happiness Specialist) Best Answer Apr 30, 2012 02:11PM EDT
loc - This is our geolocation cookie, so our publishers know approximately where people sharing information are located. (State level)
Coyote-2-a0f0083 - This is our load balancer cookie
bt - A behavior targeting cookie
ana_svc - a real-time service cookie
phpbb3_* and style_cookie - These are set by our support forum software
__utm* - Google analytics tracking
uid/uit - User id and login time tracking
psc - View counter cookie
di/dt - Date tracking cookies for determining expiration of other cookies
ssh/sshs - Service share history, used for configuring our preferred services.

You can disable cookies by using this code:

<script type="text/javascript">
var addthis_config = { data_use_cookies:false }
</script>

Let me know if you need any more help.
Up 0 Rated Down
mirjam Nov 27, 2012 03:16AM EST
I can't get this thing working.

I am calling addthis async, so I have put in the <head>:
<script>
var addthis_config = {
data_use_cookies:false
}
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#async=1"></script>

But addthis is setting cookies. I can't find any information about the data_use_cookies option in the API documentation.

Any suggestions?

Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers