Skip to content

Commit

Permalink
Fix typo in UID 2.0 doc (prebid#6724)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty authored and stsepelin committed May 28, 2021
1 parent 0a9600b commit 0774397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uid2IdSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The below parameters apply only to the UID 2.0 User ID Module integration.
| Param under userSync.userIds[] | Scope | Type | Description | Example |
| --- | --- | --- | --- | --- |
| name | Required | String | ID value for the UID20 module - `"uid2"` | `"uid2"` |
| value | Optional | Object | Used only if the page has a separate mechanism for storing the UID 2.O ID. The value is an object containing the values to be sent to the adapters. In this scenario, no URL is called and nothing is added to local storage | `{"uid2": { "id": "eb33b0cb-8d35-4722-b9c0-1a31d4064888"}}` |
| value | Optional | Object | Used only if the page has a separate mechanism for storing the UID 2.0 ID. The value is an object containing the values to be sent to the adapters. In this scenario, no URL is called and nothing is added to local storage | `{"uid2": { "id": "eb33b0cb-8d35-4722-b9c0-1a31d4064888"}}` |

0 comments on commit 0774397

Please sign in to comment.