diff --git a/dev-docs/analytics/nobid.md b/dev-docs/analytics/nobid.md index 3900707022..643fed2f69 100644 --- a/dev-docs/analytics/nobid.md +++ b/dev-docs/analytics/nobid.md @@ -2,7 +2,7 @@ layout: analytics title: NoBid description: NoBid Analytics Adaptor -modulecode: nobidAnalytics +modulecode: nobid gvl_id: 816 enable_download: true --- @@ -18,14 +18,14 @@ The NoBid privacy policy is at [nobid.io/privacy-policy](https://www.nobid.io/pr {: .table .table-bordered .table-striped } | Parameter | Scope | Type | Description | Example | | --- | --- | --- | --- | --- | -| provider | Required | String | The name of this module: `nobidAnalytics` | `nobidAnalytics` | +| 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 ```javascript pbjs.enableAnalytics({ - provider: 'nobidAnalytics', + provider: 'nobid', options: { siteId: 123 // change to the Site ID you received from NoBid }