Back to Bidders

TE Medya

Features

Bidder Code temedya 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 Safeframes OK check with bidder
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

"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

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
    }
  }]
}];

Back to Bidders