From 13e43db7414f3cf25a8a88b0ba87bedc042d2c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Puhiz=C3=AB=20Do=C3=A7i?= Date: Wed, 13 Apr 2022 13:14:02 +0200 Subject: [PATCH] fix adapter name --- dev-docs/analytics/malltv.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/analytics/malltv.md b/dev-docs/analytics/malltv.md index afd6256816..f9a66cbf8b 100644 --- a/dev-docs/analytics/malltv.md +++ b/dev-docs/analytics/malltv.md @@ -2,7 +2,7 @@ layout: analytics title: MallTv description: MallTv Analytics Adapter -modulecode: malltvAnalytics +modulecode: malltv enable_download: true --- @@ -15,7 +15,7 @@ This is currently a private adapter {: .table .table-bordered .table-striped } | Parameter | Scope | Type | Description | Example | | --- | --- | --- | --- | --- | -| provider | Required | String | The name of this module: `malltvAnalytics` | `malltvAnalytics` | +| provider | Required | String | The name of this module: `malltv` | `malltv` | | options.propertyId | Required | String | This is the property id of the website where this adapter is being used. | `123456` | | options.server | Optional | String | Overrides the server used for sending analytics | `https://central.mall.tv/analytics` | @@ -24,7 +24,7 @@ This is currently a private adapter ```javascript pbjs.enableAnalytics({ - provider: 'malltvAnalytics', + provider: 'malltv', options: { propertyId: '123456', server: 'https://central.mall.tv/analytics'