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

removing tcf2 variable, general GDPR update #2769

Merged
merged 2 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions _layouts/bidder.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ <h3>Features</h3>
<tr>
<th class="pbTh">Media Types</th>
<td class="pbTd">{% unless page.media_types contains 'no-display' %}display{% if page.media_types contains 'video' %},{% endif %}{% endunless %}{% if page.media_types contains 'video' %} video{% endif %}{% if page.media_types != "no-display, native" and page.media_types contains 'native' %}, native{% endif %}{% if page.media_types == "no-display, native" %}native{% endif %}</td>
<th class="pbTh">GDPR TCF1 Support</th>
<th class="pbTh">GDPR TCF Support</th>
<td class="pbTd">{% if page.gdpr_supported == true %}yes{% else %}no{% endif %}</td>
</tr>
<tr>
<th class="pbTh">User IDs</th>
<td class="pbTd">{% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %}</td>
<th class="pbTh">GDPR TCF2 Support</th>
<td class="pbTd">{% if page.tcf2_supported == true %}yes{% else %}no{% endif %}</td>
<th class="pbTh">USP/CCPA Support</th>
<td class="pbTd">{% if page.usp_supported == true %}yes{% else %}no{% endif %}</td>
</tr>
<tr>
<th class="pbTh">SChain Support</th>
Expand All @@ -71,8 +71,8 @@ <h3>Features</h3>
<tr>
<th class="pbTh">Safeframes OK</th>
<td class="pbTd">{% if page.safeframes_ok == false %}no{% elsif page.safeframes_ok == true %}yes{% else %}check with bidder{% endif %}</td>
<th class="pbTh">USP/CCPA Support</th>
<td class="pbTd">{% if page.usp_supported == true %}yes{% else %}no{% endif %}</td>
<th class="pbTh"></th>
<td class="pbTd"></td>
</tr>
<tr>
<th class="pbTh">Supports Deals</th>
Expand Down
4 changes: 1 addition & 3 deletions dev-docs/bidder-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -1038,9 +1038,8 @@ registerBidder(spec);
- Add 'biddercode' and set it to the code that publishers should be using to reference your bidder in an AdUnit. This needs to be the same name as the docs file!
- Add 'aliasCode' if your biddercode is not the same name as your PBJS implementation file. e.g. if your biddercode is "ex", but the file in the PBJS repo is exampleBidAdapter.js, this value needs to be "example".
- Add `pbjs: true`. If you also have a [Prebid Server bid adapter](/prebid-server/developers/add-new-bidder-go.html), add `pbs: true`. Default is false for both.
- If you support the GDPR consentManagement module and TCF1, add `gdpr_supported: true`. Default is false.
- If you're on the IAB Global Vendor List, add your ID number in `gvl_id`.
- If you support the GDPR consentManagement module and TCF2, add `tcf2_supported: true`. Default is false.
- If you support the GDPR consentManagement module and have a GVL ID, you may add `gdpr_supported: true`. Default is false.
- If you have an IAB Global Vendor List ID, add `gvl_id: ID`. There's no default.
- If you support the US Privacy consentManagementUsp module, add `usp_supported: true`. Default is false.
- If you support one or more userId modules, add `userId: (list of supported vendors)`. No default value.
Expand All @@ -1061,7 +1060,6 @@ description: Prebid example Bidder Adapter
biddercode: example
aliasCode: fileContainingPBJSAdapterCodeIfDifferentThenBidderCode
gdpr_supported: true/false
tcf2_supported: true/false
gvl_id: 111
usp_supported: true/false
coppa_supported: true/false
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/33across.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gdpr_supported: true
getFloor: true
schain_supported: true
usp_supported: true
gvl_id: 58
---

### Bid Params
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/aardvark.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: Prebid Aardvark Bidder Adaptor
pbjs: true
biddercode: aardvark
gdpr_supported: true
tcf2_supported: true
usp_supported: true
schain_supported: true
userIds: unifiedId
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/acuityads.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: AcuityAds
description: Prebid AcuityAds Bidder Adaptor
biddercode: acuityads
gdpr_supported: true
tcf2_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adWMG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
biddercode: adWMG
media_types: banner
gdpr_supported: true
tcf2_supported: true
---

