googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
445 stars 285 forks source link

Add Open Measurement APIs #1101

Closed moeednisardms closed 1 year ago

moeednisardms commented 1 year ago

Hi Kiro,

I hope all is well.

We noticed that OMID implementation has been updated. could you please let us know how to pass the OMID now? below is the previous implementation we had

featureFlags:{'enableOmidBeta': true}, omidMode:{ FULL: [ new RegExp('[.+.]moatads.com.$') ] },

we updated the source files and passing the omidVendorAccess as below, however the access to MOAT is still limited. omidVendorAccess: {"MOAT":'FULL'},

Test page URL: https://dmscg.com/tech/video/jsplayer/index.html play the video, and search for OMSDK in the network tab. screenshot: https://prnt.sc/JUCRtJI9dRVY

Thanks

Kiro705 commented 1 year ago

Hello @moeednisardms ,

I would recommend looking at this issue thread. The code snippet there should help you with your OMID implementation.

Please feel free to re-open that thread, if you have any questions on its contents.

Thank you, Jackson IMA SDK team

moeednisardms commented 1 year ago

Hi @Kiro705,

Thanks for sharing the issue thread. The issue has been resolved.