Skip to content

Commit 9580591

Browse files
authored
Merge pull request #877 from IABTechLab/gwh-APIDOCS-3150-java-sdk-doc-minor-mod
fix typo in Java SDK doc
2 parents 1a423df + c1ce1f5 commit 9580591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sdks/sdk-ref-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Whether decrypting with the `BidstreamClient` class or the `SharingClient` class
106106
| Methods | Description |
107107
|:-------------------|:------------------------------------------------------------------------------------------------------------------------------------------------|
108108
| `getStatus()` | The decryption result status. For a list of possible values and definitions, see [Decryption Response Statuses](#decryption-response-statuses). |
109-
| `getSiteId()` | The raw UID2 for the corresponding UID2 token. |
109+
| `getUid()` | The raw UID2 for the corresponding UID2 token. |
110110
| `getEstablished()` | The timestamp indicating when a user first established the UID2 with the publisher. |
111111

112112
### Decryption Response Statuses

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SDK を使用する際に、復号鍵を保存したり管理したりする必
106106
| Methods | Description |
107107
| :--- | :--- |
108108
| `getStatus()` | 復号結果のステータス。取り得る値のリストと定義については、[Decryption Response Statuses](#decryption-response-statuses) を参照してください。 |
109-
| `getSiteId()` | UID2 Token に対応する raw UID2 |
109+
| `getUid()` | UID2 Token に対応する raw UID2 |
110110
| `getEstablished()` | ユーザーがパブリッシャーと最初に UID2 を確立した時のタイムスタンプ。 |
111111

112112
### Decryption Response Statuses

0 commit comments

Comments
 (0)