googleads / videojs-ima

IMA SDK Plugin for Video.js
Apache License 2.0
450 stars 284 forks source link

getting domains reported that are no where near the site i have video on #930

Closed spormeon closed 4 years ago

spormeon commented 4 years ago

I believe you are using document.referer where we're expecting window.location.href or similar, this is throwing all sorts of problems, especially with google ads.txt reports and ultimately with ADX ads and other ads, they think the domains are such as facbook.com etc, where the user has come from and not the page they are on

Kiro705 commented 4 years ago

I have confirmed that document.referrer is not used within the videoJS-IMA plugin code.

Could this be related to https://github.com/googleads/videojs-ima/issues/929? If so, it may be best to close this issue and track the problem on issue #929.

spormeon commented 4 years ago

so its the SDK doing it?

Kiro705 commented 4 years ago

For issues related to the IMA SDK and specifically not the videoJS-IMA plugin it is recommended to reach out in the IMA SDK forum. The github issues queue here is meant for issues specific to the videoJS-IMA plugin.

spormeon commented 4 years ago

well i guess thats at least admission it you that's doing it, as in google