refactor(analytics-module-ga): rename gaAddress option to scriptSrc
Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
+2
-2
@@ -29,10 +29,10 @@ export interface Config {
|
||||
|
||||
/**
|
||||
* URL to Google Analytics analytics.js script
|
||||
* Defaults to https://www.google-analytics.com/analytics.js
|
||||
* Defaults to fetching from GA source (eg. https://www.google-analytics.com/analytics.js)
|
||||
* @visibility frontend
|
||||
*/
|
||||
gaAddress?: string;
|
||||
scriptSrc?: string;
|
||||
|
||||
/**
|
||||
* Whether or not to log analytics debug statements to the console.
|
||||
|
||||
Reference in New Issue
Block a user