Back to Firebase Js Sdk

ControlParams interface

docs-devsite/analytics.controlparams.md

12.12.11.4 KB
Original Source

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<!-- -->.

<b>Signature:</b>

typescript
export interface ControlParams 

Properties

PropertyTypeDescription
event_callback() => void
event_timeoutnumber
groupsstring | string[]
send_tostring | string[]

ControlParams.event_callback

<b>Signature:</b>

typescript
event_callback?: () => void;

ControlParams.event_timeout

<b>Signature:</b>

typescript
event_timeout?: number;

ControlParams.groups

<b>Signature:</b>

typescript
groups?: string | string[];

ControlParams.send_to

<b>Signature:</b>

typescript
send_to?: string | string[];