Easy AdSense Ads – Ad Inserter & AdSense Ad Manager

Easy AdSense Ads – Ad Inserter & AdSense Ad Manager

Wordpress plugin

Install on Wordpress

App Details

Easy AdSense Ads is a very simple and best ad manager for WordPress that is not limited to AdSense. You can easily inject ads into your home page, posts, pages, archives and custom post types. You have 9 ad locations to choose from.
EAA also comes with features like ads widget, ad rotation. This is the best WordPress plugin for inserting AdSense ads and other ads.

Note: Only Ad Management plugin with video tutorial

EAA Video Tutorial

Easy AdSense Ads is the only ad manager plugin with a video tutorial covering all features of the plugin.

EAA Video Tutorial Link

Easy AdSense Ads Inserter & Manager For WordPress is an AMP ready complete ad management and scripts management solution for your blog.
Unlike other plugins out there, this integrates right into the WordPress customizer to give you instant preview of the ads you injected.

Note:
The ad locations are not limited to AdSense ads

  • You can use them to insert ads from any network like BuySell Ads, Amazon Affiliate Ads, Chitika, Bidvertiser, Infolinks, AdSense, Adsterra Network, Revcontent, Clicksor,AdSense, OIO Publisher etc .
  • You can inject multiple AdSense/ads in the same location.
  • You can also use these ad locations to insert html code, optin forms. The location at the end of the post is ideal for inserting optin forms of MailChip, Sendy, AWeber, GetResponse etc..

The header and footer scripts are not limited to just injecting javascript.

  • You can use them to load fonts.
  • Verify the website ownership with the meta tag.

Easy AdSense Google Ad Manager’s awesome features include …

Separate desktop/tablet AdSense ads injection and mobile AdSense ads injection.

You can insert different AdSense ad units for mobile, (tablets and desktops).
With this feature, you can quickly insert the high performing 336x300px or 728×90 adsense units for desktops and tablets and insert 300px wide mobile AdSense Ads for mobiles.
Though Google AdSense provides responsive ad units, their fill rate is not very good.

AdSense / Ads Injection on homepage and archives

You can easily insert AdSense ads into the WordPress loop on home page and archives. Since AdSense has a limit on number ad units you can display on a page, you can easily set how many times to repeat.
Key features here include

  • Insert AdSense ads after a desired post number.
  • Choose repeat frequency for the adsense ads injection.
  • Choose how many times AdSense ads should be displayed.

Insert Ads on single page ( Posts and Pages )

We have nine well thought out locations

  • Below title Google AdSense ad injection( Highly converting, but google search doesn’t like ads above fold)
  • After first paragraph Google Ads Injection / adsense. (Highly converting, no issues with SEO)
  • After any 3 paragraphs of your choice AdSense / ad injection.
  • After first image AdSense / ad.
  • After second image AdSense / ad.
  • Between post AdSense / ad.
  • After post AdSense / ad.

Easily disable AdSense / ads on a per page/post basis.

There will be cases where you do not want to inject AdSense / insert ads on some particular posts or pages. Reasons may include

  • Content my violate AdSense/advertiser policies.
  • Client doesn’t like AdSense / ads in their sponsored content.
  • Page/Post that brings more revenue through affiliate marketing than display ads like AdSense.
  • You don’t want ads on about and contact pages.

Whatever your reason may be, there is an option to disable AdSense / ads on a post or page right on the edit screen.
You can choose to disable only in content AdSense / ads or all AdSense / ads on the page.

Ads Widget

Place ads in any wdigetized sections in your theme with the built in Easy AdSense Ads & Scripts widget.
This is similar to the text widget but with some cool extras

  • Insert separate adsense / ads for desktop & tablets and mobiles.
  • This widget respects the above feature, and hides itself when you choose to not show adsense / ads on the page.
  • Remove default padding’s and borders if you need more room for adsense / ads.

Ad Rotation

Wan’t to rotate the inserted ads? We have the ad rotation feature built in. Just wrap them in the shortcode [eaa_ads][/eaa_ads] and separate individual adsense/ads code with <!-- next ad insertion -->.
You can use the shortcode anywhere, even in your post content.

Example:

 [ads] First AdSense ad to insert<!-- next ad insertion --> Second AdSense ad <!-- next ad insertion --> third Quick AdSense ad <!-- next ad insertion --> fourth Quick AdSense ad<!-- next ad insertion --> fifth AdSense ad<!-- next ad insertion --> sixth AdSense ad<!-- next ad insertion --> seventh AdSense ad<!-- next ad insertion --> eighth AdSense ad<!-- next ad insertion --> ninth Quick AdSense ad<!-- next ad insertion --> tenth AdSense ad<!-- next ad insertion --> eleventh Quick AdSense ad<!-- next ad insertion --> twentieth AdSense ad<!-- next ad insertion --> thirtieth AdSense ad<!-- next ad insertion --> so on, you get the idea. AdSense ad<!-- next ad insertion --> [/ads] 

Option to insert header and footer scripts.

Easily ad your (Google) analytics script, website verification scripts, fonts and any other script you might want to insert in to your website header or footer.
This is limited to inserting scripts, meta tags and any other tags that usually go in header. Inserting regular content here is strictly not advisable.

