TE Medya
Features
| Bidder Code | temedya | 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 | 
| Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder | 
| User IDs | none | Privacy Sandbox | check with bidder | 
Description
One of the easiest way to gain access to TE Medya demand sources - TE Medya header bidding adapter.
TE Medya header bidding adapter connects with TE Medya demand sources to fetch bids for display placements. Please reach out to your account manager or prebid@temedya.com for more information.
Bid params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| widgetId | required | The widget ID from Vidyome | 753497 | number | 
| count | optional | Ad Count | 1 | number | 
Test Parameters
300x250 banner test
var adUnits = [{
  code: 'div-prebid',
  mediaTypes: {
    banner: {
      sizes: [[300, 250]]
    }
  },
  // Replace this object to test a new Adapter!
  bids: [{
    bidder: 'temedya',
    params : {
      widgetId : 753497 //test widgetId, please replace after test
    }
  }]
}];
native test
var adUnits = [{
  code: 'div-prebid',
  mediaTypes: {
    native: {
        image: {
            required: true,
            sizes: [320, 240]
        },
        clickUrl: {
            required: false
        },
        title: {
            required: true,
            len: 80
        },
        sponsored: {
            required: false
        }
    }
  },
  // Replace this object to test a new Adapter!
  bids: [{
    bidder: 'temedya',
    params : {
        widgetId : 753497 //test widgetId, please replace after test
    }
  }]
}];
"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_temedya | hb_bidder_temedya | hb_adid_temedya | 
| hb_size_temedya | hb_source_temedya | hb_format_temedya | 
| hb_cache_host_temedy | hb_cache_id_temedya | hb_uuid_temedya | 
| hb_cache_path_temedy | hb_deal_temedya |