Skip to content Skip to sidebar Skip to footer

How To Create Adsense Link Ads in New Adsense 2020


Previously I had written an article about how to create Google Adsense Link Ads in the latest version of google adsense. But this time with a slightly different version.

After google adsense issued a new rule that is for ad links that are no longer enforced and replaced with ads of different types. However, even though Google Adsense has stopped applying these link ads, we as bloggers can still create ad links on the latest version of AdSense now.

However, this method requires a manual method, we cannot make it automatically through the ad unit code provided by Google Adsense. Therefore see the explanation that I give below.

How To Create Google Adsense Link Ads in New Adsense 2020

The first stage, first enter the blogger dashboard
  • Select settings
  • Theme
  • Edit HTML
If you have entered the HTML menu, press the CTRL + F key to facilitate searching. Then find the code below.

<style type='text/css'>

Then if you have found the code, copy the CSS code below and paste it directly above the <style type='text/css'> code.

<style type='text/css'>
.iklan_bawah { width: 336px; height: 280px; }
@media (max-width:450px) { .iklan_bawah { width: 300px; height: 250px; } }
@media (min-width:500px) { .iklan_bawah { width: 336px; height: 250px; } }
@media (min-width:800px) { .iklan_bawah { width: 680px; height: 250px; } }
</style>

If all of the above you have done, the next step is you must first create an ad unit. You just need to make a responsive ad, and you take the SERVICE ID number & the AD UNIT number.

Then if you have, copy the code below.

<ins class="adsbygoogle iklan_bawah"
     style="display:block"
     data-ad-client="YOUR SERVICE ID"
     data-ad-slot="YOUR AD UNIT CODE"
     data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Replace the yellow text with the ID SERVICE & AD UNIT CODE that you have made through the responsive ad earlier. You can place these stacked ad links in your posts or through the blogger widget.

For those of you who don't know how to place ads above posts, below posts & in the middle of posts, you can follow the methods below.

Keyword : Google adsense link ads, How To Create Adsense Link Ads in New Adsense 2020, How to create Adsense link ad unit code, how to make adsense link ads in new adsense, adsense link ads, how to create google adsense link ads for blogger in new adsense, how to create link ads in adsense 2019, data-ad-format="link", adsense link ads, how to create link ads in adsense, google adsense blogger tutorial

Post a Comment for "How To Create Adsense Link Ads in New Adsense 2020"