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.
Fitur adSense APMODY memberikan banyak manfaat untuk pengguna yang menggukan iklan adSense dalam meningkatkan penghasilan dari iklan. Karena fitur ini sudah benar-benar di optimasi, baik dari segi penempatan iklan, pagespeed, performa iklan (pushing ad), anti adBlock, bahkan anti Bom Click (untuk mengantisipasi click fraud adSense).
Anda bisa menggunakan fitur ini dengan catatan iklan adSense disitus sudah benar-benar tampil atau disetujui. Apabila akun adSense anda sedang dalam proses peninjauan Kami sarankan melakukan pemasangan iklan seperti biasa dan menonaktifkan fitur ini.
Karena dalam proses peninjauan, robot adSense tidak akan mendeteksi adanya iklan di blog Anda, sehingga akan ada notifikasi kesalahan di dashboard adSense.
Dalam beberapa kasus Anda bisa mengabaikan ini, jadi bisa saja Anda langsung menggunakan fitur adSense APMODY. Tetapi jika iklan adSense terus menerus ditolak dengan alasan karena belum memasang iklan, sebaiknya lakukan pemasangan iklan adSense seperti pada umumnya.
Cara mengaktifkan adSense APMODY
Dan berikut langkah untuk mengaktifkan fitur adSense pada template:
- masuk ke Dashboard Blogger, pilih menu Tema.
- klik tombol Sesuaikan, Anda akan diarahkan ke halaman kustomisasi blogger.
- pada sidebar, scroll kebawah sampai menemukan menu dropdown Lanjutkan, lalu klik.
- pastikan berada di grup menu
Features
, kemudian cari opsi fituradSense (Enable/Disable)
.Keterangan:1
untuk mengaktifkan, dan2
untuk menonaktifkan fitur. - Simpan pengaturan dengan cara klik ikon .
Cara mengonfigurasi adSense APMODY
Setelah mengaktifkan adSense di template, Anda perlu melakukan pengaturan adSense di widget setting. Ikuti langkah berikut:
- masuk ke Dashboard Blogger, pilih menu Tata Letak.
- scroll kebawah sampai menemukan section APMODY Settings.
- klik edit pada widget
adSense
, akan muncul pop up konfigurasi widget. - sesuaikan pengaturan dibawah:
"adClient": "", "pushTime": 4, "maxPush": 7, "consLog": true, "closeAdb": true, "defer": true, "maxClick": 3, "removeAd": false,
Keterangan:- isi dengan id publisher adSense Anda. bisa juga dikosongkan, nanti otomatis akan mendeteksi dari slot iklan.
- jarak waktu (detik) setiap
push
iklan. - jumlah maksimal iklan akan di
push
. jika iklan tetap tidak tampil otomatis slot iklan akan disembunyikan. - menampilkan logging fitur adSense di console browser. nilai
true
untuk mengaktifkan. - menampilkan tombol close pada popup pendeteksi adBlock. nilai
true
untuk mengaktifkan. - nilai
true
untuk memuat adSense setelah konten halaman sudah berhasil dimuat, danfalse
dimuat setelah HTML dokumen berhasil diparse. - jumlah maksimal klik iklan (per id slot iklan). jika pengunjung sudah mencapai maksimum klik dari id slot iklan tertentu, maka slot iklan tersebut tidak bisa diklik lagi sampai menunggu hari selanjutnya.
- menghapus slot iklan yang sudah mencapai batas maksimum klik. nilai
true
untuk mengaktifkan.
- pastikan pada toogle switch Tampilkan widget ini sudah aktif, lalu klik Simpan.
Cara memasang slot iklan adSense
Ada sedikit perbedaan untuk memasang iklan adSense di template APMODY, yaitu Anda hanya membutuhkan kode iklan bagian ins
saja. berikut detailnya:
<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
, karena itu sudah otomatis digunakan saat Anda mengaktifkan fitur adSense di template APMODY.