From 0ff58e65cadf80bc21e9bc1ef4704ab54eeb4980 Mon Sep 17 00:00:00 2001 From: DmitriyMishutin <105477277+DmitriyMishutin@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:02:05 +0400 Subject: [PATCH] Add piano dmp analytics adapter docs (#3772) Co-authored-by: Dmitriy Mishutin --- dev-docs/analytics/pianoDmp.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-docs/analytics/pianoDmp.md diff --git a/dev-docs/analytics/pianoDmp.md b/dev-docs/analytics/pianoDmp.md new file mode 100644 index 0000000000..9b52db5806 --- /dev/null +++ b/dev-docs/analytics/pianoDmp.md @@ -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' + }); +```