Media History
List All Media Playback Sessions
This query retrieves all records of media playback, including the media URL, start time, and duration.
Find Media Playback from Specific Origin
If you're interested in media playback from a specific website, this query filters sessions by origin.
Replace %example.com%
with the desired website origin.
Aggregate Watch Time by Origin
To understand which websites users spend the most time watching media on, use this query to sum watch times grouped by origin.
Identify Most Frequently Played Media
This query helps identify the most frequently accessed media files, which can be indicative of user interest or important content.
Media Playback Within a Specific Timeframe
To filter media playback sessions within a specific timeframe, modify this query with your desired dates.
Adjust the dates in the BETWEEN
clause ('2024-01-01'
and '2024-01-31'
) to the desired timeframe.
Last updated
Was this helpful?