Skip to content
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
18 changes: 9 additions & 9 deletions dev-docs/bidders/sspBC.md → dev-docs/bidders/gopl.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
layout: bidder
title: sspBC
description: Prebid sspBC Bidder Adaptor
title: gopl
description: Go.pl Bidder Adaptor
pbjs: true
pbs: true
biddercode: sspBC
biddercode: gopl
redirect_from:
- /dev-docs/bidders/sspBC
media_types: banner, video, native
floors_supported: true
tcfeu_supported: true
gvl_id: 676
gvl_id: 690

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
gvl_id: 690
gvl_id: 690
redirect_from:
- /dev-docs/bidders/sspBC

sidebarType: 1
---

{: .alert.alert-info :}
This adapter was formerly named `sspBC`. It has been renamed to `gopl`; if you're upgrading from the old integration, update your bidder code from `sspBC` to `gopl`.

### Bid Params
## Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|----------------------------|-----------------------------|-----------|
| `id` | optional | placement id | `'006'` | `string` |
| `siteId` | optional | site id | `'235911'` | `string` |
| `publisherId` | optional | publisher id | `'728'` | `string` |
| `domain` | optional | site domain | `'somesite.com'` | `string` |
| `page` | optional | page url | `'somesite.com/index.html'` | `string` |
| `tmax` | optional | tmax for server connection | `400` | `integer` |
Loading