feat(analytics-module-ga): support self hosted analytics.js

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2021-12-01 12:32:43 -05:00
parent b4846ae5dc
commit 704235786a
3 changed files with 24 additions and 1 deletions
+7
View File
@@ -27,6 +27,13 @@ export interface Config {
*/
trackingId: string;
/**
* URL to Google Analytics analytics.js script
* Defaults to https://www.google-analytics.com/analytics.js
* @visibility frontend
*/
gaAddress?: string;
/**
* Whether or not to log analytics debug statements to the console.
* Defaults to false.