getAnalytics(app) |
Returns a Firebase Analytics instance for the given app. |
isSupported() |
This is a public static method provided to users that wraps four different checks:1. Check if it's not a browser extension environment. 2. Check if cookies are enabled in current browser. 3. Check if IndexedDB is supported by the browser environment. 4. Check if the current browser context is valid for using IndexedDB.open(). |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
logEvent(analyticsInstance, eventName, eventParams, options) |
Sends analytics event with given eventParams . This method automatically associates this logged event with this Firebase web app instance on this device.List of recommended event parameters can be found in the gtag.js reference documentation. |
setAnalyticsCollectionEnabled(analyticsInstance, enabled) |
Sets whether analytics collection is enabled for this app on this device. window['ga-disable-analyticsId'] = true; |
setCurrentScreen(analyticsInstance, screenName, options) |
Use gtag 'config' command to set 'screen_name'. |
settings(options) |
Configures Firebase Analytics to use custom gtag or dataLayer names. Intended to be used if gtag.js script has been installed on this page independently of Firebase Analytics, and is using non-default names for either the gtag function or for dataLayer . Must be called before calling getAnalytics() or it won't have any effect. |
setUserId(analyticsInstance, id, options) |
Use gtag 'config' command to set 'user_id'. |
setUserProperties(analyticsInstance, properties, options) |
Use gtag 'config' command to set all params specified. |