2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: webAnalyticEventData
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/analytics/webanalyticeventdata
|
|
|
|
---
|
|
|
|
|
|
|
|
# webAnalyticEventData
|
|
|
|
|
|
|
|
*web analytics event data*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`eventId`**: Unique identifier of the report. Refer to *[../type/basic.json#/definitions/uuid](#/type/basic.json#/definitions/uuid)*.
|
|
|
|
- **`timestamp`**: event timestamp. Refer to *[../type/basic.json#/definitions/timestamp](#/type/basic.json#/definitions/timestamp)*.
|
|
|
|
- **`eventType`**: event type. Refer to *[./basic.json#/definitions/webAnalyticEventType](#basic.json#/definitions/webAnalyticEventType)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`eventData`**: Web analytic data captured.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **One of**
|
|
|
|
- : Refer to *[webAnalyticEventType/pageViewEvent.json](#bAnalyticEventType/pageViewEvent.json)*.
|
|
|
|
- : Refer to *[webAnalyticEventType/customEvent.json](#bAnalyticEventType/customEvent.json)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|