200
Success |
---|
data object[]timestamp int64 โ REQUIREDThe UNIX Epoch date-time representation of when this event
was recorded: number of milliseconds since 1/1/1970 12:00 AM. | duration int64 โ REQUIREDThe duration this event lasted before recording ended. | activity string โ REQUIREDThe activity that produced this activity event. | static_data object โ REQUIREDThe summary information for the activity event as determined
by the activity that created this activity event. | temporal_slices object[] โ REQUIREDThe specific interaction details of the activity event. item The item that was interacted with; for example, in a
Jewels game, the corresponding alphabet, or in a survey, the question
index. | value The value of the item that was interacted with; in most
games, this field is null , but in a survey, this field is the
question choice index. | type The type of interaction that for this detail; for example,
in a Jewels game, none if the tapped jewel was incorrect, or
correct if it was correct, or in a survey, this field will be
null . | duration The time difference from the previous detail or the start
of the parent result. | level The level of activity for this detail; for example, in games
with multiple levels, this field might be 2 or 4 , but for
surveys and other games this field will be null . |
|
|
|