Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.38 KB

analytics.controlparams.md

File metadata and controls

60 lines (42 loc) · 1.38 KB

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 %}

ControlParams interface

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[];