Skip to content

Commit 95bb79b

Browse files
committed
Analytics.js only sets first-party cookies
1 parent 8828bd2 commit 95bb79b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,10 @@ Segment loads the libraries required for your **enabled** Destinations. When you
770770

771771
Using Analytics.js doesn't offer a large performance benefit, but is more performant than installing each of the destinations individually. And as more destinations move to accept data directly from Segment, you'll receive more performance benefits automatically.
772772

773-
One option, if you don't want to use any bundled third-party tools, is to use the browserify'd [analytics-node](https://github.com/segmentio/analytics-node) package. <!-- TODO LR note: WTF does "browserified" mean-->
773+
One option, if you don't want to use any bundled third-party tools, is to use the [Analytics-Node](https://github.com/segmentio/analytics-node) package.
774+
775+
> info ""
776+
> Analytics.js isn't a third-party cookie and only sets first-party cookies.
774777
775778
### Bundle size
776779

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ If a user returns to your site after the cookie expires, Analytics.js looks for
1717

1818
Analytics.js sets some default properties when creating cookies for user or group identities. You can override the default cookie properties in code when loading Analytics.js by passing in a `cookie` object to the load method.
1919

20+
> info ""
21+
> Analytics.js isn't a third-party cookie and only sets first-party cookies.
22+
2023
Here is the full list of available parameters with their default values:
2124

2225
| Parameter | Description | Default value |

0 commit comments

Comments
 (0)