Improve google-ima3 — add 'OmidVerificationVendor' property #353
Labels
enhancement
Improvement of existent feature
Priority: P4
Release: v1.9.105
Resolution: Fixed
Status: Closed
Version: Scriptlets v1.9
Related to - AdguardTeam/AdguardFilters#160566
In this case rule like this:
causes that game does not work.
It seems that there are 2 issues.
First one -
google.ima
is missingOmidVerificationVendor
- https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/reference/js/google.ima#.OmidVerificationVendorFor example, something like this:
Code:
should fixes it.
Second issue is that
getInnerError
returnsundefined
.Scriptlets/src/redirects/google-ima3.js
Line 312 in b3843fc
But according to https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/reference/js/google.ima.AdError#getInnerError it should returns
null
(or non-null Error) and it looks like that returningnull
fixes issue with loading game.The text was updated successfully, but these errors were encountered: