Skip to content

Commit

Permalink
Concert Adapter: New Server Adapter (prebid#5293)
Browse files Browse the repository at this point in the history
* Updates documentation for concert gpp support (#2)

* updates docs for concert server adapter (#3)

* [RPO-3785] Update documentation

* More analytics adapter documentation

* ConcertAnalyticsAdapter: Corrected documentation

* ConcertBidAdapter: Corrected documentation

---------

Co-authored-by: Sam Ghitelman <[email protected]>
Co-authored-by: Sam Ghitelman <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent c159f87 commit 75adfab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
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
---

#### 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 <[email protected]> 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

0 comments on commit 75adfab

Please sign in to comment.