Skip to content

Commit 6dedaf0

Browse files
committed
Fix tables
1 parent a037eb6 commit 6dedaf0

File tree

1 file changed

+9
-7
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +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 [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.
774774

775775
> 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.
777777
778778
### Bundle size
779779

@@ -786,21 +786,23 @@ Without any destinations enabled, the `analytics.min.js` file is about 62KB. Eac
786786
### Cookies set by Analytics.js
787787

788788
Segment sets three cookies in general:
789+
789790
| Cookie | Description |
790791
| ------------------ | --------------------------------------------------------------------------------- |
791792
| `ajs_anonymous_id` | An anonymous ID generated by Analytics.js, used for Segment calls. |
792793
| `ajs_group_id` | A group ID that can be specified by making a `group()` call with Analytics.js. |
793794
| `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+
797798
Some user/group traits are also stored in `localStorage`:
799+
798800
| Cookie | Description |
799801
| ---------------------- | --------------------------------------------------- |
800802
| `ajs_user_traits` | The traits that are passed in an `identify()` call. |
801803
| `ajs_group_properties` | The properties that are passed in a `group()` call. |
802-
803-
The `localStorage` variables don't have an expiry, as that functionality is defined by the browser.
804+
805+
Note that `localStorage` variables don't expire because the browser defines that functionality.
804806

805807
### Local storage cookies used by Analytics.js
806808

0 commit comments

Comments
 (0)