From 78dc8639a29587f25bc2134b5eae3cf844f2bec2 Mon Sep 17 00:00:00 2001 From: "jenny.l" Date: Wed, 15 Jun 2022 15:16:58 +0300 Subject: [PATCH] update Taboola prebid documentation: tagId, publisherId, bidFloor. --- modules/taboolaBidAdapter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/taboolaBidAdapter.md b/modules/taboolaBidAdapter.md index a42133550..372e23349 100644 --- a/modules/taboolaBidAdapter.md +++ b/modules/taboolaBidAdapter.md @@ -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
(as provided by Taboola) | `'Below The Article'` | `String` | -| `publisherId` | required | Alphabetic Publisher ID
(as provided by Taboola) | `'acme-publishing'` | `String` | +| `tagId` | required | Tag ID / Placement Name
| `'Below The Article'` | `String` | +| `publisherId` | required | Numeric Publisher ID
(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` |