-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a method to check if open measurement integration is present only for video and not for display? #28
Comments
There are a couple of options:
There may also be some other workaround I'm not thinking of. I understand that it may be difficult to achieve either of those, and I think this is an important question that I've seen come up before, so I'll check with the OM working group as well to see what they think. |
thanks for the quick response @nlehrer. unfortunately, the first option is difficult to put into practice, at least in our case. about option 2 I will talk with bitmovin. otherwise, there is a it's just an opinion, but I think a better solution than the two described by you is necessary. more precisely, the banners were delivered by ssp/dsp but because the verifier detected omid in the website/applications (which came from the video player) it did not display the banners because a specific event was not issued by omid. if the omid was completely missing, we would not have had this problem. |
Yes, adding something like a The iframe option (2) is what the IMA SDK (Google) uses, for what it's worth. It is a little harder to set up but prevents issues like this. If we think that is the only viable solution then we would want to update our documentation to strongly encourage that kind of setup / deprecate the non-iframed setup. In any case I agree we should find an intuitive solution to this to prevent bugs like this, especially if they are revenue-impacting. I'll keep you updated. |
We discussed this in the OM SDK technical team. It seems like we may be able to fix this by simply removing the omid_v1_present iframe on Web, since no verification scripts should be using it on web anyway (it is only used for side-loaded verification scripts which would be display ads on app). I would need to get final approval on this decision next week before I can implement it. |
I'm glad to hear that. in the meantime we disabled omsdk because money was being lost daily, and we were waiting for an update to be able to activate omsdk again. I am waiting for news from you about this. |
@svitel11 Based on some recent discussion, we don't think it's possible to remove |
hi @garohussenjian, |
Hi. Removing the iframe is what we did, but that stopped working in sept '23. |
on a web page we have integrated bitmovin player with the omsdk module.
but on the same page, omsdk for display ads is not integrated. can for example ias, doubleverify, etc. recognize that for display omid is not present but for video it is?
in the web page, an iframe is created with the id 'omid_v1_present' and from what I have seen, this iframe is the same for video advertising and display advertising.
thanks in advance
The text was updated successfully, but these errors were encountered: