Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Optimera/AppNexus workaround documentation #3598

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/optimeraBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,23 @@ Module that adds ad placement visibility scores for DFP.
}]
}];
```

# AppNexus Issue
There is an issue where the plugin sometimes doesn't return impressions with AppNexus.

There is an open issue here: [#3597](https://github.com/prebid/Prebid.js/issues/3597)

## Configuration Workaround

Optimera's configuration requires the use of size 0,0 which, in some instances, causes the AppNexus ad server to respond to ad requests but not fill impressions. AppNexus and vendors using the AppNexus ad server should monitor 3rd party numbers to ensure there is no decline in fill rate.

Configuration Example:

```
code: ‘leaderboard',
mediaTypes: {
banner: {
sizes: [[970, 250],[970, 90],[970, 66],[728, 90],[320, 50],[320, 100],[300, 250],[0, 0]],
}
}
```