Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publir bid adapter #5043

Merged
merged 10 commits into from
Mar 19, 2024
57 changes: 57 additions & 0 deletions dev-docs/bidders/publir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: bidder
title: Publir
description: Prebid Publir Bidder Adapter
multiformat_supported: will-bid-on-any
pbjs: true
biddercode: publir
media_types: banner, video
schain_supported: true
tcfeu_supported: false
gvl_id: none
usp_supported: true
floors_supported: true
userIds: all
sidebarType: 1
safeframes_ok: true,
coppa_supported: true
---

### Note

The Publir adapter requires setup and approval. Please reach out to [info@publir.com] to setup an Publir account.

### Bid Parameters

#### Banner, Video

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description | Example
| ---- | ----- | ---- | ----------- | -------
| `pubId` | required | String | Publir publisher Id provided by your Publir representative | "1234567890abcdef12345678"

## Example

```javascript
var adUnits = [{
code: 'hre_div-hre-vcn-1',
sizes: [[1080, 1920]]],
mediaTypes: {
banner: {
sizes: [
[1080, 1920],
],
},
},
bids: [{
bidder: 'publir',
params: {
pubId: '1234567890abcdef12345678'
}
}]
}];
```

### Configuration

Publir required setting UserSync by iframe for monetization.
Loading