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

Playdigo: new adapter #5274

Merged
merged 5 commits into from
May 10, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions dev-docs/bidders/playdigo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: bidder
title: Playdigo
description: Prebid Playdigo Bidder Adapter
biddercode: playdigo
usp_supported: true
coppa_supported: true
schain_supported: true
floors_supported: true
gpp_supported: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - gpp_supported is no longer a valid piece of metadata. It's been replaced with gpp_sids as described in https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your reply, we have made changes

media_types: banner, video, native
multiformat_supported: will-not-bid
pbjs: true
pbs: true
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
Loading