You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release removes support for tracking ComScore page views.
Miscellaneous Improvements
Overlay Support: Added overlay functionality to SystemVideoView.
Enhanced Security: Prevented item creation from unofficial service endpoints. The Server.init(baseUrl:queryItems:) initializer, while still available, will be deprecated in a future release and now triggers an assertion if used.
Improved Documentation: Enhanced the organization and clarity of documentation catalogs.
Analytics Delegate: Introduced AnalyticsDelegate, enabling applications to be informed whenever events or page views have been sent.
Breaking Changes
The Analytics.trackPageView(commandersAct:) method now exclusively accepts Commanders Act page view data. The comScore parameter has been removed.
The ComScorePageView type and the c8 property from ComScoreLabels have been removed.
The comScorePageView property has been removed from the PageViewTracking protocol.
The SwiftUI page view tracking modifier tracked(commandersAct:) now only supports Commanders Act page view data, removing the previously available comScore parameter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release removes support for tracking ComScore page views.
Miscellaneous Improvements
SystemVideoView
.Server.init(baseUrl:queryItems:)
initializer, while still available, will be deprecated in a future release and now triggers an assertion if used.AnalyticsDelegate
, enabling applications to be informed whenever events or page views have been sent.Breaking Changes
Analytics.trackPageView(commandersAct:)
method now exclusively accepts Commanders Act page view data. ThecomScore
parameter has been removed.ComScorePageView
type and thec8
property fromComScoreLabels
have been removed.comScorePageView
property has been removed from thePageViewTracking
protocol.tracked(commandersAct:)
now only supports Commanders Act page view data, removing the previously availablecomScore
parameter.What's Changed
hlsreport
information by @defagos in Addhlsreport
information #1094Full Changelog: 6.0.0...7.0.0
This discussion was created from the release Removed Support for ComScore Page Views.
Beta Was this translation helpful? Give feedback.
All reactions