Skip to content

Commit

Permalink
Merge pull request #2 from taboola/Fix_Taboola_Prebid_documentation
Browse files Browse the repository at this point in the history
Update taboola prebid documentation
  • Loading branch information
mikizi authored Jun 27, 2022
2 parents 5d99fc9 + 3f0ff10 commit b649c44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/taboolaBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ The Taboola Bidding adapter requires setup before beginning. Please contact us o

| 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` |


0 comments on commit b649c44

Please sign in to comment.