Skip to content

Commit

Permalink
Adagio Analytics Adapter: Add new config options field examples (#5495)
Browse files Browse the repository at this point in the history
* Adagio Analytics Adapter: Add new config options field examples

* Adagio Analytics Adapter: update config options

---------

Co-authored-by: Olivier Sazos <[email protected]>
  • Loading branch information
Abyfall and osazos committed Jul 26, 2024
1 parent ee2899a commit 5e5ddaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-docs/analytics/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The Adagio Analytics adapter requires setup and approval from the Adagio team. P
pbjs.que.push(function () {
pbjs.enableAnalytics({
provider: 'adagio',
options: {
organizationId: '1000', // Required. Provided by Adagio
site: 'my-website', // Required. Provided by Adagio
}
});
});
```

0 comments on commit 5e5ddaa

Please sign in to comment.