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: docs/sdks/sdk-ref-javascript-v2.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: SDK for JavaScript (2.x and earlier versions)
3
-
description: Reference information about earlier versions of the JavaScript client-side SDK.
2
+
title: SDK for JavaScript (2.x and earlier)
3
+
description: Reference information about 2.x and earlier versions of the JavaScript client-side SDK.
4
4
hide_table_of_contents: false
5
5
sidebar_position: 02
6
6
---
@@ -9,10 +9,10 @@ import Link from '@docusaurus/Link';
9
9
import ExampleUid2Cookie from '../snippets/_example-uid2-cookie.mdx';
10
10
import ExampleJavaScriptV2Init from '../snippets/_example-javascript-v2-init.mdx';
11
11
12
-
# SDK for JavaScript Reference Guide (2.x and earlier versions)
12
+
# SDK for JavaScript Reference Guide (v2.x and earlier)
13
13
14
-
:::tip
15
-
This documentation is for earlier versions of the SDK for JavaScript. If you're using an earlier version, we recommend upgrading. See [SDK for JavaScript Reference Guide](sdk-ref-javascript.md), which includes a migration guide.
14
+
:::important
15
+
This documentation is for earlier versions of the SDK for JavaScript. If you're using an earlier version, we recommend upgrading. See [SDK for JavaScript Reference Guide](sdk-ref-javascript.md), which includes a migration guide to upgrade to the current version, v4.
16
16
:::
17
17
18
18
Use this SDK to facilitate the process of establishing client identity using UID2 and retrieving advertising tokens. The following sections describe the high-level [workflow](#workflow-overview) for establishing UID2 identity, provide the SDK [API reference](#api-reference), and explain the [UID2 cookie format](#uid2-cookie-format).
@@ -47,11 +47,6 @@ This SDK is in the following open-source GitHub repository:
@@ -9,9 +9,9 @@ import Link from '@docusaurus/Link';
9
9
import ExampleUid2Cookie from '../snippets/_example-uid2-cookie.mdx';
10
10
import ExampleJavaScriptV2Init from '../snippets/_example-javascript-v2-init.mdx';
11
11
12
-
# SDK for JavaScript Reference Guide (2.x and earlier versions)
12
+
# SDK for JavaScript Reference Guide (v2.x and earlier)
13
13
14
-
:::tip
14
+
:::important
15
15
このドキュメントは、SDK for JavaScript の旧バージョン用です。以前のバージョンを使用している場合は、アップグレードすることを勧めます。移行ガイドを含む [SDK for JavaScript Reference Guide](sdk-ref-javascript.md) を参照してください。
0 commit comments