ControlParams interface
Stay organized with collections
Save and categorize content based on your preferences.
Standard gtag.js
control parameters. For more information, see the GA4 reference documentation.
Signature:
export interface ControlParams
Properties
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-22 UTC.
[null,null,["Last updated 2022-07-22 UTC."],[],[],null,["Standard `gtag.js` control parameters. For more information, see [the GA4 reference documentation](https://developers.google.com/gtagjs/reference/ga4-events).\n\n**Signature:** \n\n export interface ControlParams \n\nProperties\n\nControlParams.event_callback\n\n**Signature:** \n\n event_callback?: () =\u003e void;\n\nControlParams.event_timeout\n\n**Signature:** \n\n event_timeout?: number;\n\nControlParams.groups\n\n**Signature:** \n\n groups?: string | string[];\n\nControlParams.send_to\n\n**Signature:** \n\n send_to?: string | string[];"]]