Skip to content

Commit 0e06aca

Browse files
committed
fix one heading plus link to it
1 parent 91ffe0c commit 0e06aca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sdks/sdk-ref-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ If you're using server-side integration (see [Publisher Integration Guide, Serve
225225

226226
The following instructions provide an example of how to map DII to raw UID2s using the latest version of the `POST /identity/map` endpoint.
227227

228-
For the earlier version, see [Previous Version (POST /v2/Identity Map)](#previous-version-post-v2identity-map). For migration steps to the latest version, see [Migration From Version Using POST /v2/identity/map](#migration-from-version-using-post-v2identitymap).
228+
For the earlier version, see [Previous Version (POST /v2/identity/map)](#previous-version-post-v2identitymap). For migration steps to the latest version, see [Migration From Version Using POST /v2/identity/map](#migration-from-version-using-post-v2identitymap).
229229

230230
### Map DII to Raw UID2s
231231

@@ -397,7 +397,7 @@ To update DII mapping from version 2 to version 3 of the `POST /identity/map` en
397397
raw_reason = unmapped.raw_reason
398398
```
399399

400-
### Previous Version (POST /v2/Identity Map)
400+
### Previous Version (POST /v2/identity/map)
401401

402402
:::note
403403
The v2 Identity Map SDK is an earlier version maintained for backwards compatibility. Migrate to the current SDK for improved performance, multi-identity type support, and better UID2 rotation management.

i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Server-Side インテグレーションを使用している場合 (詳細は [P
225225

226226
以下の手順は、最新バージョンの `POST /identity/map` エンドポイントを使用して、DII を raw UID2 にマッピングする方法の例を示しています。
227227

228-
以前のバージョンについては、[Previous Version (POST /v2/Identity Map)](#previous-version-post-v2identity-map) を参照してください。最新バージョンへの移行手順は、[Migration From Version Using POST /v2/identity/map](#migration-from-version-using-post-v2identitymap) を参照してください。
228+
以前のバージョンについては、[Previous Version (POST /v2/identity/map)](#previous-version-post-v2identitymap) を参照してください。最新バージョンへの移行手順は、[Migration From Version Using POST /v2/identity/map](#migration-from-version-using-post-v2identitymap) を参照してください。
229229

230230
### Map DII to Raw UID2s
231231

@@ -397,7 +397,7 @@ mixed_response = client.generate_identity_map(mixed_input)
397397
raw_reason = unmapped.raw_reason
398398
```
399399

400-
### Previous Version (POST /v2/Identity Map)
400+
### Previous Version (POST /v2/identity/map)
401401

402402
:::note
403403
v2 の Identity Map SDK は、後方互換性のために維持されている以前のバージョンです。パフォーマンスの向上、複数のアイデンティティタイプのサポート、および UID2 ローテーション管理の改善のために、現在の SDK に移行してください。

0 commit comments

Comments
 (0)