How to configure AdSense ads and apply ads to the APMODY template so that performance (page speed) remains good.
The APMODY adSense feature provides many benefits for users who use AdSense ads in increasing income from advertising. Because this feature has been truly optimized, both in terms of ad placement, page speed, ad performance (pushing ad), anti-adBlock, even anti-Click Bomb (to anticipate AdSense click fraud).
You can use this feature provided that the AdSense ad on the site has actually appeared or been approved. If your AdSense account is in the process of being reviewed, we recommend placing ads as usual and deactivating this feature.
Because during the review process, the AdSense robot will not detect any advertisements on your blog, so there will be an error notification on the AdSense dashboard.
In some cases you can ignore this, so you can directly use the APMODY adSense feature. However, if AdSense ads are continuously rejected on the grounds that they have not advertised, you should place AdSense ads as usual.
How to activate APMODY adSense
And here are the steps to activate the AdSense feature on the template:
- go to Blogger Dashboard, select the Theme.
- click the Customize button, you will be directed to the blogger customization page.
- In the sidebar, scroll down until you find the Advanced dropdown menu, then click.
- Make sure it's in the
Features
menu group, then look for theadSense (Enable/Disable)
feature option.Information:1
to enable, and2
to disable the feature. - Save settings by clicking the icon .
How to configure APMODY adSense
After activating AdSense in the template, you need to set up AdSense in the settings widget. Follow these steps:
- go to Blogger Dashboard, select the Layout.
- scroll down until you find the APMODY Settings section.
- click edit on the
adSense
widget, a widget configuration pop up will appear. - adjust the settings below:
"adClient": "", "pushTime": 4, "maxPush": 7, "consLog": true, "closeAdb": true, "defer": true, "maxClick": 3, "removeAd": false,
Information:- fill in your AdSense publisher ID. You can also leave it blank, it will automatically detect the ad slot.
- time interval (seconds) for each
push
ad. - The maximum number of ads will be
push
. If the ad still doesn't appear, the ad slot will automatically be hidden. - displays the AdSense feature logging in the browser console.
true
value to enable. - displays the close button on the adBlock detection popup.
true
value to enable. true
value to load AdSense after the page content has been successfully loaded, andfalse
is loaded after the document HTML has been successfully parsed.- maximum number of ad clicks (per ad slot ID). If visitors have reached the maximum number of clicks from a particular ad slot ID, then that ad slot cannot be clicked again until the next day.
- delete ad slots that have reached the maximum click limit.
true
value to enable.
- Make sure the Show this widget toggle switch is active, then click Save.
How to install AdSense ad slots
There is a slight difference to placing AdSense ads in the APMODY template, namely that you only need the ins
section of the ad code. here are the details:
<script async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234567890123456"
crossorigin="anonymous"/></script>
<ins class="adsbygoogle"
data-ad-client="ca-pub-1234567890123456"
data-ad-format="auto"
data-ad-slot="1234567890"
data-full-width-responsive="true"/>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
script
tag code, because it is automatically used when you activate the AdSense feature in the APMODY template.