Greenbids
Features
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
| 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: 0.01
        }
    });