Skip to content

Commit

Permalink
updating Taboola adapter documentation (#3874)
Browse files Browse the repository at this point in the history
* create new adapter docs for taboola bidder

* small fixes

* small fixes

* Reposition the CSS directive

Reposition the styling directive.
Split the 'Note' into 2 sections.
Make minor textual tweaks.

* create new adapter docs for taboola bidder

* small fixes

* small fixes

* Reposition the CSS directive

Reposition the styling directive.
Split the 'Note' into 2 sections.
Make minor textual tweaks.

* Update taboola.md

disable the support of: schain_supported

* update taboola prebid documentation

Co-authored-by: Michael <[email protected]>
Co-authored-by: pcimring-taboola <[email protected]>
Co-authored-by: mikiz <[email protected]>
  • Loading branch information
4 people authored Jul 3, 2022
1 parent 069acf7 commit ad50846
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 ad50846

Please sign in to comment.