diff --git a/docs/guides/integration-prebid-client-side.md b/docs/guides/integration-prebid-client-side.md index bc65e091d..c730dbb6a 100644 --- a/docs/guides/integration-prebid-client-side.md +++ b/docs/guides/integration-prebid-client-side.md @@ -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 + } } ```