Add Google matched content at bottom article

Posted in: Newspaper
Post count: 48

Hello,
I want to add the matched content ads below every article.
I already know that the template used by me is single_template_2.php and I want to add the script given by adsense into it.
How can I do that?

Post count: 22421

Hello,

Unfortunately we have not tested the matched content ads. This is a new feature and we did not test it yet.
If you want to place an add across all the posts then why not use the content bottom ad from the theme panel. You can place the ad here: http://screencast.com/t/EjHFq78C This ad will appear below every post.

Thank you!

Post count: 76

Hi Bogdan B,

Your solution dont’ work with matched content and i don’t find solution to use it with your template.
Matched content it’s very interesting thing, like your related article but better :

“content recommendation tool for AdSense publishers promotes your content to your site visitors. Matched content generates contextually relevant and personalized article recommendations from the pages on your website. With Matched content, your visitors can:

Discover relevant articles on your site
Spend more time on your pages
Engage more with your content

This new feature can help you increase your site’s page views and ad impressions, and could increase your ad revenue by making it easy for your visitors to find your content. To provide a great experience for you and your site visitors, Matched content is available for sites with multiple pages and high volumes of traffic. Have a look at the site management settings in your AdSense account to see if your sites are eligible to run Matched content.”

https://adsense.googleblog.com/2015/04/introducing-matched-content.html

Post count: 7909

Hi,

Unfortunately we did not made any tests using a similar code. Try to render it in a wordpress text widget and see how it goes. If it is approved it should work. Also you can try it using a wordpress default theme. The theme ad spots may not render it and you may need to use a plugin, but if you implement it in the code, the theme should render any code if it is correct/approved.

Thanks!

Post count: 3

Try the “Add To Post” plugin

Post count: 76

Thank’s, i’ll try.

Post count: 623

Hello guys,

you can add matched contents as related posts using following code:

<div class="wpb_raw_code wpb_content_element wpb_raw_html">
<div class="wpb_wrapper">

//YOUR MATCHED CONTENT CODE

</div>
</div>

Refer: http://prntscr.com/ej10ni

Result:
On desktop : http://prntscr.com/ej11rb
On Mobile: http://prntscr.com/ej128a

Hope this will help you all

Thanks for your understanding ?

Post count: 48

It works, thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.