+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "MetaAnalyticsEvent"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## MetaAnalyticsEvent interface
Describes meta analytics event with predefined [EchoEventType.MetaAnalytics](./runtime/echoeventtype/metaanalytics.md) type.
Signature
```typescript
export interface MetaAnalyticsEvent extends EchoEvent
```
Import
```typescript
import { MetaAnalyticsEvent } from '@grafana/runtime';
```