What is the format of the data found in EventStore?
Question
What is the format of the data in EventStore?
Answer
The data format used in EventStore is JSON.
The following is a very basic example of what a semi-structured JSON file could look like.
{
page_name : "dataaccess overview",
page_type : "tealium product",
site_language : "en-us",
authenticated : false,
device_type : "desktop"
}
{
page_name : "audiencestream overview",
page_type : "tealium product",
site_language : "en-us",
authenticated : false,
device_type : "mobile"
}
This page was last updated: January 7, 2023