Automattic / RadControl

Harness the power of WordPress.com's advertising partners for your own blog.
10 stars 5 forks source link

http requests being made for adserver #8

Open technotip opened 4 years ago

technotip commented 4 years ago

It's 2020 and still WordAds are making http connections to request ads from the server. Here are some of the URLs:

http://x.bidswitch.net/

http://bsw.digitru.st/

http://apac-jp-sync.bidswitch.net/

..and many more URLs. This is causing SEO problems on publishers sites.

Kindly fix this asap. Thank you ..

jeherve commented 4 years ago

Thanks for the report. We'll get those to be removed, as we try to avoid HTTP requests for all ads.

If you do notice mixed content warnings from other domains, do not hesitate to post them here as well.

Thank you!

Internal reference: p5UegX-zw-p2

technotip commented 4 years ago

For now shall I go ahead and make the calls https://x.bidswitch.net/ instead of //x.bidswitch.net ?

Will that fix the issue for now, on my site?

technotip commented 4 years ago

Shall I make this change to all the URL requests? Will that fix my issue?

<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='dns-prefetch' href='//s.pubmine.com' />
<link rel='dns-prefetch' href='//x.bidswitch.net' />
<link rel='dns-prefetch' href='//static.criteo.net' />
<link rel='dns-prefetch' href='//ib.adnxs.com' />
<link rel='dns-prefetch' href='//aax.amazon-adsystem.com' />
<link rel='dns-prefetch' href='//bidder.criteo.com' />
<link rel='dns-prefetch' href='//cas.criteo.com' />
<link rel='dns-prefetch' href='//gum.criteo.com' />
<link rel='dns-prefetch' href='//ads.pubmatic.com' />
<link rel='dns-prefetch' href='//gads.pubmatic.com' />
<link rel='dns-prefetch' href='//tpc.googlesyndication.com' />
<link rel='dns-prefetch' href='//ad.doubleclick.net' />
<link rel='dns-prefetch' href='//googleads.g.doubleclick.net' />
<link rel='dns-prefetch' href='//www.googletagservices.com' />
<link rel='dns-prefetch' href='//cdn.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.g.switchadhub.com' />
<link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' />
technotip commented 4 years ago

And can I use my publish ID when WordAds is showing ads from Adsense? I remember seeing that option in AdControl plugin long back. Do you support that even now? Basically whenever WordAds is showing Adsense ads, I want to directly show my adsense ads. Is that possible?

Please let me know any other things to optimize the ads for more earnings.

jeherve commented 4 years ago

shall I go ahead and make the calls x.bidswitch.net instead of //x.bidswitch.net ? Shall I make this change to all the URL requests?

That will not fix your issue. This is something that will need to be fixed directly by the ad providers we work with.

Could you let me know your site URL or contact us here so we can look into those requests into more details?

whenever WordAds is showing Adsense ads, I want to directly show my adsense ads. Is that possible?

That is not an option at the moment, no.

technotip commented 4 years ago

That will not fix your issue. This is something that will need to be fixed directly by the ad providers we work with.

Oh ok ..then I'll have to wait until until the ad providers make the changes. How long it might take? Because it'll affect my sites SEO badly if not fixed soon.

Could you let me know your site URL or contact us here so we can look into those requests into more details?

Here is the URL of my blog and you can still see WordAds live in the sidebar: Technotip.com

jeherve commented 4 years ago

Here is the URL of my blog

Thank you!

I'll have to wait until until the ad providers make the changes. How long it might take?

I'll let you know as soon as this is fixed!

technotip commented 4 years ago

Thank you ..