-
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
1 parent
15f4a9c
commit 7e1a7e6
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
36 changes: 36 additions & 0 deletions
36
...s/openrtb2/sample-requests/first-party-data/valid-context-allowed-with-prebid-bidder.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,36 @@ | ||
{ | ||
"description": "The imp.ext.context field is valid for First Party Data and should be exempted from bidder name validation.", | ||
|
||
"requestPayload": { | ||
"id": "some-request-id", | ||
"site": { | ||
"page": "test.somepage.com" | ||
}, | ||
"imp": [{ | ||
"id": "some-imp-id", | ||
"banner": { | ||
"format": [{ | ||
"w": 600, | ||
"h": 500 | ||
}, { | ||
"w": 300, | ||
"h": 600 | ||
}] | ||
}, | ||
"ext": { | ||
"prebid": { | ||
"bidder": { | ||
"appnexus": { | ||
"placementId": 12883451 | ||
} | ||
} | ||
}, | ||
"context": { | ||
"data": { | ||
"keywords": "prebid server example" | ||
} | ||
} | ||
} | ||
}] | ||
} | ||
} |