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:

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