Google Doubleclick blank ads in homepage - adsense

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!

Related

Facebook Plugin not showing on my desktop or mobile, but appears fine on another desktop

I've been using the Facebook Plugin for years, on dozens of websites, but all of a sudden, I can only see the page's facebook header, the actual feed appears only as a spinning icon. This is on my desktop and mobile device, feed is at the bottom of the page. https://saltydogfestival.com
screenshot_mobile
However, my co-worker in the desk across from me tried it on his desktop and laptop and the feed loads just fine.
I'm not a page admin for this particular feed.
I have this plugin for other facebook pages, for which I AM an Admin, and those don't show up for me, either. I've tried using Chrome and Edge.
I'm knocking my head against the wall with this.... or maybe it's something so simple that I'm not seeing it... Suggestions??? Please save what's left of my sanity!
I think this issue has affected many sites including mine. I used a third party plugin recently that's said to no affect page speed. It's called "Buttonizer - Smart Floating Action Button" you can add a FB messenger button also and add call to action and any they button as well. I have disabled the Facebook chat one for now. If you can update me if it's now work for you that would be great as I'm in the same boat. Email mtgusto#outlook.com
Edited - bug seems resolved
This is what worked for me:
Go to Facebook Developers - Page Plugin and configure the 'widget' with desired params.
As you change the parameters the preview should update & show. If it doesn't, try signing out.
Click "Get Code" beneath the preview. I used the JavaScript SDK method.
Copy & paste the first piece of code after the < body > tag.
Copy & paste the second piece of code where the box should appear.
Previous answer - leaving here for posterity / reference
It seems to be an issue with Facebook that occurs when the visitor is signed in to Facebook. Try viewing the page in a private window or reload after you have signed out of Facebook to see if it loads when you are not signed in.
There's more information on a Facebook Developers bug report, which was just marked as closed 8/26, although it still appears to be happening: https://developers.facebook.com/support/bugs/584988619248795/
This other community thread has a work-around - look for Dave's comment: https://developers.facebook.com/community/threads/1018223139108570/

Facebook registration cuts off (XFBML)

we offer our users the ability to use facebook to sign up on our site and until recently this was working fine.
Since 2 days ago (October 30th) we noticed our registrations using facebook significantly dropped (from around 50-100/day down to 1!) and when taking a look at the process we found that the registration was being cut off and only a small part was showing.
This is how it looks now: http://i.imgur.com/i4UCkAx.jpg
If I look at the source of the facebook iframe I can see the html tag has overflow set to hidden and if I disable this using Firebug everything looks as it should. But since this is on facebooks end there's nothing I can do about it to prevent it happening to our customers.
Has anyone else run in to this problem and found a solution?
The bug has been reported to facebook here: http://developers.facebook.com/bugs/471852109598483/

I am no longer getting the list of friends who use my app. It was working for a few days, now it has stopped working

I use the FB.api Javascript API to access the list of friends of the current user (me) who also use the app:
FB.api('/me?fields=name,friends.fields(installed,name),birthday,gender,location,email', function(res) {...
I set it up about a week ago and it was working just fine for all the users. It was getting me a list of all the friends but those who used the app, there was an additional parameter with value set to true ("installed" : true)
Now I am seeing that for some mysterious reason this parameter installed no longer appears any more! I have made no change in the code. Any idea why is that what is the right way of getting it again??
This is a known issue, one that Facebook is taking a long time to fix. Please see and repro the issue here: https://developers.facebook.com/bugs/178979062276800?browse=external_tasks_search_results_51d78ad8d6aa07f26501758
As a work-around, you can use the entire friends list and cross-reference every Facebook ID with those in your database to see who is actually using the app.

Facebook FB.api('/me/accounts') is not returning list of applications

I have been written a code that retrieves users page list and application list so I can make a page tab connector. And I used FB.api(/me/accounts) for this purpose. It was several months ago and it worked well.
https://www.facebook.com/WEBLAB54/app_337216453020586
But suddenly, Facebook api will show me only a list of pages, not a list of applications. I have tried to find solution online, but it seems that nobody has this problem? Also I went to facebook page for manage_pages permission, and there is no changes in documentation.
Does anybody know what is the problem?
I will put a PHP code just in case, but this code worked fine until few days ago.
function get_user_applications(){
$accounts_data = $this->facebook->api('/me/accounts');
$accounts_data = $accounts_data["data"];
for($i=0;$i<sizeof($accounts_data);$i++){
if($accounts_data[$i]['category'] == "Application")
$users_apps[]=$accounts_data[$i];
}
return $users_apps;
}
You have to keep up to date with Facebook :-)
This change was announced back in December, and is effective as of March 6th:
Removing apps from /me/accounts/
We will no longer show apps under /me/accounts/ in the Graph API. You can access the list of apps a user is a developer on by hitting /me/applications/developer/.
https://developers.facebook.com/blog/post/2012/12/05/platform-updates--operation-developer-love/
In response by default we will get only 25 pages and you have to call api like below to get all the pages
me/accounts/?type=pages&limit=200
Here 200 is an assumption, but you have to specify the limit in order to get more than 25.

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.