Skip to content
Open
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
50 changes: 50 additions & 0 deletions dev-docs/bidders/appnerve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: bidder
title: Appnerve
description: Prebid Appnerve Bidder Adapter
biddercode: appnerve
media_types: banner, video, native, audio
pbjs: true
pbs: false
schain_supported: true
floors_supported: true
fpd_supported: true
multiformat_supported: will-bid-on-any
deals_supported: true
coppa_supported: true
usp_supported: true
sidebarType: 1
---

# Appnerve

The Appnerve adapter connects Prebid.js publisher inventory to Appnerve
Exchange at `https://exchange.appnerve.net/openrtb2/auction`.

## Bid Parameters

| Name | Scope | Type | Description |
| --- | --- | --- | --- |
| `sourceId` | required | string | Active Appnerve ad-source ID. |
| `placementId` | optional | string | Backward-compatible alias for `sourceId`. |

```javascript
const adUnits = [{
code: 'homepage-banner',
mediaTypes: {
banner: {sizes: [[300, 250], [320, 50]]}
},
bids: [{
bidder: 'appnerve',
params: {sourceId: '74000976'}
}]
}];
```

The adapter supports banner, video, native, and audio OpenRTB impressions,
multiple impressions, floors, deals, first-party data, supply chain, GDPR,
GPP, US Privacy, and COPPA signals supplied by Prebid.js.

Appnerve does not perform browser user syncing. No GVL ID is declared until an
official Appnerve IAB registration is confirmed. Audio should only be enabled
for a source with active audio demand and a maintained audio test creative.
Loading