Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.55 KB

optimeraRtdProvider.md

File metadata and controls

46 lines (37 loc) · 1.55 KB

Overview

Module Name: Optimera Real Time Data Module
Module Type: RTD Module
Maintainer: [email protected]

Description

Optimera Real Time Data Module. Provides targeting for ad requests from data collected by the Optimera Measurement script on your site. Please contact Optimera for information. This is a port of the Optimera Bidder Adapter.

Configurations

Compile the Optimera RTD Provider into your Prebid build:

gulp build --modules=optimeraRtdProvider

Configuration example for using RTD module with optimera provider

  pbjs.setConfig({
    realTimeData: {
      dataProviders: [
        {
          name: 'optimeraRTD',
          waitForIt: true,
          params: {
            clientID: '9999',
            optimeraKeyName: 'optimera',
            device: 'de',
            apiVersion: 'v0',
          }
        }
      ]
    }

#Params

Contact Optimera to get assistance with the params.

param name type Scope Description
clientID string required Optimera Client ID
optimeraKeyName string optional GAM key name for Optimera. If migrating from the Optimera bidder adapter this will default to hb_deal_optimera and can be ommitted from the configuration.
device string optional Device type code for mobile, tablet, or desktop. Either mo, tb, de
apiVersion string optional Optimera API Versions. Either v0, or v1. ** Note: v1 wll need to be enabled specifically for your account, otherwise use v0.