Skip to content

Commit

Permalink
Merge branch 'master' into add-rediads-bid-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rediads authored Dec 20, 2024
2 parents e0dd58e + 2a98919 commit 9829fcb
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ Here is a sample array entry for `validBidRequests[]`:
bidderRequestId: "15246a574e859f",
bidRequestsCount: 1,
bidderRequestsCount: 1,
auctionsCount: 1,
bidderWinsCount: 0,
userId: {...},
userIdAsEid: {...},
Expand All @@ -304,6 +305,7 @@ Other notes:
* **Transaction ID** (see [note](#tid-warning)) is unique for each ad unit within a call to `requestBids()`, but same across bidders. This is the ID that enables DSPs to recognize the same impression coming in from different supply sources.
* **Bid Request Count** is the number of times `requestBids()` has been called for this ad unit.
* **Bidder Request Count** is the number of times `requestBids()` has been called for this ad unit and bidder.
* **Auctions Count** is the number of times `requestBids()` has been called for this ad unit excluding the duplicates generated by twin adUnits.
* **userId** is where bidders can look for IDs offered by the various [User ID modules](/dev-docs/modules/userId.html#prebidjs-adapters).
* **userIdAsEid** is the EID-formatted version of `userId`.
* **ortb2** a copy of `bidderRequest.ortb2` (see below), provided here for convenience.
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/freedomadnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: bidder
title: Freedom Ad Network
description: Freedom Ad Network Bidder Adapter
biddercode: freedomadnetwork
filename: fanAdapter
gvl_id: none
coppa_supported: true
media_types: banner, native
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/insticator.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ floors_supported: true
media_types: banner, video
multiformat_supported: will-bid-on-any
pbjs: true
pbs: true
gvl_id: 910
sidebarType: 1
userIds: all
Expand Down
4 changes: 2 additions & 2 deletions dev-docs/bidders/ix-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ Publishers who want to use the Protected Audience API with Prebid Server, must f
**Before you begin:** Depending on whether you are using the Prebid Server Go or Java code base and the Prebid.js version, you must make sure that you are using the appropriate Prebid Server version:
* **For Prebid Server Go:** If you are using a Prebid.js version that is between 7.44.0 and 8.51.0, you must be using Prebid Server version 2.1.0 or later. For a Prebid.js version that is 8.52.0 or later, you must be using Prebid Server version 3.3.0 or later.
* **For Prebid Server Java:** If you are using a Prebid.js version that is 7.44.0 or later, you must be using Prebid Server Java version 3.16.0 or later.
* **For Prebid Server Go:** If you are using a Prebid.js version that is between 8.18.0 and 8.51.0, you must be using Prebid Server version 2.1.0 or later. For a Prebid.js version that is 8.52.0 or later, you must be using Prebid Server version 3.3.0 or later.
* **For Prebid Server Java:** If you are using a Prebid.js version that is 8.18.0 or later, you must be using Prebid Server Java version 3.16.0 or later.
1. Configure Prebid.js to send the `ae` field with a value of `1`. For more information on how to set up the Protected Audience API in Prebid.js, see the [Protected Audience API support](/dev-docs/bidders/ix.html#protected-audience-api-support) section in our Prebid.js documentation on the Prebid site.
2. Prebid Server will now automatically pass through the `ae=1` field received from Prebid.js to Index. No other specific Prebid Server configuration is required.
Expand Down
80 changes: 80 additions & 0 deletions dev-docs/bidders/nexverse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
layout: bidder
title: Nexverse
description: Prebid Nexverse Bidder Adapter
biddercode: nexverse
tcfeu_supported: false
dsa_supported: true
gvl_id: none
usp_supported: true
coppa_supported: true
schain_supported: true
dchain_supported: false
userId: all
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
floors_supported: true
fpd_supported: true
pbjs: true
pbs: false
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: false
privacy_sandbox: no
sidebarType: 1
---


### Nexverse Adapter

The Nexverse adapter requires some initial setup. For assistance or setup instructions, please contact us at [[email protected]](mailto:[email protected]).

### Supported Media Types

The Nexverse adapter supports the following media types:

- Banner
- Video
- Native

### Configuration

To configure the Nexverse adapter, you will need the following parameters:

| Name | Scope | Description | Example | Type |
|--------|----------|--------------------------|------------|--------|
| uid | required | Publisher's unique ID | "12345" | string |
| pubId | required | Publisher ID | "54321" | string |
| pubEpid | optional | Publisher's unique EPID | "epid123" | string |

### Test Parameters

You can test the Nexverse adapter with the following test parameters:

```javascript
var adUnits = [
{
code: 'div-ad-1',
mediaTypes: {
banner: {
sizes: [[300, 250], [320, 50]],
},
},
bids: [
{
bidder: 'nexverse',
params: {
uid: '12345',
pubId: '54321',
pubEpid: 'epid123',
},
},
],
},
];
```

### GDPR, CCPA, COPPA Support

Nexverse complies with GDPR, CCPA, and COPPA regulations. If you have further questions regarding compliance, feel free to reach out to us.
89 changes: 89 additions & 0 deletions dev-docs/bidders/stellormedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
---
layout: bidder
title: StellorMedia
description: Stellor Media Bidder Adapter
biddercode: stellormedia
aliasCode: adtelligent
media_types: video,banner
tcfeu_supported: false
gpp_sids: usp
userId: all (with commercial activation)
schain_supported: true
coppa_supported: true
usp_supported: true
safeframes_ok: true
prebid_member: false
pbjs: true
pbs: false
deals_supported: false
sidebarType: 1
---

### Bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------|----------|---------------------------------|----------|-----------|
| `aid` | required | The source ID from Stellor Media. | `12412` | `integer` |

### Description

Stellor Media header bidding adapter connects with Indicue Media demand sources in order to fetch bids.
This adapter provides a solution for accessing Video demand and display demand.

### Test Parameters

```javascript
var adUnits = [

// Video instream adUnit
{
code: 'test-div',
mediaTypes: {
video: {
context: 'instream',
playerSize: [640, 480]
}
},
bids: [{
bidder: 'stellormedia',
params: {
aid: 472386
}
}]
},

// Video outstream adUnit
{
code: 'test-div',
mediaTypes: {
video: {
context: 'outstream',
playerSize: [640, 480]
}
},
bids: [{
bidder: 'stellormedia',
params: {
aid: 472386
}
}]
},

// Banner adUnit
{
code: 'test-div',
mediaTypes:{
banner:{
sizes: [[300, 250]]
}
}
bids: [{
bidder: 'stellormedia',
params: {
aid: 529814
}
}]
}
];
```

0 comments on commit 9829fcb

Please sign in to comment.