Skip to content

Commit

Permalink
Adagio Analytics Adapter: Add new config options field examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Abyfall committed Jul 11, 2024
1 parent eaca56f commit 83497ae
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: "16421", // provided during integration
site: "my-website", // provided during integration
}
});
});
```

0 comments on commit 83497ae

Please sign in to comment.