+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "MetaAnalyticsEventPayload"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## MetaAnalyticsEventPayload type
### MetaAnalyticsEventPayload type
Describes the meta analytics payload passed with the [MetaAnalyticsEvent](./runtime/metaanalyticsevent.md)
Signature
```typescript
export declare type MetaAnalyticsEventPayload = DashboardViewEventPayload | DataRequestEventPayload;
```
Import
```typescript
import { MetaAnalyticsEventPayload } from '@grafana/runtime';
```