billpay
(Billpay)
September 2, 2022, 1:21pm
1
Below is an example json object for an impression_id “xyz123”
{“impression_id”: “xyz123”,
…
…
“videotime_end”: 16000,
“videotime_start”: 15129,
“state”: “end_play_seeking”,
“played”:0,
“startuptime”: 0,
…
…
}
What does this state mean? The other states, like “paused”, “startup”, “playing” etc, can be understood but what does this state indicate about the video being played? Another state that causes confusion is the “pause_seeking” state.
sabe25
(Thomas Sablattnig)
September 16, 2022, 5:56am
2
Hi, thanks for this question
Both states are related to the seek action
In the web collector we differentiate between “play_seeking” and “paused_seeking”
play_seeking - seek has been triggered while playback is active/ in “playing” state
paused_seeking - seek has been triggered while playback is paused/ in “paused” state
The “end_” is just indicating that the state has ended.
Please do not rely on the field “state” as values might be changed in the future.
Hope this answers your question.
system
(system)
Closed
September 16, 2022, 3:59pm
3
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.