From 7ae8537cc95ffd5bfde6936f6fa270d32e72e3f1 Mon Sep 17 00:00:00 2001 From: "jenny.l" Date: Mon, 20 Jun 2022 16:03:03 +0300 Subject: [PATCH] update taboola prebid documentation --- dev-docs/bidders/taboola.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/taboola.md b/dev-docs/bidders/taboola.md index 92269a7d69..97c3d6ebe3 100644 --- a/dev-docs/bidders/taboola.md +++ b/dev-docs/bidders/taboola.md @@ -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
(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` | ### Example Ad Unit