Back to Bidders

Connatix

Features

Bidder Code connatix Prebid.org Member no
Media Types display TCF-EU Support yes
User IDs none USP/CCPA Support yes
Supply Chain Support no COPPA Support no
Demand Chain Support no GPP Support None
Supports Deals yes Prebid.js Adapter yes
IAB GVL ID 143 Prebid Server Adapter no
Floors Module Support yes First Party Data Support no
Multi Format Support will-bid-on-one ORTB Blocking Support yes
Safeframes OK yes

Bid Params

Name Scope Description Example Type
placementId required Placement id 'ed8a9c16-88ea-4724-aa0d-013c3e595e49' string
bidfloor optional Floor price 2.5 float

Example

var adUnits = [
  {
    code: '1',
    mediaTypes: {
      banner: {
        sizes: [[640, 480], [320, 180]],
      },
    },
    bids: [
      {
        bidder: 'connatix',
        params: {
          placementId: 'e4984e88-9ff4-45a3-8b9d-33aabcad634e', // required
          bidfloor: 2.5, // optional
        },
      },
      // Add more bidders and their parameters as needed
    ],
  },
  // Define more ad units here if necessary
];

"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_connatix hb_bidder_connatix hb_adid_connatix
hb_size_connatix hb_source_connatix hb_format_connatix
hb_cache_host_connat hb_cache_id_connatix hb_uuid_connatix
hb_cache_path_connat hb_deal_connatix

Back to Bidders