Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdDefend Bid Adapter: add md file for bidder #2789

Merged
merged 1 commit into from
Apr 1, 2021
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
23 changes: 23 additions & 0 deletions dev-docs/bidders/addefend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: bidder
title: AdDefend
description: AdDefend Prebid Adapter
biddercode: addefend
pbjs: true
media_types: banner
gdpr_supported: true
gvl_id: 539
---

### Note:

The bidder requires setup before usage. Please get in touch with our publisher team at publisher@addefend.com to get started.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-------------------------|--------------------|----------|
| `pageId` | required | Page Id | "887" | `string` |
| `placementId` | required | Placement Id | "9398" | `string` |
| `trafficTypes`| optional | Impression Traffic Type | "ADBLOCK" | `string` |