@macsopinion, The plugin is still doing what it always did. Google Auto Ads is not a new feature.
That’s what I said. It does what it says. But don’t need it because Google Auto Ads does all those things outlined in your description all on its own. Your plugin just basically ads the AdSense code in the header and Google’s AutoAds does the rest.. The Google Sitekit plugin does this also but with more features. I stand by what I said.
@macsopinion, You are saying the plugin is obsolete. That’s not true and confusing to other users. Google does not have access to your site. So ads can’t magically appear no matter what settings you enable in your AdSense account. The plugin makes that possible.
If you are here to advertise the SiteKit plugin that’s a different topic. Many users like me do not like to install unnecessary big plugins when there is a simpler way.
Google does not have access to your site. So ads can’t magically appear no matter what settings you enable in your AdSense account. The plugin makes that possible.
It does when you simply add the script they provide you
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-XXXXXXXXDXXXXXX"
crossorigin="anonymous"></script>
to add between your <head> </head> tags
To think that a WordPress user would need to download and install a plugin then go into their AdSense account and copy their AdSense ID then go back into their WordPress Admin to paste it into your plugin all so your plugin can add the AdSense script to the header seems like overkill to me.
All a WordPress user needs to do is go into their AdSense account and copy the code they provide, then open their header.php file and paste that code where they tell you to and that’s it. Hardly a need for a plugin for that.
Many users like me do not like to install unnecessary big plugins when there is a simpler way.
So then why even install a plugin at all when any novice can simply copy-paste the code themselves without having to install another unnecessary plugin? Unless you’re profiting from your plugin in some way.
YOUR WAY
- Download your plugin
- Install your plugin
- create or log into your Adsense account
- Turn on Auto Ads and select the Ads You want to automatically display
- Find your Publisher ID and copy it
- Go back into your WordPress Admin panel and open Your Plugin setting
- Paste your Publisher ID into box
- Save
More Logical Way
- Open or create an AdSense Account
- Turn On Auto Ads and select the ads you want to display automatically and Copy Code they provide you
- Go into WordPress Admin and open Theme editor
- Paste code into Header in the header.php file
- save
@macsopinion but anytime your wordpress site gets updated, won’t the custom code in header.php be overwritten?
I think that’s the idea for the plugin. Unless you go back and keep adding the custom code every time your wordpress update changes the header.php file.
WordPress updates only update the core files, not the Theme files which is where your header.php file is. So no, you wouldn’t have to keep adding the script every update.