### BidParams
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gdpr_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
tcf2_supported: true
gvl_id: 617
---

Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adform.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ biddercode: adform
media_types: banner, video
gdpr_supported: true
usp_supported: true
tcf2_supported: true
prebid_member: true
pbjs: true
pbs: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adformOpenRTB.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ biddercode: adformOpenRTB
media_types: no-display, native
gdpr_supported: true
usp_supported: true
tcf2_supported: true
prebid_member: true
pbjs: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, sharedId, unifiedId
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adhese.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pbs: true
biddercode: adhese
media_types: banner, video
gdpr_supported: true
tcf2_supported: true
userIds: id5Id
gvl_id: 553
pbs_app_supported: true
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/adkernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ media_types: banner, native, video
gdpr_supported: true
usp_supported: true
pbs_app_supported: true
gvl_id: 14
---

### Note:
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/adkernelAdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ media_types: banner, video
gdpr_supported: true
usp_supported: true
pbs_app_supported: true
gvl_id: 14
---

### Note:
Expand Down
3 changes: 1 addition & 2 deletions dev-docs/bidders/adman.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ biddercode: adman
gdpr_supported: true
usp_supported: true
media_types: banner, video
tcf2_supported: true
---

### Note:
Expand All @@ -29,4 +28,4 @@ Due to different integration API prebid.js and prebid-server api params are diff
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `TagID` | required | Adman placement id | `'1234asdf'` | `'string'` |
| `TagID` | required | Adman placement id | `'1234asdf'` | `'string'` |
1 change: 1 addition & 0 deletions dev-docs/bidders/admixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ biddercode: admixer
media_types: video
gdpr_supported: true
usp_supported: true
gvl_id: 511
---

### Bid Params
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
pbs: true
biddercode: adocean
gdpr_supported: true
tcf2_supported: true
---

### Note
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adot.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: Prebid Adot Bidder Adapter
biddercode: adot
media_types: banner, video, native
gdpr_supported: true
tcf2_supported: true
gvl_id: 272
pbjs: true
pbs: true
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/adpone.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pbs: true
biddercode: adpone
bidder_supports_deals: false
media_types: banner
gvl_id: 799
---


Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adprime.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ biddercode: adprime
gdpr_supported: true
usp_supported: true
media_types: banner, video
tcf2_supported: true
pbjs: true
pbs: true
pbs_app_supported: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adtarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
schain_supported: true
coppa_supported: true
usp_supported: true
tcf2_supported: true
pbjs: true
pbs: true
---
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adtelligent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
schain_supported: true
coppa_supported: true
usp_supported: true
tcf2_supported: true
safeframes_ok: true
prebid_member: true
pbjs: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/adtrue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
biddercode: adtrue
media_types: banner
gdpr_supported: true
tcf2_supported: true
schain_supported: true
usp_supported: true
---
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/adyoulike.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ The Adyoulike Header Bidding adaptor requires setup and approval from the Adyoul
| `placement` | required | The placement ID from Adyoulike. | `'194f787b85c829fb8822cdaf1ae64435'` | `string` |


