• Hi,

    How can i add several Ad Placements with this plugin? As far as I can see there is only one field for adding Audience Network Placement ID. And after what I have read you have to make a unique Ad Placement to show Ads in Recirculation Units?

Viewing 8 replies - 1 through 8 (of 8 total)
  • add this code to theme function.

    // Instant Articles Recirculation Ads Filter
    add_filter( ‘instant_articles_transformed_element’,’m_add_recirculation_ad’ );
    function m_add_recirculation_ad ($instant_article) {
    $instant_article->addMetaProperty(‘fb:op-recirculation-ads’, ‘placement_id=YOUR-PLACEMENT-ID’);
    return $instant_article;
    }

    replace YOUR-PLACEMENT-ID with your audience network placement id

    Dear @lynda, can You please describe it in more detail the whole process.

    I inserted that code (replaced dhe ID) and suddenly all the domain is not working at all. Im using Sahifa theme.
    Maybe I have not inserted it correctly, or not put in the right place. Will You please describe it one more time, but step by step, and more important in which line at the functions.php it has to be inserted ?

    thank you in advance

    Any help in here ??

    Hi @eivindert & @pantarhei ,

    Please note that Recirculation Units are still in beta, the code provided by @encikjoe7 is correct with one small error i think, you should write :

    
    $instant_article = $instant_article->addMetaProperty(‘fb:op-recirculation-ads’, ‘placement_id=YOUR-PLACEMENT-ID’);
    return $instant_article;
    

    or

    
    return $instant_article->addMetaProperty(‘fb:op-recirculation-ads’, ‘placement_id=YOUR-PLACEMENT-ID’);
    

    hope that will help

    Thread Starter eivindert

    (@eivindert)

    Those codes crashed my site – Using theme: Newspaper 7

    @eivindert What is the error you got ? Please shre the error log

    Thread Starter eivindert

    (@eivindert)

    Hi Huthayfa,

    I placed the code in my themes function.php

    The error I got is:

    HTTP Error 500

    Bagaimana cara untuk membuat artikel instant melalui android

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Placing Ads in Recirculation Units’ is closed to new replies.