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 } }] }];