-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add piano dmp analytics adapter docs (#3772)
Co-authored-by: Dmitriy Mishutin <[email protected]>
- Loading branch information
1 parent
58cbbdd
commit 0ff58e6
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: analytics | ||
title: Piano DMP | ||
description: Piano DMP Analytics Adapter | ||
modulecode: pianoDmp | ||
gdpr_supported: true | ||
usp_supported: false | ||
coppa_supported: false | ||
prebid_member: false | ||
gvl_id: 412 | ||
enable_download: true | ||
--- | ||
|
||
#### Registration | ||
|
||
Please visit [https://piano.io/product/dmp/](https://piano.io/product/dmp/) for more information. | ||
|
||
### Example Configuration | ||
|
||
``` | ||
pbjs.enableAnalytics({ | ||
provider: 'pianoDmp' | ||
}); | ||
``` |