Hello Arnaud,
I'm Michael from IMA SDK Team, thank you for reaching out to us.
Have you check our sample apps and tested if the same behavior is reproducible there? It is recommended to pattern your own integration with our working sample apps to avoid implementation issues.
If you have done the ask above and still encounter the issue, please share to us the sample project implementation you are working on to test on our end. Kindly share also the SDK version and the step by step process we need to do in order to replicate the same behavior. This will greatly help us for further investigation on the issue.
You may send the requested details privately via "Reply To Author" button.
Regards,
|
||||||
Hi,
I am able to confirm that the issue is within the Google HTML5
IMA SDK not with our implementation.
Just go to https://googleads.github.io/googleads-ima-html5/vsi/ and open your browser console and type google.ima.OmidVerificationVendor.MOAT as shown in https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/omsdk
This will spit an error:
TypeError: Cannot read properties of undefined (reading 'MOAT')
The OmidVerificationVendor property is not defined on google.ima
namespace. If you type google.ima.OmidAccessMode.LIMITED then you
will see it properly defined. This makes the docs under "Setting
access mode rules for a request" unusable.
Thanks
Arnaud
Hello Arnaud,
Thank you for responding back to us. However, we cannot reproduce the issue on our end. Would you be able to share with us the following information so we can further investigate on the issue?

Hello Arnaud,
Thank you for responding back to us.
Would you be able to confirm if the same behavior is reproducible in one of our sample apps? I ask this as the VSI is meant for testing Ad Tags only and might not reflect all the features the SDK have. Upon confirmation, we will raise this to our team for further investigation.
@Zacharie & @Dejan, thank you for chiming in, if you can confirm also the above ask it will be a great help to us.
Regards,
Hi,
Yes it can be reproduced anywhere the Google IMA JavaScript
library is loaded.
Thanks
Arnaud
|
||||||
Hello Arnaud,
Hope you are doing well.
Our team responded back to us and confirmed that the fixed has been released for this issue. Please update to the latest version of the SDK for it to reflect on your end.
Let us know should you still encounter the same.
Regards,
Hi,
Thanks the issue is resolved now.
Arnaud