File name: ebook-progress-events-periodic-<date>.csv.zst
This file contains the complete data from a limited time period, as specified by the date.
Field | Data type | Description |
---|---|---|
id |
string | Row identifier. |
version |
int | Should always be 2. |
user_id |
string | The user identifier who made the event |
received_time |
string (ISO 8601 datetime) | The time the event was received by the backend. |
client_sent_time |
string (ISO 8601 datetime) | The time the client generated the event. |
is_offline |
boolean | Flag indicating if playback was conducted while offline. |
is_preview |
boolean | Flag indicating if this was a preview being streamed. Previews are a likely candidate to exclude from e.g. royalty reporting. |
release_id |
string | The identifier of the release being played back. |
epub_cfi_position |
string (ePub Canonical Fragment Identifier) | The location in the book as an ePub Canonical Fragment identifier. |
relative_position |
double | The position in the book as a fraction of its length. 0.0 is the start, 1.0 is the end. |
shop |
string | The shop this playback should count against. |
event_record_id |
string | For Beat internal use only. |