Back to Bidders

Appnerve

Features

Bidder Code appnerve Prebid.org Member no
Prebid.js Adapter yes Prebid Server Adapter no
Media Types display, video, native Multi Format Support will-bid-on-any
TCF-EU Support no IAB GVL ID check with bidder
GPP Support check with bidder DSA Support check with bidder
USP/CCPA Support yes COPPA Support yes
Supply Chain Support yes Demand Chain Support check with bidder
Safeframes OK check with bidder Supports Deals yes
Floors Module Support yes First Party Data Support yes
Endpoint Compression check with bidder ORTB Blocking Support check with bidder
User IDs none Privacy Sandbox check with bidder

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.
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.

"Send All Bids" Ad Server Keys

These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.
hb_pb_appnerve hb_bidder_appnerve hb_adid_appnerve
hb_size_appnerve hb_source_appnerve hb_format_appnerve
hb_cache_host_appner hb_cache_id_appnerve hb_uuid_appnerve
hb_cache_path_appner hb_deal_appnerve

Back to Bidders