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

AdMatic Adapter: New features (Pixad included) #5019

Merged
merged 16 commits into from
Mar 14, 2024
9 changes: 5 additions & 4 deletions dev-docs/bidders/admatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ pbjs: true
pbs: false
biddercode: admatic
media_types: banner,video,native
tcfeu_supported: false
usp_supported: false
coppa_supported: false
schain_supported: false
tcfeu_supported: true
muuki88 marked this conversation as resolved.
Show resolved Hide resolved
usp_supported: true
coppa_supported: true
gpp_supported: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gpp_supported: true
gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

gpp_supported is deprecated and superseded by gpp_sids . Add the support section ids your adapter supports

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fatihkaya84 can you fix this? Then this is ready to merge 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp

hi @muuki88 sorry late reply :(
thank you very much for your interest and understanding

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries. We are all working very async 😄

schain_supported: true
dchain_supported: false
userIds: criteo, id5Id, sharedId, unifiedId
safeframes_ok: true
Expand Down
9 changes: 5 additions & 4 deletions dev-docs/bidders/pixad.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ pbjs: true
pbs: false
biddercode: pixad
media_types: banner,video,native
tcfeu_supported: false
usp_supported: false
coppa_supported: false
schain_supported: false
tcfeu_supported: true
muuki88 marked this conversation as resolved.
Show resolved Hide resolved
usp_supported: true
coppa_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
userIds: criteo, id5Id, sharedId, unifiedId
safeframes_ok: true
Expand Down