You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -770,10 +770,10 @@ Segment loads the libraries required for your **enabled** Destinations. When you
770
770
771
771
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.
772
772
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.
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
774
775
775
> info ""
776
-
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
776
+
> Analytics.js doesn't set third-party cookies and only sets first-party cookies.
777
777
778
778
### Bundle size
779
779
@@ -786,21 +786,23 @@ Without any destinations enabled, the `analytics.min.js` file is about 62KB. Eac
|`ajs_anonymous_id`| An anonymous ID generated by Analytics.js, used for Segment calls. |
792
793
|`ajs_group_id`| A group ID that can be specified by making a `group()` call with Analytics.js. |
793
794
|`ajs_user_id`| A user ID that can be specified by making an `identify()` call with Analytics.js. |
794
-
795
-
For Google Chrome, these cookies expire by default **one**year after the date created. Other [supported browsers](/docs/connections/sources/catalog/libraries/website/javascript/supported-browsers/) might have different expiration time.
796
-
795
+
796
+
For Google Chrome, these cookies expire by default **one year** after the date created. Other [supported browsers](/docs/connections/sources/catalog/libraries/website/javascript/supported-browsers/) might have a different expiration time.
797
+
797
798
Some user/group traits are also stored in `localStorage`:
0 commit comments