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)." |
---|
|
---|
step | type | "string" |
---|
required | true |
---|
enum | "tutorial" |
"file" |
"deeds" |
"details" |
"metadata" |
"thanks" |
|
---|
description | "UploadWizard step name" |
---|
|
---|
skipped | type | "boolean" |
---|
description | "If true, this step was skipped. We are still logging it to not throw off funnel numbers. (This should only happen for the tutorial step.)" |
---|
|
---|