Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-docs/bidders/taboola.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
}]
}];
Expand Down