forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
c159f87
commit 75adfab
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
}); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters