Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/guides/integration-prebid-client-side.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,18 @@ The following example shows the response for a user that has opted out:

```json
{
identity: 'optout',
status: 'optout'
"identity": "optout",
"status": "optout"
}
```

The following example shows the decoded UID2 userId object:

```json
uid2: {
optout: true
{
"uid2": {
"optout": true
}
}
```

Expand Down
Loading