Google Deprecated enableSyncRendering() - Out Of Page AdUNIT Issue - google-dfp

Google has specified that after 2nd April 2019 , the enableSyncRendering() will be deprecated. We tried commenting out that line and then the Normal Ads are rendering properly.
But for Out Of Page ads i.e defineOutOfPageSlot Ad Units , The rendering of Ads is stopped.
Can anybody reply with a solution?
Thanks

Related

Google adsense images in some of the ads not getting displayed on my website

Google adsense images in some of the ads not getting displayed on my website https://www.mypleaks.com even after iframe have rendered correctly. The empty slot mentioned in the below screenshot can be seen on the website. On inspecting these empty slots, it can be seen ads have rendered but the image didn't display.
Anyone has idea how to fix this issue..?
Please check this link about troubleshooting your ads.
There could be a issue with invalid traffic as well, as the adds are indistinguishable from each other on some pages. This should do the trick.

Why does facebook apprequest/ suddenly return 500 if I specify object_id?

Something changed in the last few days that broke my apprequest code. I use MSFT's new Facebook SDK from https://github.com/Microsoft/winsdkfb which uses Xaml WebView to interact with Facebook via html. As of Friday, it started displaying a blank white page for apprequests. Copying & pasting the url into IE I get a 500 error page. Doing the same in Chrome results in a blank white page.
https://www.facebook.com/v2.1/dialog/apprequests?access_token=&redirect_uri=https%3A%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html&app_id=&object_id=&to=&action_type=send&message=&data=
If I remove action_type & object_id, it works fine. Though obviously without the Graph object.
We had a bug that should be resolved now, here's the link: https://developers.facebook.com/bugs/862534523829812/

Facebook Send Dialog error 500 only for some facebook UserIDs

I'm using Facebook UI Send Dialog so the users of my website can share a link with their friends. The link includes the Facebook User ID in the query string. Everything works fine except for a few users that have reported errors.
To test this, I considered to cases: one for a Facebook user that can use the Send Dialog without a problem, and another for a user that reported the error. I used two identical calls to Fb, only changing the userID and, as described previously, one worked and the other didn't.
This works ok:
https:// www.facebook.com/dialog/send?access_token=XXXXXX&app_id=XXXXXX&channel=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df1adbecbf8%26domain%3D3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff524fe64%26relation%3Dparent.parent&channel_url=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df2c646879%26domain%3D3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff524fe64%26relation%3Dparent.parent&description=pruebafb&display=iframe&e2e=%7B%7D&link=https%3A%2F%2F3Dmyworkingurl.com%2F%3Ffbid%3D**WorkingFbUserId**&locale=es_LA&next=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df206f6e03%26domain%3D3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff524fe64%26relation%3Dparent%26frame%3Df34cf0b14%26result%3D%2522xxRESULTTOKENxx%2522&sdk=joey&to=XXXXXXXXX
This returns a HTTP Error 500:
https:// www.facebook.com/dialog/send?access_token=XXXXXX&app_id=XXXXXX&channel=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df17fb992a8%26domain%3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff271eb6f14%26relation%3Dparent.parent&channel_url=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df28b526904%26domain%3D3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff271eb6f14%26relation%3Dparent.parent&description=pruebafb&display=iframe&e2e=%7B%7D&link=https%3A%2F%2F3Dmyworkingurl.com%2F%3Ffbid%3D**NotWorkingFbUserId**&locale=es_LA&next=https%3A%2F%2Fs-static.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FZEbdHPQfV3x.js%3Fversion%3D41%23cb%3Df184d49ae%26domain%3D3Dmyworkingurl.com%26origin%3Dhttps%253A%252F%252F3Dmyworkingurl.com%252Ff271eb6f14%26relation%3Dparent%26frame%3Df567db08%26result%3D%2522xxRESULTTOKENxx%2522&sdk=joey&to=XXXXXXXXX
I tested the link urls using https://developers.facebook.com/tools/debug/ and both returned Response code 200.
Do you have an idea on why is this happening only for some users even when they return a successful response using the Facebook debugger?
Thanks :)
Most probably you are suffering from this bug: https://developers.facebook.com/bugs/1478339672437492/
The bug was already seen by Facebook Team and it is already assigned to someone to solve. I know this because unfortunately it affected me too.
As this is affecting a lot of developers, I guess it won't take too long to be fixed.
To be in record for future Google searches, this was the bug:
Since this morning the FB Send Dialog redirects to an empty page
regardless of the parameters. Even the example from the documentation
(
FB.ui({ method: 'send', link:
'http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html',
});
http://www.facebook.com/dialog/send? app_id=123050457758183
&link=http://www.nytimes.com/2011/06/15/arts/people-argue-just-to-win-scholars-assert.html
&redirect_uri=https://www.bancsabadell.com/cs/Satellite/SabAtl/
)
is not working anymore. Please see into this, thank you very much.
Last known working date: September 22, 2014
According to Facebook it should now be solved:
Øyvind Sean Kinsey · · Facebook Platform Team
This should now be resolved. Thanks for your
patience.
2 hours ago · Status changed to Fixed

Adsense code not showing

My adsense code won't show. Code is in there, and is in there for weeks...Still not showing..
http://www.ecompanies.nl/pilot/diensten/seo/breda.html
I think it should be jQuery or Google Maps javascript interfering or something.
Don't see any javascript errors..
Any help is highly appreciated!
For anyone encountering the same problem...It looks like an Adsense problem. Seems like the ads only show up after Google Adsense bot spidered the page. On new pages on my sites, it takes 1 or 2 days for the ads to show up. Very strange..

Facebook - why if i connect album or photo, returning false

Thursday i could connected with user album and photo. but Friday & today (Monday) i can't..
there is something bug with Graph API??
and how to create album in page (business page) with Graph API?? i got the identifier and i can access with https://graph.facebook.com/121845897865800 but if i check manually in my page, i couldn't find that..
i using permission: publish_stream,offline_access,user_photo_video_tags,manage_pages
need help!!
As for the first matter, things like to go in and out with the facebook API. It may even be a result of the devs trying to fix the issue with your second point. If it does not fix soon, fill out a bug report or search the forums
as for the second this is a known bug:
http://bugs.developers.facebook.net/show_bug.cgi?id=11254
http://bugs.developers.facebook.net/show_bug.cgi?id=10607
I suggest adding your email to the bug reports to keep track of facebook's progress with fixing them. Facebook says "it is being actively worked on." whick means it could be a while.