Skip to content

Concert Adapter: New Server Adapter #5293

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

Merged
merged 16 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[RPO-3785] Update documentation
  • Loading branch information
Skitelman committed May 22, 2024
commit af14b3e2cf7a809e28553af4c084945de9bb2db5
5 changes: 5 additions & 0 deletions dev-docs/analytics/concert.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ title: Concert
description: Concert Analytics Adapter
modulecode: concert
enable_download: false
prebid_member: false
tcfeu_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.

How can you support TCF if you don't have a vendor id? If consent cannot be checked for your vendor, then it's supported.

Suggested change
tcfeu_supported: true
tcfeu_supported: false

usp_supported: true
gvl_id: N/A
coppa_supported: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add some additional documentation. This is below a reasonable minimum

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Skitelman tagging you here for visibility.

---

#### Registration
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/concert.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ biddercode: concert
media_types: banner, audio, video
pbs_app_supported: true
deals_supported: true
tcfeu_supported: false
tcfeu_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.

Either you add a gvl_id or this remains false

usp_supported: true
gpp_supported: true
userIds: sharedId, unifiedId, uid2
Expand Down