ControlParams interface Stay organized with collections Save and categorize content based on your preferences.
Standardgtag.js control parameters. For more information, seethe GA4 reference documentation.
Signature:
exportinterfaceControlParamsProperties
| Property | Type | Description |
|---|---|---|
| event_callback | () => void | |
| event_timeout | number | |
| groups | string | string[] | |
| send_to | string | string[] |
ControlParams.event_callback
Signature:
event_callback?:()=>void;ControlParams.event_timeout
Signature:
event_timeout?:number;ControlParams.groups
Signature:
groups?:string|string[];ControlParams.send_to
Signature:
send_to?:string|string[];Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.