I am using some google ads on a page and I receive a Javascript error that the ad page in the iframe (generated via Javascript) is not allowed to access its including page.
I understand this as a security precaution, but is there a way that I can give permission to the iframe?
I don't know if this would be through JS or through some tag in my html that would allow it to view the properties.
As it is, it seems like google has some idea what my page is about because the ads are often vaguely targetted toward the correct audience, but other times they aren't relevant. And most importantly, my site will be available in many languages and I would like to let google know via my language info (html tag, etc) what language to display ads in.
Does anyone have any ideas on this? I may do some further research on this as well, but if there's an easy trick, please share. If not, it's functional as is, just not particularly smooth and the constant JS error is annoying.
Some additions:
1. Here's the error I see:
Code:
Security Error: Content at http://googleads.g.doubleclick.net/ may not load data from http://www.mysite.com/.
2. From some searching, I've found that this is a very common problem:
http://www.google.com/support/forum/...29d34680&hl=en
3. One of those posts (By "Alex K") pointed to this site:
http://bookmarks-online.net/link/1313/
And that link looks interesting. But is that actually a real thing? I've never heard of it and I'm not sure how to use it. I tried adding their "allow all" rule to my root, but it didn't change anything, and I don't want to leave it there to preserve security from other sites. Does anyone know about this sort of security exception?
And another edit:
I just noticed this exact same error occurs on all pages on this forum. Simply go into firefox's error console after visiting a page here.
I'm not under the impression these errors are actually causing any problems, but I'd rather they not be there and also would like google to interact with my pages well rather than missing information.
Bookmarks