Learn how to analyze Livepeer video engagement metrics with Timeplus
Video engagement metrics are important to video creators, serving as valuable
indicators of content quality, helping users manage their time effectively,
facilitating interaction with content creators and other viewers, and
contributing to the overall user experience on video-sharing platforms.In May 2023, Livepeer released their version of these
engagement metrics
offering detailed information on viewer behavior and playback quality on your
platform. The API includes engagement metrics such as view counts and watch
time, as well as performance metrics such as error rate, time to first frame,
rebuffer ratio, and exit-before-starts across a variety of dimensions.There are many different data analysis tools available today which can be used
to help analyze these engagement metrics. Typically, users need to import the
data into a data platform, and then build queries (SQL or non-SQL based) and
dashboards on that platform to support interactive data exploration or
monitoring what’s happening with those metrics data using visualizations.
Timeplus is a real-time streaming data analytics platform, it provides analytics
functionality combined with both real-time streaming data and historical
batching data. You can take it as a combination of streaming processing (such as
Apache Flink) + real-time OLAP (such as Apache Druid).Timeplus is a great tool that can be used for engagement metrics analysis due
to:
Timeplus offers query analytics capabilities based on SQL, making it
user-friendly for those already proficient in SQL.
Timeplus delivers ultra-low latency real-time queries, instantly delivering
analytical results to users as events occur.
Timeplus facilitates the extraction of query time information, eliminating the
need for traditional ETL processes. Users can swiftly create analytics by
combining diverse data sources.
How to get started using Timeplus with Livepeer’s Engagement Data
Analyzing Livepeer engagement metrics on Timeplus is incredibly easy. Based on
the
Timeplus terraform provider,
users can create the whole analytic solution with a few simple commands.Here is the process, assuming you have both a Livepeer studio account and a
Timeplus workspace created.