Back to Bidders

DiscoveryDsp

Features

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

Note

The DiscoveryDSP Bidding adapter requires setup before beginning. Please contact us at media-support@popin.cc

Bid Params

Name Scope Description Example Type
token required publisher token '1e100887dd614b7f69fdd1360437' string
test recommend 0(default): production env mode.
1: dev env mode and no charge.we will bid Higher frequency to make debug easier.
1/0 Number
tagid required tagid 'abcdefg' string
publisher required publisher id 'abcdefg' string

Prebid Server Test Request

banner

var adUnits = [
      {
        code: "test-div-1",
        mediaTypes: {
          banner: {
            sizes: [[300, 250]],
          },
        },
        bids: [
          {
            bidder: "discovery",
            params: {
              token: "a4e66b955e3b19b88a357b4ace01ac31",
              tagid: 'test_tagid',
              publisher: 'test_publisher'
            },
          },
        ],
      },
    ];

native

var adUnits = [
      {
        code: "test-div-2",
        mediaTypes: {
          native: {
            title: {
              required: true
            },
            image: {
              required: true
            }
          }
        },
        bids: [
          {
            bidder: "discovery",
            params: {
              token: "03d467db07075683b0c373b6b3d3113c",
              tagid: 'test_tagid',
              publisher: 'test_publisher'
            },
          },
        ],
      },
    ];

If the bid interface status code is 200, the bid is successful, if the status code is 204, there is no bid, please send the request parameters to media-support@popin.cc, we will be the first time to feedback

"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_discovery hb_bidder_discovery hb_adid_discovery
hb_size_discovery hb_source_discovery hb_format_discovery
hb_cache_host_discov hb_cache_id_discover hb_uuid_discovery
hb_cache_path_discov hb_deal_discovery

Back to Bidders