From 10ad204b47525240f694c55f4521e6dc6803dad4 Mon Sep 17 00:00:00 2001 From: Ahmad Lobany Date: Tue, 6 Sep 2022 13:23:53 +0300 Subject: [PATCH] updating-taboola-adapter-doc-dynamic-url-param --- dev-docs/bidders/taboola.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/taboola.md b/dev-docs/bidders/taboola.md index 6b796aa4..228279a3 100644 --- a/dev-docs/bidders/taboola.md +++ b/dev-docs/bidders/taboola.md @@ -34,7 +34,7 @@ The Taboola Adapter requires setup before beginning. Please contact us at prebid | `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` | `Float` | -| `url` | optional | Endpoint Url (only if provided by Taboola) | `https://example.com` | `String` | +| `endpointUrl` | optional | Endpoint Url (only if provided by Taboola) | `https://example.com` | `String` | ### Example Ad Unit @@ -54,7 +54,7 @@ The Taboola Adapter requires setup before beginning. Please contact us at prebid bidfloor: 0.25, // Optional - default is null bcat: ['IAB1-1'], // Optional - default is [] badv: ['example.com'], // Optional - default is [] - url: 'https://example.com' // Optional - default is null + endpointUrl: 'https://example.com' // Optional } }] }];