Skip to content

Commit

Permalink
Merge pull request #1 from taboola/Update_Taboola_Prebid_Documentation
Browse files Browse the repository at this point in the history
update taboola prebid documentation
  • Loading branch information
jennylt authored Jun 27, 2022
2 parents 15f3bd3 + 2e3519c commit 05b9bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/bidders/taboola.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ The Taboola Adapter requires setup before beginning. Please contact us at prebid

| 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` |
| `tagId` | required | Tag ID / Placement Name <br> | `'Below The Article'` | `String` |
| `publisherId` | required | Numeric Publisher ID <br>(as provided by Taboola) | `'1234567'` | `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` |
| `bidfloor` | optional | CPM bid floor | `0.25` | `Float` |


### Example Ad Unit
Expand Down

0 comments on commit 05b9bf7

Please sign in to comment.