Forum Moderators: martinibuster
This has only happened since I pasted the adsense code into my template
Hubes
Do you offer an SSL version of your ad code?
Although you may place the AdSense ad code on a page using Secure Socket Layers, we do not currently offer an https version of the AdSense ad code at this time. Therefore, you may see a message asking for confirmation to load all items on the page when placing the AdSense ad code on secure https pages.
If you don't want you or your visitors to see the non-secure errors, then you will need to change your site to work in HTTP instead of HTTPS at this time.
That's a very high CPU overhead on your server and doesn't scale well.
Google says:
[google.com...]
Your web pages are behind a login.At this time, pages that require a login can not be easily visited by our crawlers. Additionally, since these types of pages are not easily visited for approval and it is difficult for our AdSense specialists to verify that pages behind a log in follow Google AdSense policies, we are unable to offer support for these pages.
One way around the crawler and approval problem is to allow anything from Googles IP range immediate access.
The downside to that strategy is Google's translate and web accelerator both give non-Googlers access to your content.
It's a tradeoff, but HTTPS isn't doable no matter what.
That's a very high CPU overhead on your server and doesn't scale well.Google says:
https://www.google.com/support/adsense/bin/answer.py?answer=
What happens if you use iframe to separate the https content from the non-https content such as ads? It might work but I doubt if the ads can still be contextual
What happens if you use iframe to separate the https content from the non-https content such as ads? It might work but I doubt if the ads can still be contextual
Don't think that will work. Browsers may still often popup warnings. The problem has nothing to do with google. It has everything to do with internet protocols and browser settings.
Go all http except for direct order page, or give up, unless some genius figures out a way to get around all the security protocals.
I put the adsense script in my template, but now on each page of my site it gives me that annoying pop-up.
what am I supposed to do?
I've done secure functions for web clients. In those instances, I only made the "checkout" page(s), where you enter monetary and personal info, a secure page. But the rest of the site was regular http.
Why does your entire site need to be secure?