NoBid
Features
Registration
The NoBid Analytics Adapter is free to use during our Beta period, but requires a simple registration with NoBid. Please visit www.nobid.io to sign up and request your Publisher ID Number to get started. If you’re already using the NoBid Bid Adapter, you may use your existing Site ID Number with the analytics adapter.
The NoBid privacy policy is at nobid.io/privacy-policy.
Analytics Options
Parameter | Scope | Type | Description | Example |
---|---|---|---|---|
provider | Required | String | The name of this module: nobid |
nobid |
options.siteId | Required | Number | This is the NoBid Site ID Number obtained from registering with NoBid. | 1234 |
Example Configuration
pbjs.enableAnalytics({
provider: 'nobid',
options: {
siteId: 123 // change to the Site ID you received from NoBid
}
});