flowId | type | "string" |
---|
required | true |
---|
description | "Identifies a flow of events (all events which happened in the same upload session, an upload session being someone clicking aroung in UploadWizard but not reloading the page). It is comprised of a timestamp and a random number." |
---|
|
---|
flowPosition | type | "integer" |
---|
required | true |
---|
description | "Position within an event flow (first event is 1 etc)." |
---|
|
---|
event | type | "string" |
---|
required | true |
---|
enum | "upload-started" |
"upload-succeeded" |
"upload-failed" |
"upload-removed" |
"uploads-added" |
|
---|
description | "Event name." |
---|
|
---|
extension | type | "string" |
---|
description | "Extension of the file." |
---|
|
---|
quantity | type | "integer" |
---|
description | "Number of files added in uploads-added event." |
---|
|
---|
size | type | "integer" |
---|
description | "Size of the file in bytes. Rounded for privacy reasons." |
---|
|
---|
duration | type | "integer" |
---|
description | "Upload duration, in seconds" |
---|
|
---|
error | type | "string" |
---|
description | "Upload error (e. g. an API error identifier)" |
---|
|
---|