Module Name: Gamera Rtd Provider Module Type: Rtd Provider Maintainer: [email protected]
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 audience segmentation 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.
ORTB2 enrichments that gameraRtdProvider can provide:
ortb2.site
ortb2.user
AdUnit.ortb2Imp
Include the Gamera RTD module in your Prebid.js build:
gulp build --modules=rtdModule,gameraRtdProvider
Configure the module in your Prebid.js configuration:
pbjs.setConfig({
realTimeData: {
dataProviders: [{
name: 'gamera',
params: {
// Optional configuration parameters
}
}]
}
});
The module currently supports basic initialization without required parameters. Future versions may include additional configuration options.
For more information or support, please contact [email protected].