Back to Bidders

DiscoveryDsp

Features

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

"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

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

Back to Bidders