Skip to content

Commit

Permalink
NoBid version 1.3.4 (prebid#5286)
Browse files Browse the repository at this point in the history
* Adde support for CCPA

* Added support for Floors for the NoBid Adapter.

* Added support for GPP.

* Added support for intentIqId User ID module.

* Renamed the NoBid Analytics adapter code to "nobid" instead of "nobidAnalytics" otherwise the wrapper builder on the Prebid.js website wouldn't work.

---------

Co-authored-by: Reda Guermas <reda.guermas@nobid.io>
  • Loading branch information
redaguermas and Reda Guermas authored May 5, 2024
1 parent 6128494 commit 438d3f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/analytics/nobid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: analytics
title: NoBid
description: NoBid Analytics Adaptor
modulecode: nobidAnalytics
modulecode: nobid
gvl_id: 816
enable_download: true
---
Expand All @@ -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
}
Expand Down

0 comments on commit 438d3f2

Please sign in to comment.