Standard gtag.js
control parameters. For more information, see the GA4 reference documentation.
Signature:
export interface ControlParams
Properties
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[];