Can I place Google Adsense Ads in Facebook Instant Articles despite the Iframes?

12,314

Solution 1

"""Facebook says you can implement any ad code you wish, even Google Double Click for Publishers which uses Adsense as it's default backup."""

You are not allowed to use adsense as the default backup. It is a violation of rule.

Solution 2

AdPlugg can do this. Your tag above would become:

<figure class="op-ad">
    <!-- Use this for your ads -->
    <iframe src="http://www.adplugg.com/serve/<your_adplugg_access_code>/html/1.1/index.html?zn=fb_zone_1" height="50" width="320"></iframe>
</figure>

You would then drop your AdSense tag into a "Custom" AdPlugg ad and configure it to serve into your "fb_zone_1" AdPlugg Zone (as specified in the example url above).

With this solution, you could rotate other ads (affiliate network, direct buy, etc) into the zone if you wanted. It would also allow you to update your ads without having to update your entire Instant Articles feed.

I posted a blog with more info about how to do it here: Facebook Instant Article Ads

A similar question (which might be of help) was asked/answered here: Add DFP DoubleClick inside a Facebook Instant article

Disclaimer: I work for AdPlugg.


Update: It seems that the current Facebook Instant Articles Policies only allow serving Direct Sold ads or Facebook Audience Network ads. No other ad networks are allowed. Under these policies, you could still use AdPlugg but only to serve ad inventory that you directly sold to Advertisers and not AdSense ads.

Share:
12,314
Dragos Vana
Author by

Dragos Vana

Updated on June 04, 2022

Comments

  • Dragos Vana
    Dragos Vana almost 2 years

    I am implementing Facebook Instant Articles for my website and have come across the following problem.

    Facebook says you can implement any ad code you wish, even Google Double Click for Publishers which uses Adsense as it's default backup when no ads from your current inventory are being served, but the code is inside an iframe as such:

    <figure class="op-ad">
        <!-- Use this for your ads -->
        <iframe src="" height="50" width="320"></iframe>
    </figure>
    

    The thing is, I use Google Adsense for my ads and there is a problem with iframes:

    http://adsense.blogspot.ro/2011/06/clarifying-our-ad-implementation.html

    Anybody know how it's possible to solve this dilemma?