Live preview

All this can be done through the awesome WordPress customiser, so you get an instant preview of how your inserted adsense / ads or content looks.

Custom taxonomies and terms support

Supports custom taxonomies and let’s you enable/disable ads on custom taxonomies and terms.

Easily enable or disable ads on a per category basis

There will be times where inserting ads on certain categories might violate Google AdSense or your ad network TOS. For such cases you can easily disable ads\’ for their archives and posts
in those categories and tags.

Advanced options and Floating ads

Easily float the ads or apply advanced css rules like margin, padding, border etc., to the ads

Easily integrate EAA Ad Inserter with your theme

For regular users

  1. Goto EAA settings page and in Add Your Own Ad Locations option, add you ad locations. Locations defined there will show up at customizer -> EAA -> My Custom Locations.
  2. To use the add, insert the following code in your theme files

For theme developers

Easy AdSense Ads exposes functions to easily inject the ads to custom locations into your themes.

Step 1

Add the below code at the end of your themes functions.php file

add_filter( 'eaa_ad_locations', 'themename_add_eaa_ad_locations' ); function themename_add_eaa_ad_locations( $ad_locations ) { /** * Each line below ads a new add location in customizer at * Easy AdSense Ads & Scripts -> Theme locations * You can add as many locations as you please */ $ad_locations['ps_above_header'] = array( 'label' => esc_html__( 'Above header', 'page-speed' ) ); $ad_locations['ps_header'] = array( 'label' => esc_html__( 'In header', 'page-speed' ) ); $ad_locations['ps_below_header'] = array( 'label' => esc_html__( 'Below header', 'page-speed' ) ); $ad_locations['ps_before_main'] = array( 'label' => esc_html__( 'Before main div', 'page-speed' ) ); $ad_locations['ps_after_main'] = array( 'label' => esc_html__( 'After main div', 'page-speed' ) ); $ad_locations['ps_above_footer'] = array( 'label' => esc_html__( 'Above footer', 'page-speed' ) ); return $ad_locations; } 

Step 2
Now to inject these ads into the theme, place the below code in the theme file where you want to inject the ad.

<?php echo eaa_get_ad( 'ps_above_header' ); // Use the appropriate ad name ?> 

If you are using the ads in some places where shortcodes are enabled then you can use [eaa_show_ad ad="ps_above_header"]

Pricing

Starting from $0 per month.

Check Out the Image Stack Gallery Widget

By Common Ninja

Image Stack GalleryTry For Free!

App Info

Rating

Reviewers

20 reviews

Tags

ad injection
ad inserter
ad manager
adsense
advertising

Developed By

Satish Gandham

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Forms

Forms plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Comments

Comments plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Maps

Maps plugins for Wordpress

Security

Security plugins for Wordpress

Translation

Translation plugins for Wordpress

Ads

Ads plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Chat

Chat plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Membership

Membership plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Contact

Contact plugins for Wordpress

Comments

Comments plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Common Ninja Apps

Some of the best Common Ninja plugins for Wordpress

Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

Image Stack Gallery for Wordpress logo

Image Stack Gallery

Showcase photos with an image stack gallery that layers images in a stacked display with smooth transitions to create a visually striking presentation.

Cookies Consent Bar for Wordpress logo

Cookies Consent Bar

Display a cookies consent bar that explains usage and supports GDPR compliance, enhancing user trust and legal clarity.

Reviews Badge for Wordpress logo

Reviews Badge

Use a reviews badge to highlight your ratings, build trust at a glance, improve credibility, and help increase conversions across your site.

Right Click Protection for Wordpress logo

Right Click Protection

Use right click protection to prevent copying by disabling right click actions, protecting your content and reducing unauthorized reuse on your site.

Course Registration Form for Wordpress logo

Course Registration Form

Use a scroll progress bar that visually tracks reading on the page, improves navigation, and keeps visitors aware of their position.

Social Media Links for Wordpress logo

Social Media Links

Use social media links with sticky buttons that keep your profiles visible, boost engagement, and help promote your content more effectively across your site.

Blogger Feed for Wordpress logo

Blogger Feed

Show Blogger posts automatically with a Blogger feed that keeps your content fresh, improves navigation, and helps visitors discover more of your work.

MP3 Player for Wordpress logo

MP3 Player

Add an MP3 Player to your website and engage visitors with music, podcasts, and spoken audio without any setup complexity.

Airbnb Reviews for Wordpress logo

Airbnb Reviews

Show Airbnb reviews to build trust, improve credibility, and help visitors make confident booking decisions that support higher property sales.

Card Slider for Wordpress logo

Card Slider

Showcase content with a card slider that presents images, text, and buttons in a smooth, customizable layout to keep visitors engaged.

TDEE Calculator for Wordpress logo

TDEE Calculator

Create custom calculators that let visitors enter values, get results, and make confident choices that support your business.

AI Chatbot for Wordpress logo

AI Chatbot

Add an AI chatbot that answers user questions by crawling your site, using uploaded content, and collecting chat interactions.

More plugins

plugins You Might Like

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms