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

Concert Adapter: New Server Adapter #5293

Merged
merged 16 commits into from
Jul 8, 2024
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
15 changes: 14 additions & 1 deletion dev-docs/analytics/concert.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,21 @@ title: Concert
description: Concert Analytics Adapter
modulecode: concert
enable_download: false
prebid_member: false
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

Please visit [concert.io](https://concert.io/) for more information.
The Concert analytics adapter requires setup and approval from the Concert team. Please reach out to <support@concert.io> or visit [concert.io](https://concert.io/) for more information.

### Example Configuration

```javascript
pbjs.enableAnalytics({
provider: 'concert',
});
```
5 changes: 4 additions & 1 deletion dev-docs/bidders/concert.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ title: Concert
description: Prebid Concert Bidder Adaptor
hide: true
pbjs: true
pbs: true
biddercode: concert
media_types: banner
media_types: banner, audio, video
pbs_app_supported: true
deals_supported: true
tcfeu_supported: false
usp_supported: true
gpp_supported: true
Expand Down