Skip to content

Commit 1be9a51

Browse files
authored
FIrst party cookies
1 parent a35e572 commit 1be9a51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ analytics.track("Order Completed", {}, {
157157
158158
Some destinations accept properties only. As a result, custom context fields you add may not forward to these destinations.
159159

160+
### Why am I seeing additional cookies on my website?
161+
162+
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+
164+
165+
160166
## Known issues:
161167

162168
[Review and contribute to these on GitHub](https://github.com/segmentio/analytics.js/issues)

0 commit comments

Comments
 (0)