Google AMP AutoAds - No ad placements found - adsense

I have inserted the AMP adsense code property into my AMP page and I made sure the page is valid using the AMP debug but the AutoAds still don't show up.
I get this error in the console: (My code has the correct publisher ID)
"No ad placements found for publisher ID 'ca-pub-XXXXXXXXXXXX'. Check that the provided publisher ID is correct."
I have waited 48 hours to see if they showed up but no luck. I am using regular AutoAds on my non-AMP pages and it works fine.
Has anyone encountered this issue before?

Do you have open the site on a mobil device?
Auto-Ads not working yet on desktop, but you can use in chrome the mobile emulator with Nexus. Check that the browser agent are valid and fine.

Two years later, the same issue still persist..and Google is saying nothing...
My site, AMP only ElectronicoCigarrillo.com

I had similar issue on my AMP only website
I observed some of the other AMP websites where Auto ads are working. Adding amp-ad custom element seems to have resolved the issue for me.
So now the final code looks like -
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<script async custom-element="amp-auto-ads" src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"></script>
Hope this helps everyone

Related

Google AdSense ERR_ADDRESS_INVALID

My website has just been approved by AdSense, and I tried to put some basic display ads on the site.
I've set up the ad, and pasted the HTML Code in my project.
When I visit the website, the console says:
Failed to load resource: net::ERR_ADDRESS_INVALID (at adsbygoogle.js:1)
I thought it was a problem of my website, but when I try to manually open the adsbygoogle JS, my browser also says ERR_ADDRESS_INVALID.
Anyone knows what to do?
Thanks in advance
Never mind, it was because of my Windows hosts file... Some program I've used earlier, blocked a lot of Hosts through it.

Linkedin member profile request failing

I need to use the member profile plugin from LinkedIn for a project. So I generated my personal "code" at https://developer.linkedin.com/plugins/member-profile . Which gives me the following standard code sample
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="https://www.linkedin.com/in/myname" data-format="inline"></script>
Where "myname" is obviously replaced with the name at which my public LinkedIn profile is found.
My problem is that there is nothing showing, after inspecting the resulting html at a couple of frames deep there is only a hidden div with the following content:
<h2>
Your Request Could not be Completed.
</h2>
I have checked all my privacy settings on LinkedIn and they are configured to make sure all information is publicly available and there should be no reason to let this plugin fail. I even checked with a colleague and we compared settings, the settings were the same but his plugin worked and mine did not.
Does anyone know what is causing this problem? Is there a setting we are missing, which is detrimental to this plugin?
(fyi, the plugin is running from a server so there is no problem to actually get the script)
The question was asked several times here (as the LinkedIn support is unwilling to help and redirect here where developers seldom answer questions)
See this question
Linkedin Member Profile Plugin not working for some profiles
One month after it was asked (yes one month!!!), a LinkedIn dev answered:
"The problem is under investigation. Several profiles still work fine, so there isn't a systemic issue with the plugin itself, but rather with certain profiles in particular."
Note that the number of particular profiles seem to be huge, because 9 out of 10 profiles I try fail.
Nothing has changed since then...
This is not the only bug in LinkedIn which is litteraly ruining my experience with it.
I used to love LinkedIn, but the way their support is treating customers (yes I am not only a user but also a customer because I pay for ads...) + the fact that they just can't seem to detect/fix their bug is making me become very bitter about them.
So all you can do is to cross fingers and hope that somewhere, someone will finally care about this and fix the bug...

Facebook mobile workaround no longer working

Until today, I was able to add ?ref=ts to a Facebook tab url & it would be mobile-friendly.
Not today. Has anyone else experienced this? Is there a workaround to the workaround?
Link for example: https://www.facebook.com/microartssandbox2015/app/924049424328019/?ref=ts
Works fine on desktop.
However, on mobile, I get:
The page you requested cannot be display right now ...
This has never really worked for me. The general (and well known) workaround is to use an external website and redirect to the Page on desktop. On mobile, you just stay on the external website.

Google Doubleclick blank ads in homepage

I am owner of the website legiaodosherois.com.br and I am having issues after starting my first paid campaign with Google Doubleclick for Publishers. All my ad blocks are set for Adsense fallback and it was working pretty well until two days ago when all my ad blocks started to get empty only at homepage, and running fine in all the other pages. I tried to use the debug console by appending the ?google_force_console=1 at my homepage url but just by adding this piece of query string it already makes the ads shows up, so to reproduce my error you must access http://www.legiaodosherois.com.br/?google_force_console=1 and then access http://www.legiaodosherois.com.br/
I couldn't see any problems by checking this debug data, and Google says that the Ad Units are tagged correctly. What can I do?
UPDATE: I just have found that some specific pages such as http://www.legiaodosherois.com.br/2013/vazam-videos-com-as-primeiras-cenas-de-guardioes-da-galaxia.html also aren't displaying any ads!
Thanks in advance and sorry for my bad English,
Vinicius
It happened because some of my posts received a false positive flag from Adsense bot which forbid these pages to show ads. As they were also being shown in the homepage, it was also forbid to show ads. After cleaning them up, it started to work fine!

Stopped Working: FB.ui with method: 'feed' suddenly quit working

This question is similar to: Facebook Error 191 on canvas app using FB.ui() for the 'feed' dialog (worked before, stopped working last week) which was never answered.
Starting today, after the user likes the page and enters the contest, the share dialog which presented itself stopped working and gave:
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
when logged in as an admin and just an error occurred for other users. This tab has been running well for a while now. I have confirmed it with an associate of mine. They did make a change to another part of the app (yesterday and today) but the sharing was still working until this afternoon. They did not change the part that generates the dialog.
The tab is: https://www.facebook.com/MedjoolDates/app_355398587864294
Anyone have any insight? Feel free to use 'cancel' rather than sharing and fake data to sign up, then unlike the page if you wish.
Thanks in advance.
David
Same problem here, there is a bug posted on Facebook Developes here:
https://developers.facebook.com/bugs/273845842724431
Can't help much without seeing your code.
One thing to check, make sure your redirection_uri is exactly as your domain registered with FB and that you include a trailing / ie http://www.myurl.com/ rather than http://www.myurl.com
I can't answer why it changed, but I had that error fixed by the above change before.
I am having the same issue. Am developing a new app with FB.ui feed functionality, which worked OK yesterday and today it gives the same error as OP.
Went back and checked an > 1 year old app with the same functionality; same error. I cannot see any other solution, than the FB dev team has changed something and not given notice.