Skip to content

Commit

Permalink
Documenting the Appnexus test placement
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhjort committed Jul 12, 2019
1 parent e06881b commit 3a746fd
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 propely with the
Appnexus adapter. This example includes the `imp` object as the test creative must be valid for
serving into the test impression.

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

0 comments on commit 3a746fd

Please sign in to comment.