Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2 KB

gameraRtdProvider.md

File metadata and controls

55 lines (43 loc) · 2 KB
layout title display_name description page_type module_type module_code enable_download vendor_specific sidebarType
page_v2
Gamera Rtd Provider
Gamera Rtd Provider
Gamera Rtd Provider works in conjunction with the on-page Gamera script to enrich bid requests by adding First Party Data attributes.
module
rtd
gameraRtdProvider
true
true
1

Gamera Real Time Data Provider

Overview

RTD provider for Gamera.ai that enriches bid requests with real-time data, by populating the First Party Data attributes. The module integrates with Gamera's AI-powered contextual targeting system to provide enhanced bidding capabilities.

The Gamera RTD Provider works in conjunction with the Gamera script, which must be available on the page for the module to enrich bid requests. To learn more about the Gamera script, please visit the Gamera website, or contact Gamera.

Build

Include the Gamera RTD module in your Prebid.js build:

gulp build --modules=rtdModule,gameraRtdProvider,...

Configuration

Configure the module in your Prebid.js configuration:

pbjs.setConfig({
    realTimeData: {
        dataProviders: [{
            name: 'gamera',
            params: {
                // Optional configuration parameters
            }
        }]
    }
});

Syntax details:

{: .table .table-bordered .table-striped }

Name Scope Description Example Type
name required Real time data module name: Always 'gamera' 'gamera' string
params optional Submodule configuration parameters (none at the moment) {} Object
waitForIt optional Should be true if there's an auctionDelay defined (defaults to false) false Boolean