Ads Setup Custom Code To Set Manual Ads In Blog Post

This post is about increasing AdSense CPC, CTR, and especially AdSense revenue or earnings In 2026.

 

Web beginners eagerly expect to boost AdSense CTR, CPC, and earnings. So yeah, I have covered all the topics to increase the CPC rate and your revenue using Google AdSense.

I shared my AdSense-related video on my YouTube channel follow the same procedure which I have done in my video.

HTML Code

<div class=”desktopx”> //Place your ad code here </div> <div class=”mobilex”> //Place your ad code here </div>

CSS Codes

.desktopx{ display:block; } .mobilex{ display:none; } @media (max-width: 768px) { .desktopx{ display:none; } .mobilex{ display:block; } }

 

Section Targeting Codes

For this, Google has provided the following HTML tags. The Google ad-serving algorithm recognizes these tags:

<!– google_ad_section_start –>

<!– google_ad_section_end –>

 

Final Words

So this is how you can add custom ads using the codes.

Do not forget to use the coupon (promo) and discount code if you are willing to purchase a WordPress theme and plugins at a very good price.

Also, let me know if you are facing any issues while setting up the ads.

Leave a Comment