Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.26 KB

greenbidsAnalyticsAdapter.md

File metadata and controls

24 lines (19 loc) · 1.26 KB

Registration

The Greenbids Analytics adapter requires setup and approval from the Greenbids team. Please reach out to our team for more information greenbids.ai.

Analytics Options

{: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |-------------|---------|--------------------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|------------------| | pbuid | required | The Greenbids Publisher ID | greenbids-publisher-1 | string | | greenbidsSampling | optional | sampling factor [0-1] (a value of 0.1 will filter 90% of the traffic) | 1.0 | float |

Example Configuration

    pbjs.enableAnalytics({
        provider: 'greenbids',
        options: {
            pbuid: "greenbids-publisher-1" // please contact Greenbids to get a pbuid for yourself
            greenbidsSampling: 1.0
        }
    });