You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/analytics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The Firebase Analytics Web SDK. This SDK does not work in a Node.js environment.
42
42
|[logEvent(analyticsInstance, eventName, eventParams, options)](./analytics.md#logevent_800159e)| Sends a Google Analytics event with given <code>eventParams</code>. This method automatically associates this logged event with this Firebase web app instance on this device.<!---->See [Measure exceptions](https://developers.google.com/analytics/devguides/collection/ga4/exceptions)<!---->. |
43
43
|[logEvent(analyticsInstance, eventName, eventParams, options)](./analytics.md#logevent_9c11aa9)| Sends a Google Analytics event with given <code>eventParams</code>. 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 GA4 reference documentation](https://developers.google.com/gtagjs/reference/ga4-events)<!---->. |
44
44
|[logEvent(analyticsInstance, eventName, eventParams, options)](./analytics.md#logevent_1f3f282)| Sends a Google Analytics event with given <code>eventParams</code>. 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 GA4 reference documentation](https://developers.google.com/gtagjs/reference/ga4-events)<!---->. |
45
-
|[logEvent(analyticsInstance, eventName, eventParams, options)](./analytics.md#logevent_0792e28)| Sends a Google Analytics event with given <code>eventParams</code>. This method automatically associates this logged event with this Firebase web app instance on this device.<!---->See [Page views](https://developers.google.com/analytics/devguides/collection/ga4/page-view)<!---->. |
45
+
|[logEvent(analyticsInstance, eventName, eventParams, options)](./analytics.md#logevent_0792e28)| Sends a Google Analytics event with given <code>eventParams</code>. This method automatically associates this logged event with this Firebase web app instance on this device.<!---->See [Page views](https://developers.google.com/analytics/devguides/collection/ga4/views)<!---->. |
46
46
|[setAnalyticsCollectionEnabled(analyticsInstance, enabled)](./analytics.md#setanalyticscollectionenabled_494179c)| Sets whether Google Analytics collection is enabled for this app on this device. Sets global <code>window['ga-disable-analyticsId'] = true;</code> |
47
47
|[setCurrentScreen(analyticsInstance, screenName, options)](./analytics.md#setcurrentscreen_a6168fa)| Use gtag <code>config</code> command to set <code>screen_name</code>. |
48
48
|[setUserId(analyticsInstance, id, options)](./analytics.md#setuserid_86d82f6)| Use gtag <code>config</code> command to set <code>user_id</code>. |
@@ -780,7 +780,7 @@ void
780
780
781
781
Sends a Google Analytics event with given `eventParams`<!---->. This method automatically associates this logged event with this Firebase web app instance on this device.
782
782
783
-
See [Page views](https://developers.google.com/analytics/devguides/collection/ga4/page-view)<!---->.
783
+
See [Page views](https://developers.google.com/analytics/devguides/collection/ga4/views)<!---->.
0 commit comments