forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
115 changed files
with
3,307 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: bidder | ||
title: AdFusion | ||
biddercode: adfusion | ||
tcfeu_supported: true | ||
gvl_id: 844 | ||
usp_supported: false | ||
coppa_supported: false | ||
gpp_supported: false | ||
schain_supported: false | ||
dchain_supported: false | ||
safeframes_ok: false | ||
deals_supported: true | ||
userId: all | ||
media_types: display, video | ||
floors_supported: true | ||
fpd_supported: false | ||
pbjs: true | ||
pbs: false | ||
prebid_member: false | ||
multiformat_supported: will-bid-on-one | ||
ortb_blocking_supported: true | ||
sidebarType: 1 | ||
--- | ||
|
||
### Note | ||
|
||
The AdFusion Bidding adapter requires setup from the AdFusion team. Please contact us at [[email protected]](mailto:[email protected]). | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|-----------|-----------| | ||
| `accountId` | required | The account ID provided by AdFusion | `1234` | `number` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,23 @@ title: Adagio | |
description: Adagio Analytics Adapter | ||
modulecode: adagio | ||
prebid_member: true | ||
tcfeu_supported: true | ||
usp_supported: true | ||
coppa_supported: true | ||
gvl_id: 617 | ||
enable_download: true | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit [adagio.io](https://adagio.io/) for more information. | ||
The Adagio Analytics adapter requires setup and approval from the Adagio team. Please reach out to <[email protected]> for more information. | ||
|
||
#### Example Configuration | ||
|
||
```js | ||
pbjs.que.push(function () { | ||
pbjs.enableAnalytics({ | ||
provider: 'adagio', | ||
}); | ||
}); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: analytics | ||
title: NoBid | ||
description: NoBid Analytics Adaptor | ||
modulecode: nobidAnalytics | ||
gvl_id: 816 | ||
enable_download: false | ||
--- | ||
|
||
#### 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](https://www.nobid.io/contact-1/) 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](https://www.nobid.io/privacy-policy/). | ||
|
||
#### Analytics Options | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Parameter | Scope | Type | Description | Example | | ||
| --- | --- | --- | --- | --- | | ||
| provider | Required | String | The name of this module: `nobidAnalytics` | `nobidAnalytics` | | ||
| options.siteId | Required | Number | This is the NoBid Site ID Number obtained from registering with NoBid. | `1234` | | ||
|
||
### Example Configuration | ||
|
||
```javascript | ||
pbjs.enableAnalytics({ | ||
provider: 'nobidAnalytics', | ||
options: { | ||
siteId: 123 // change to the Site ID you received from NoBid | ||
} | ||
}); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.