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
We have several apps that use ooyala and previously each app got reported under its own tag. Since the upgrade(from 4.40 to 4.47) the ooyala dashboard reports that all the video plays are getting reported under http://www.ooyala.com.
From what I can tell then request to the http://l.ooyala.com/v3/analytics/events seems to be sending the wrong documentUrl. The 4.40 constructs the documentUrl by using the domain parameter but the 4.47 has hardcoded this parameter to http://www.ooyala.com
The text was updated successfully, but these errors were encountered:
ReinisSeredzinsS
changed the title
All the analytics are reported under http://www.ooyala.com
All the ooyala analytics are reported under http://www.ooyala.com tag
Dec 5, 2019
Hi,
We have several apps that use ooyala and previously each app got reported under its own tag. Since the upgrade(from 4.40 to 4.47) the ooyala dashboard reports that all the video plays are getting reported under http://www.ooyala.com.
From what I can tell then request to the http://l.ooyala.com/v3/analytics/events seems to be sending the wrong documentUrl. The 4.40 constructs the documentUrl by using the domain parameter but the 4.47 has hardcoded this parameter to http://www.ooyala.com
See IQAnalyticsPlugin.java
Another issue is that the l.ooyala.com is not using https so on android 9 devices this request will fail. See android 9 changes. https://developer.android.com/about/versions/pie/android-9.0-changes-all#tls-impl-changes
Thanks,
Reinis
The text was updated successfully, but these errors were encountered: