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 branch 'prebid:master' into master
- Loading branch information
Showing
54 changed files
with
1,001 additions
and
478 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,21 @@ title: Concert | |
description: Concert Analytics Adapter | ||
modulecode: concert | ||
enable_download: false | ||
prebid_member: false | ||
tcfeu_supported: false | ||
usp_supported: true | ||
gvl_id: N/A | ||
coppa_supported: false | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit [concert.io](https://concert.io/) for more information. | ||
The Concert analytics adapter requires setup and approval from the Concert team. Please reach out to <[email protected]> or visit [concert.io](https://concert.io/) for more information. | ||
|
||
### Example Configuration | ||
|
||
```javascript | ||
pbjs.enableAnalytics({ | ||
provider: 'concert', | ||
}); | ||
``` |
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 was deleted.
Oops, something went wrong.
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,48 @@ | ||
--- | ||
layout: bidder | ||
title: Blasto | ||
description: Prebid Blasto Bidder Adaptor | ||
biddercode: blasto | ||
tcfeu_supported: false | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: true | ||
media_types: banner, video, native | ||
safeframes_ok: true | ||
deals_supported: true | ||
pbjs: true | ||
pbs: true | ||
pbs_app_supported: true | ||
sidebarType: 1 | ||
floors_supported: true | ||
prebid_member: false | ||
fpd_supported: false | ||
gvl_id: none | ||
multiformat_supported: will-bid-on-one | ||
ortb_blocking_supported: true | ||
userIds: all | ||
--- | ||
|
||
### Note | ||
|
||
The Example Bidding adapter requires setup before beginning. Please contact us at <[email protected]>. | ||
Blasto will only respond to the first impression. | ||
|
||
### Bid Params for Prebid Server | ||
Blasto supports diffrent regions for the prebid server. By default US East. | ||
Please deploy the prebid config in each of your datacenters with the appropriate regional subdomain. | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|-----------|-----------| | ||
| `sourceId` | required | Unique hash provided by blasto | `'6dllcEHSxYdSb6yLmCqE'` | `string` | | ||
| `accountId` | required | Unique name provided by blasto | `'blasto-test'` | `string` | | ||
|
||
### Bid Params for Prebid.js | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|-----------------------|-----------|-----------| | ||
| `sourceId` | required | Unique hash provided by blasto | `'6dllcEHSxYdSb6yLmCqE'` | `string` | | ||
| `accountId` | required | Unique name provided by blasto | `'blasto-test'` | `string` | | ||
| `host` | optional | Blasto server region. US East by default | `'us-e-node1'` | `string` | |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: bidder | ||
title: Copper6SSP | ||
description: Prebid Copper6SSP Bidder Adapter | ||
biddercode: copper6ssp | ||
gpp_sids: usstate_all | ||
tcfeu_supported: false | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: true | ||
deals_supported: false | ||
floors_supported: true | ||
fpd_supported: false | ||
ortb_blocking_supported: false | ||
media_types: banner, video, native | ||
multiformat_supported: will-bid-on-one | ||
userIds: all | ||
pbjs: true | ||
pbs: false | ||
pbs_app_supported: true | ||
safeframes_ok: true | ||
sidebarType: 1 | ||
--- | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|--------------|---------------------------------|------------| | ||
| `placementId` | optional | Placement Id | `'0'` | `'string'` | | ||
| `endpointId` | optional | Endpoint Id | `'0'` | `'string'` | | ||
|
||
### Note | ||
|
||
For the prebid server and prebid.js you only need to use one parameter: either placementId or endpointId |
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 |
---|---|---|
|
@@ -21,9 +21,11 @@ For queries, write to us at <[email protected]> | |
|
||
### User Sync Disclosure | ||
|
||
InMobi has partnered with a third party, ID5, to use their ID as our primary user identifier for mobile web supply. We will also rely on ID5 IDs to handle compliance flows related to Data Subject Right requests in our systems. Hence, we require the publisher to use ID5’s sync URL for user syncing and passing the corresponding ID5 ID to InMobi in the bid request. For this purpose, we provide ID5’s sync URL in our Prebid adapter for User ID sync. Note that, InMobi has a direct contract with ID5 for consuming ID5 ID and the user sync via Prebid does not require the publisher to get into a contractual relationship with ID5. | ||
Third-party cookie syncing helps publishers leverage their audience data, enhance targeting capabilities, and drive better ad performance. InMobi third party cookie syncing improves monetization for publishers by giving them a competitive positioning in the digital advertising ecosystem. | ||
Ids for third parties can be synced through our pixel: `https://sync.inmobi.com/prebid?gdpr={GDPR}&gdpr_consent={GDPR_CONSENT}&us_privacy={US_PRIVACY}&redirect={RedirectURL}` . | ||
The RedirectURL should contain uuid macro, which is {ID5UID}. | ||
|
||
To opt out of InMobi ads on mobile web inventory or for any other requests, the user needs to visit the Opt-out page on InMobi website (<https://www.inmobi.com/page/opt-out/>). For opting out of ID5 ID entirely, the user needs to visit ID5’s opt out page: <https://id5.io/platform-privacy-policy/>. | ||
To opt out of InMobi ads on web inventory the user needs to visit the Opt-out page on InMobi website `https://www.inmobi.com/page/opt-out/`. | ||
|
||
### Bid Params | ||
|
||
|
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,39 @@ | ||
--- | ||
layout: bidder | ||
title: MarkApp | ||
description: MarkApp Bidder Adapter | ||
biddercode: markapp | ||
aliasCode : smarthub | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: true | ||
dchain_supported: true | ||
media_types: banner, video, native | ||
safeframes_ok: true | ||
deals_supported: true | ||
floors_supported: true | ||
fpd_supported: false | ||
pbjs: true | ||
pbs: true | ||
pbs_app_supported: true | ||
multiformat_supported: will-bid-on-any | ||
--- | ||
|
||
### Prebid.js Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|---------------------------------|-------------------------------------|-----------| | ||
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | ||
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | | ||
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` | | ||
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` | | ||
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` | | ||
|
||
### Prebid Server Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
| Name | Scope | Description | Example | Type | | ||
|---------------|----------|---------------------|--------------------------------------|----------| | ||
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` | | ||
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` | |
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.