-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add new docs for our Taboola adapter #3760
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
049f24f
create new adapter docs for taboola bidder
mikizi dcdb1af
small fixes
mikizi 5e686a2
small fixes
mikizi 62d4096
Reposition the CSS directive
pcimring-taboola 27354a2
create new adapter docs for taboola bidder
mikizi f762171
small fixes
mikizi 7d6cf14
small fixes
mikizi 63f3a26
Reposition the CSS directive
pcimring-taboola c0c1129
Merge remote-tracking branch 'origin/master'
mikizi 48cb7b7
Merge branch 'prebid:master' into master
mikizi 3cd872b
Merge branch 'master' of https://github.com/prebid/prebid.github.io
mikizi e16cc70
Merge remote-tracking branch 'origin/master'
mikizi df2d0ee
Merge branch 'prebid:master' into master
mikizi 731f1fc
Update taboola.md
mikizi 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 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: bidder | ||
title: Taboola | ||
description: Prebid Taboola Bidder Adapter | ||
pbjs: true | ||
biddercode: taboola | ||
gdpr_supported: true | ||
usp_supported: true | ||
coppa_supported: true | ||
schain_supported: false | ||
media_types: banner | ||
gvl_id: 42 | ||
prebid_member: true | ||
floors_supported: true | ||
safeframes_ok: true | ||
--- | ||
|
||
### Note | ||
- Supports `display` format. | ||
- Uses `OpenRTB` standard. | ||
|
||
### Registration | ||
|
||
The Taboola Adapter requires setup before beginning. Please contact us at [email protected]. | ||
|
||
### Bid Params | ||
|
||
{: .table .table-bordered .table-striped } | ||
|
||
| Name | Scope | Description | Example | Type | | ||
|----------------|----------|---------------------------------------------------------|----------------------------|--------------| | ||
| `tagId` | required | Tag ID / Placement Name <br>(as provided by Taboola) | `'Below The Article'` | `String` | | ||
| `publisherId` | required | Alphabetic Publisher ID <br>(as provided by Taboola) | `'acme-publishing'` | `String` | | ||
| `bcat` | optional | List of blocked advertiser categories (IAB) | `['IAB1-1']` | `Array` | | ||
| `badv` | optional | Blocked Advertiser Domains | `'example.com'` | `String Url` | | ||
| `bidfloor` | optional | CPM bid floor | `0.25` | `Integer` | | ||
|
||
|
||
### Example Ad Unit | ||
```javascript | ||
var adUnits = [{ | ||
code: 'your-unit-container-id', | ||
mediaTypes: { | ||
banner: { | ||
sizes: [[300, 250], [300,600]] | ||
} | ||
}, | ||
bids: [{ | ||
bidder: 'taboola', | ||
params: { | ||
tagId: 'Placement Name', | ||
publisherId: 'your-publisher-id', | ||
bidfloor: 0.25, // Optional - default is null | ||
bcat: ['IAB1-1'], // Optional - default is [] | ||
badv: ['example.com'] // Optional - default is [] | ||
} | ||
}] | ||
}]; | ||
``` |
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.
I do not see Taboola listed on this page, https://prebid.org/membership/member-directory/