Skip to content

Commit 75adfab

Browse files
BrettBloxSkitelman
andauthored
Concert Adapter: New Server Adapter (prebid#5293)
* Updates documentation for concert gpp support (#2) * updates docs for concert server adapter (prebid#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]>
1 parent c159f87 commit 75adfab

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

dev-docs/analytics/concert.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ title: Concert
44
description: Concert Analytics Adapter
55
modulecode: concert
66
enable_download: false
7+
prebid_member: false
8+
tcfeu_supported: false
9+
usp_supported: true
10+
gvl_id: N/A
11+
coppa_supported: false
712
---
813

914
#### Registration
1015

11-
Please visit [concert.io](https://concert.io/) for more information.
16+
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.
17+
18+
### Example Configuration
19+
20+
```javascript
21+
pbjs.enableAnalytics({
22+
provider: 'concert',
23+
});
24+
```

dev-docs/bidders/concert.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ title: Concert
44
description: Prebid Concert Bidder Adaptor
55
hide: true
66
pbjs: true
7+
pbs: true
78
biddercode: concert
8-
media_types: banner
9+
media_types: banner, audio, video
10+
pbs_app_supported: true
11+
deals_supported: true
912
tcfeu_supported: false
1013
usp_supported: true
1114
gpp_supported: true

0 commit comments

Comments
 (0)