Feature Request: Tracking User Clicks on Prescription Playlists Without Video Playback
Dear support,
We need a way to accurately track and report every instance when a user clicks on a prescription playlist. This tracking should occur regardless of whether the user proceeds to play any videos within the playlist. This data is vital for our analytics and strategic planning, as it will help us gauge interest in specific content and adjust our strategies accordingly.
We want it to be an API with input user_uuid only, then we can have the return value with playlist name, date, click timestamp in past 7/30/90 days.
Here is an example:
{
“categories”: [
“2024-05-07”,
“2024-05-08”,
“2024-05-09”,
“2024-05-10”,
“2024-05-11”,
“2024-05-12”,
“2024-05-13”
],
“series”: [
{
“name”: “Form Check 05.10.24 Susan Squires”,
“data”: [
[
“2024-05-07”, (date)
“515947f5d23a406fb2fc1452572ef3e0”, (playlist uuid)
1, (click count)
],
…(more data)
]
}
],
“code”: 200,
“status”: “SUCCESS”,
“message”: “Graph data loaded Successfully.”
}
Thanks
- You must login to post answer
Please login first to submit.
Ask Question