Same 'placement' parameter can be used from either prebid JS or prebid server.
Same 'placement' parameter can be used from either prebid JS or prebid server.
1 change: 0 additions & 1 deletion dev-docs/bidders/amx.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gdpr_supported: true
usp_supported: true
coppa_supported: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId
tcf2_supported: true
biddercode: amx
safeframes_ok: true
media_types: banner, video
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/aol.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
biddercode: aol
gdpr_supported: true
usp_supported: true
tcf2_supported: true
gvl_id: 25
userIds: verizonMediaId

Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/apacdex.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
biddercode: apacdex
media_types: banner, video
gdpr_supported: true
tcf2_supported: true
schain_supported: true
usp_supported: true
---
Expand Down
3 changes: 1 addition & 2 deletions dev-docs/bidders/appaloosa.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrable
schain_supported: true
coppa_supported: true
usp_supported: true
tcf2_supported: true
safeframes_ok: true
prebid_member: true
pbjs: true
Expand Down Expand Up @@ -121,4 +120,4 @@ It is possible to configure requests to be split into chunks so as to have fewer
});
```

Appaloosa is an aliased bidder for Adtelligent
Appaloosa is an aliased bidder for Adtelligent
1 change: 0 additions & 1 deletion dev-docs/bidders/appnexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ userIds: criteo, unifiedId, netId, identityLink
schain_supported: true
coppa_supported: true
usp_supported: true
tcf2_supported: true
pbjs: true
pbs: true
gvl_id: 32
Expand Down
3 changes: 1 addition & 2 deletions dev-docs/bidders/apstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ biddercode: apstream
pbjs: true
media_types: banner
gdpr_supported: true
tcf2_supported: true
gvl_id: 394
---

Expand Down Expand Up @@ -40,4 +39,4 @@ pbjs.setBidderConfig({
}
}
});
```
```
1 change: 0 additions & 1 deletion dev-docs/bidders/avct.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ gdpr_supported: true
media_types: banner, video
schain_supported: true
usp_supported: true
tcf2_supported: true
---

### Registration
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/bcm.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The BCM adapter requires approval and setup. Please reach out to [email protected]
| Name | Scope | Description | Example | Type |
|----------|----------|-----------------------|---------------------------|----------|
| `host` | required | Our Host - Do Not Change | `'serve.datacygnal.io'` | `string` |
| `zoneId` | required | Example RTB zone id | `'12345'` | `string` |
| `zoneId` | required | Example RTB zone id | `'12345'` | `string` |
1 change: 1 addition & 0 deletions dev-docs/bidders/beachfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prebid_member: true
pbjs: true
pbs: true
pbs_app_supported: true
gvl_id: 335
---

### Registration
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/between.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pbs: true
biddercode: between
schain_supported: true
gdpr_supported: true
tcf2_supported: true
pbs_app_supported: true
---

Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/bidlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pbjs: true
biddercode: bidlab
gdpr_supported: true
media_types: banner, video
tcf2_supported: true
---

### Note:
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/bizzclick.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: BizzClick
description: Prebid BizzClick Bidder Adaptor
biddercode: bizzclick
gdpr_supported: true
tcf2_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/brightcom.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ nav_section: reference
pbjs: true
biddercode: brightcom
gdpr_supported: true
tcf2_supported: true
---

### Note:
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/brightroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ media_types: display, video
biddercode: brightroll
prebid_member: true
gdpr_supported: true
tcf2_supported: true
coppa_supported: true
ccpa_supported: true
schain_supported: true
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/connectad.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ schain_supported: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, unifiedId
prebid_member: true
safeframes_ok: true
tcf2_supported: true
getFloor: true
pbjs: true
pbs: true
Expand Down
2 changes: 2 additions & 0 deletions dev-docs/bidders/consumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pbjs: true
pbs: true
pbs_app_supported: true
biddercode: consumable
gdpr_supported: true
gvl_id: 591
---

### Note:
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/conversant.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ media_types: video
gdpr_supported: true
userIds: criteo, id5Id, identityLink, liveIntentId, parrableId, pubCommonId, unifiedId
prebid_member: true
tcf2_supported: true
gvl_id: 24
---

Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/criteo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gdpr_supported: true
usp_supported: true
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, pubProvidedId, sharedId, unifiedId
prebid_member: true
tcf2_supported: true
getFloor: false*
gvl_id: 91
---
Expand Down
1 change: 0 additions & 1 deletion dev-docs/bidders/datablocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ media_types: video
biddercode: datablocks
prebid_member: true
gdpr_supported: true
tcf2_supported: true
---

### Bid Params
Expand Down
1 change: 1 addition & 0 deletions dev-docs/bidders/deepintent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ biddercode: deepintent
media_types: banner
gdpr_supported: true
usp_supported: true
gvl_id: 541
---

### Bid Params
Expand Down
2 changes: 2 additions & 0 deletions dev-docs/bidders/dmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: DistrictM DMX
pbs: true
media_types: banner, video
biddercode: dmx
gvl_id: 144
gdpr_supported: true
---

### Bid Params
Expand Down
Loading