-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Gopl adapter #6667
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
Open
decemberWP
wants to merge
18
commits into
prebid:master
Choose a base branch
from
grupawp:gopl-adapter
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Gopl adapter #6667
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
767189f
Merge pull request #1 from prebid/master
wojciech-bialy-wpm ea4a228
Merge pull request #4 from prebid/master
wojciech-bialy-wpm e873ff7
Merge pull request #5 from prebid/master
wojciech-bialy-wpm 66836b7
Merge pull request #7 from prebid/master
wojciech-bialy-wpm f1a6dd7
Merge branch 'master' of https://github.com/prebid/prebid.github.io
wojciech-bialy-wpm 6ae09f8
Merge branch 'prebid:master' into master
decemberWP a64b6d3
Merge branch 'prebid:master' into master
decemberWP a02a12b
Merge branch 'prebid:master' into master
decemberWP 8169e3f
Merge branch 'prebid:master' into master
decemberWP 80a2316
Merge pull request #8 from prebid/master
wojciech-bialy-wpm 7579e1e
[gopl-adapter] add description for gopl adapter, remove description f…
wojciech-bialy-wpm 8045398
Merge branch 'master' into gopl-adapter
decemberWP 7bdec0a
Fix markdownlint errors in gopl.md
decemberWP 5ad5b10
Merge branch 'master' into gopl-adapter
decemberWP 15e1ea4
Merge branch 'master' into gopl-adapter
decemberWP ea09d4f
Merge branch 'master' into gopl-adapter
decemberWP 3baedf9
Add migration note and redirect for renamed sspBC adapter
decemberWP 6703d83
Merge branch 'master' into gopl-adapter
decemberWP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -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 | ||
| 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` | | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.