-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Veronika Solovei
committed
Mar 15, 2021
1 parent
0fd24ef
commit a2fe01b
Showing
14 changed files
with
301 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
endpoints/openrtb2/sample-requests/valid-whole/supplementary/us-privacy-invalid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"description": "Well formed amp request with invalid CCPA consent value", | ||
"mockBidRequest": { | ||
"id": "b9c97a4b-cbc4-483d-b2c4-58a19ed5cfc5", | ||
"site": { | ||
"page": "prebid.org", | ||
"publisher": { | ||
"id": "a3de7af2-a86a-4043-a77b-c7e86744155e" | ||
} | ||
}, | ||
"source": { | ||
"tid": "b9c97a4b-cbc4-483d-b2c4-58a19ed5cfc5" | ||
}, | ||
"tmax": 1000, | ||
"imp": [ | ||
{ | ||
"id": "/19968336/header-bid-tag-0", | ||
"ext": { | ||
"appnexus": { | ||
"placementId": 12883451 | ||
} | ||
}, | ||
"banner": { | ||
"format": [ | ||
{ | ||
"w": 300, | ||
"h": 250 | ||
}, | ||
{ | ||
"w": 300, | ||
"h": 300 | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"regs": { | ||
"ext": { | ||
"us_privacy": "{invalid}" | ||
} | ||
}, | ||
"user": { | ||
"ext": {} | ||
} | ||
}, | ||
"expectedBidResponse": { | ||
"id":"b9c97a4b-cbc4-483d-b2c4-58a19ed5cfc5", | ||
"bidid":"test bid id", | ||
"nbr":0 | ||
}, | ||
"expectedReturnCode": 200 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.