Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Documenting the Appnexus test placement (prebid#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhjort authored and mansinahar committed Aug 1, 2019
1 parent 9f2fbdb commit f870177
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/bidders/appnexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,29 @@ is not supplied for an `imp`, but `request.app.ext.prebid.source`
and `request.app.ext.prebid.version` are supplied, the adapter will fill in a value for
`diplaymanagerver`. It will concatonate the two `app` fields as `<source>-<version>` fo fill in
the empty `displaymanagerver` before sending the request to AppNexus.

## Test Request

The following test parameters can be used to verify that Prebid Server is working properly with the
Appnexus adapter. This example includes an `imp` object with an Appnexus test placement ID and sizes
that would match with the test creative.

```
"imp": [{
"id": "some-impression-id",
"banner": {
"format": [{
"w": 600,
"h": 500
}, {
"w": 300,
"h": 600
}]
},
"ext": {
"appnexus": {
"placementId": 13144370
}
}
}]
```

0 comments on commit f870177

Please sign in to comment.