Skip to content

Commit

Permalink
updating for code changes in #8043
Browse files Browse the repository at this point in the history
  • Loading branch information
decaffeinatedio committed Feb 17, 2022
1 parent 01b17c4 commit 6983f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/publisher-api-reference/getConsentMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ pbjs.getConsentMetadata() // returns e.g.
"coppa": false,
"gdpr": {
"apiVersion": 2,
"consentStringExists": true,
"consentStringSize": 100,
"gdprApplies": true,
"timestamp": 1644358143306
"generatedAt": 1644358143306
},
"usp": {
"timestamp": 1644358143306,
"generatedAt": 1644358143306,
"usp": "1YYY"
}
}
Expand Down

0 comments on commit 6983f98

Please sign in to comment.