Skip to content

Commit 7854ee7

Browse files
committed
DOC-393 Taking it out of an admonition format and adding it to the paragraph above it
1 parent 9809926 commit 7854ee7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ If the source you intend to upgrade uses the in-domain instrumentation as well a
4646

4747
### Relying on Analytics.js Classic's `ajs_anonymous_id` cookie format
4848

49-
Analytics.js 2.0 removes inbuilt quotes from cookie values, resulting in a different format for the `ajs_anonymous_id` value when compared to Analytics.js Classic. Though you can retrieve cookie values with [standard supported functions](/docs/connections/sources/catalog/libraries/website/javascript/identity/#retrieve-the-anonymous-id), you'll need to configure your environment to accept the new format if your implementation relies on accessing the cookie value directly.
50-
51-
> warning " Using the`utility` plugin"
52-
> Users who
49+
Analytics.js 2.0 removes inbuilt quotes from cookie values, resulting in a different format for the `ajs_anonymous_id` value when compared to Analytics.js Classic. Though you can retrieve cookie values with [standard supported functions](/docs/connections/sources/catalog/libraries/website/javascript/identity/#retrieve-the-anonymous-id), you'll need to configure your environment to accept the new format if your implementation relies on accessing the cookie value directly. You can use the `utility` [plugin](docs/connections/sources/catalog/libraries/website/javascript/#example-plugins) to format your Analytics.js Classic cookies to match the Analytics.js 2.0 format.
5350

5451
### Using a strict content security policy on the page
5552

0 commit comments

Comments
 (0)