From 84b8ccfb828f0489a5ef20dd06d8a3fca3bbcf1f Mon Sep 17 00:00:00 2001 From: vrishko Date: Fri, 10 May 2024 17:34:24 +0300 Subject: [PATCH 1/2] smartyads analytics doc --- dev-docs/analytics/smartyads.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-docs/analytics/smartyads.md diff --git a/dev-docs/analytics/smartyads.md b/dev-docs/analytics/smartyads.md new file mode 100644 index 0000000000..567d78ede9 --- /dev/null +++ b/dev-docs/analytics/smartyads.md @@ -0,0 +1,17 @@ +--- +layout: analytics +title: Smartyads +description: Smartyads Analytics Adapter +modulecode: smartyads +--- + +#### Example Configuration + +``` + +pbjs.que.push(function () { + pbjs.enableAnalytics({ + provider: 'smartyads' + }); +}); +``` From 38b0c85d8b8d0a07a4b31b52ac4c532268f614f1 Mon Sep 17 00:00:00 2001 From: vrishko Date: Fri, 10 May 2024 17:40:40 +0300 Subject: [PATCH 2/2] smartyads analytics smallfix js format --- dev-docs/analytics/smartyads.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/analytics/smartyads.md b/dev-docs/analytics/smartyads.md index 567d78ede9..1d522cd655 100644 --- a/dev-docs/analytics/smartyads.md +++ b/dev-docs/analytics/smartyads.md @@ -7,8 +7,7 @@ modulecode: smartyads #### Example Configuration -``` - +```javascript pbjs.que.push(function () { pbjs.enableAnalytics({ provider: 'smartyads'