OpenTV Analytics 25Q3 STD1.1 - Release Notes
What's New
-
Tableau Dashboard updates:
-
Account Statistics enhancements:
-
Account Overview: implemented calculation to group NULL account IDs as “Not Selected”.
-
Account Overview: tooltip issue fixed in “Top 10 Accounts by Content Views”.
-
Account QOE: tooltip issue fixed in “Average Bitrate” QOE metrics.
-
-
Entitlement and Rights Status:
-
Fixed the Status column to always display the latest entitlement status.
-
-
Recording Popularity
-
Previously, the dashboard counted
eventcaptureidto calculate recordings per event.
Fix: Now counts distinct account IDs to accurately reflect the number of recordings per event.
-
-
Billing Report
-
Replaced old Billing Report with an enhanced Billing Report dashboard showing the number of active accounts per month/week.
-
-
-
DWH enhancements:
-
Added new column
accountprofileidto theaccount_summarymodel. -
Introduced new model
Contentgroupparentalratingcontaining parental rating details for content groups. -
Created a unified view combining UAV and OTVAA SDK data for operators with OTVAA SDK integration.
-
Added new columns for pack feature in the following models:
-
product – packSaleOnly, clientPurchasable, ClientPurchaseInfo, sortOrder, isPartOfPack
-
entitlement – partOfPack, parentEntitlement
-
productpacks (new table) – productid, childproductid, providerid, providerResourceId, operatorid, modifieddatetime, isdeleted, ingestion_datetime
-
productlocalizedattributes – text
-
-
Known Issues
-
Audience Measurement Dashboard – displays Consumption Hours data from either UAV or OTVAA SDK. To view data from the corresponding source, use the following SQL query:
SQLSELECT sum(played_duration_in_secs)/3600 as consumption_in_hours FROM "<schema_name>"."content_consumption" where source = 'insight' and date_day = '<YYYY-MM-DD>' -
Account Statistics – “Account Player Error” may display error details twice for the same event – once from the Insight pipeline and once from the OPF data pipeline.