ControlParams interface

Standardgtag.js control parameters. For more information, seethe GA4 reference documentation.

Signature:

exportinterfaceControlParams

Properties

PropertyTypeDescription
event_callback() => void
event_timeoutnumber
groupsstring | string[]
send_tostring | 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.