Skip to content

Removed Support for ComScore Page Views

Compare
Choose a tag to compare
@defagos defagos released this 24 Jan 12:36
· 23 commits to main since this release
7.0.0
1edcd32

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.

What's Changed

Full Changelog: 6.0.0...7.0.0