Skip to content

Commit

Permalink
Adagio Analytics Adapter: update config options
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos committed Jul 15, 2024
1 parent 83497ae commit c370972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/analytics/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The Adagio Analytics adapter requires setup and approval from the Adagio team. P
pbjs.enableAnalytics({
provider: 'adagio',
options: {
organizationId: "16421", // provided during integration
site: "my-website", // provided during integration
organizationId: '1000', // Required. Provided by Adagio
site: 'my-website', // Required. Provided by Adagio
}
});
});
Expand Down

0 comments on commit c370972

Please sign in to comment.