From 973b1555116d5033e863269b8760c12657eef94e Mon Sep 17 00:00:00 2001 From: rishko00 <43280707+rishko00@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:40:59 +0300 Subject: [PATCH] smartyads analytics doc (#5309) * smartyads analytics doc * smartyads analytics smallfix js format --------- Co-authored-by: vrishko Co-authored-by: Muki Seiler --- dev-docs/analytics/smartyads.md | 16 ++++++++++++++++ 1 file changed, 16 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..1d522cd655 --- /dev/null +++ b/dev-docs/analytics/smartyads.md @@ -0,0 +1,16 @@ +--- +layout: analytics +title: Smartyads +description: Smartyads Analytics Adapter +modulecode: smartyads +--- + +#### Example Configuration + +```javascript +pbjs.que.push(function () { + pbjs.enableAnalytics({ + provider: 'smartyads' + }); +}); +```