Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Standard gtag.js
control parameters. For more information, see the GA4 reference documentation.
Signature:
export interface ControlParams
Property | Type | Description |
---|---|---|
event_callback | () => void | |
event_timeout | number | |
groups | string | string[] | |
send_to | string | string[] |
Signature:
event_callback?: () => void;
Signature:
event_timeout?: number;
Signature:
groups?: string | string[];
Signature:
send_to?: string | string[];