Skip to content

Unchecked page view tracking

Compare
Choose a tag to compare
@defagos defagos released this 02 Nov 10:22
· 218 commits to master since this release
d20dc0f

Usual page view tracking methods or protocols ensure page views are never sent while the application is in the background, as this could lead to your application being rejected by Mediapulse.

In some special cases like CarPlay, though, your application might display a second scene externally while itself staying in background. SRGAnalyticsTracker now provides unchecked tracking methods to let you send page view events while the user is navigating your external user interface.