Adsense ads not showing in chrome only - adsense

I'm using iframe from another domain to show adsense ads on my main domain.
Adsense ad not showing in chrome , but working fine on another browsers. problem only in chrome. I changed domain, there ads working. so maybe chrome have some issue with my main domain.
Thanks

I think Adsense does not allow placing ads in iFrames, That is why the ads are not appearing due to violation.
This is from Google
Yes, it does violate our policies. Firstly, you’re not allowed to
place ads in a frame within another page. Secondly, you’re not allowed
to put ads in your software, e.g., if you control both a page with ads
and an app that loads that page, we will take action against it

Related

Adsense working on Mobile but not Working on Desktop?

My audience is generally a 60/40 split of Mobile vs Desktop. Yet the majority of advertising revnue comes from mobile. Reviewing my adsense report the impressions are far lower for Desktop platforms. Indeed when I access the site , "autoads" do not work anywhere for the desktop. Yet on a mobile device they work as expected.
Has anyone experienced this? An example URL is www.planandshop.uk or www.planandshop.uk/login
Thanks
I checked your website and I can see auto inserted ads on login page on both desktop and mobile. The ad usually appears below the login form. In addition on mobile I see a top anchor ad but not on desktop. This is expected as anchor ads currently work only on desktop.
On the login page ad sometime inserted in the middle of the login form between "Please login with your email and password below." and "email" field. That doesn't look very. There are a couple of things you can do:
Disable this specific placement: when you login to adsense and go auto ads there is an option to preview placements and disable them.
Disable ads on login page entirely. Again, on adsense you can choose pages where ads should be disabled, e.g. /login.

How can I test Google ads on my site

I am developing a website where I want to show Google ads. How can I test ads on my site? Additionally:
Does Google allow me to test ads?
Does it think my tests are fake impressions?
Can I get blocked by Adsense?
here is site link http://www.geeksweblogs.com/
Google may not like it, but in its TOS it says you are allowed to test your ads, although I would recommend you not to refresh the site thousands of times. Instead, I would first remove the AdSense tags and use some divs with fixed width & height and a background color (or a background image which looks like a Google ad) to test it excessively. If you have tested your layouts, remove the test divs and re-add your Google AdSense code. Now you can test it an additional few times to be 100% sure that all works. You can surely reload the page 10-20 times. Remember to just view the ads for testing but never ever click on your own ads – Google doesn't like that.

Why always same ads with adsense?

I have a site where I publish free backup software. The adsense box on my site (codessentials.com) always shows one of 5 backup-related ads.
On many sites you can see that the adsense box shows ads based on user-interrests and surf-statistics instead of the content of the site on which the adsense is shown.
How can I get adsense to show user-related ads instead of site-content-relates ads on my site?
Thanks
I believe you're talking about Interest-based ads. If your privacy policy is adequate, you should already be able to run those ads unless you've opted out in the Allow & block ads tab.

How to enable "Adsense for mobile devices"?

On my site, I've got a standard 336px ad unit. I just viewed the site on blackberry and noticed that the ads dont show there.
What's the skinny on how to enable adsense ads on mobile devices? Would I have to recode my WordPress theme to display mobile ads instead of the large rectangle or can this be automatically handled by the adsense script somehow?
I think that the problem is for sure not in the wordpress theme. If you see the ad in normal browser you should see it in your phone's browser too.
Do you see adsense ads on other sites using your phone?

How to get targeted adsense ads on Facebook app page requiring authentication

I have a Facebook iframe application that I am monetizing via Google Adsense. On pages that do not require Facebook authentication, the ads are served fine and reflect the content on the page. Pages that require a Facebook session have the ads rendered fine, but they are very generic. They only reflect the user's geography and not the page content (for example, Groupon ads for the user's city, and ads for random things like photo uploading services).
I would like to get Adsense to render targeted ads based on the page content. There is plenty of good content on the pages in question. They are not "content-free" pages like pure logon pages.
I am using an approach similar to the one in the accepted answer for this other question: google adsense in facebook application . My Adsense javascript is in a separate file that gets loaded into an iframe in my canvas page, which is in turn loaded into Facebook as an iframe (like any other Facebook iframe app). The file with the Adsense code has a bunch of relevant content to provide Adsense with the context for targeting the ads. This content is not visible to the user as I set the iframe to have no scrollbars and a limited height.
Is the problem that the Adsense bot (user agent Mediapartners-Google) gets blocked by the Facebook logon and can't indexing the page?
Or is the problem that when the user accesses the page, Facebook tacks on a very long querystring, resulting in Adsense treating it as a different page for every user? Then again, this has no impact on the iframe URL.
The solution recommended in that other stack overflow question calls for loading the file with the Adsense code and keywords using a frameset rather than an iframe. Would this really make a difference?
I am aware of the potential conflict with Adsense terms which prohibits loading Adsense via an iframe. For a Facebook app there really is no other way to do it, and since the app iframe has legitimate content for ad targeting and is "owned" by the publisher (me) it seems consistent with the spirit if not the letter of the Adsense terms of use.
I have toyed with the idea of changing my pages that require a Facebook session to be open, and just disable all controls and present a Facebook login button to users who visit those pages and are not logged into Facebook already. I would use the Javascript client library to manage the login and enabling of controls so the page does not refresh, so hopefully Adsense will read the content and delivery relevant targeted ads. This is a significant change to those pages however, so if there is a simpler solution I'd like to avoid this work.
Well I did nothing but wait a week or so and the ads started to get context-tuned and relevant, using the approach of putting the ads in an iframe that has masked-off context content (setting the iframe height and width to just show the ads, no scroll bars or border) that matches my app's subject.
I'm not sure why it took a week for Google to tune into the context and produce targeted ads on this page, but I won't look the gift horse in the mouth I guess.