Skip to content

Commit 0c9c770

Browse files
authored
Adding image of Segment cookies (HTML)
1 parent 7fcd00c commit 0c9c770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ Some destinations accept properties only. As a result, custom context fields you
160160
### Why am I seeing additional cookies on my website?
161161

162162
The AJS cookies being set under segment.com are first-party cookies, and they part of our own implementation of Segment as well as the destination we are using. These cookies are not related to your implementation of Segment. You are only seeing them because you have visited our domain using the same browser. So just to clarify further, the anonymousID and userID highlighted below are not being tracked to your workspace, they are part of our own implementation of Segment, and they are being sent to the writekey connected to our own workspace. They are associated with the events we track when you visit our domain, segment.com
163-
![First Party Cookies](firstpartycookies.png)
163+
<img width="850" alt="firstpartycookies" src="https://user-images.githubusercontent.com/82051355/223537826-b6a67126-ec0e-4cbc-a936-2636a0ae3bf6.png">
164+
164165

165166

166167
## Known issues:

0 commit comments

Comments
 (0)