voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
24 lines (15 loc) • 956 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/analytics](./analytics.md) > [ControlParams](./analytics.controlparams.md)
## ControlParams interface
Standard gtag.js control parameters. For more information, see [the gtag.js documentation on parameters](https://developers.google.com/gtagjs/reference/parameter)<!-- -->.
<b>Signature:</b>
```typescript
export interface ControlParams
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [event\_callback?](./analytics.controlparams.event_callback.md) | () => void | <i>(Optional)</i> |
| [event\_timeout?](./analytics.controlparams.event_timeout.md) | number | <i>(Optional)</i> |
| [groups?](./analytics.controlparams.groups.md) | string \| string\[\] | <i>(Optional)</i> |
| [send\_to?](./analytics.controlparams.send_to.md) | string \| string\[\] | <i>(Optional)</i> |