NOTICE BOARD:
99.9% QUESTIONS ALREADY HAVE WELL RESEARCHED ANSWERS
We do not allow copy and paste-like most forums are known for. Our posts are unique and all member must abide with this rule or get kicked out!!!
How to create link ads Adsense explained below
Am A Crypto/Blockchain Enthusiast, SEO Expert and Web/Digital Marketing Consultant At Foskaay. Available to work remotely as a decade+ Experienced FREELANCER - Skilled in SEO (Search Engine Optimization Consultant), Copywriting, WordPress, Social Media, Marketing Strategy, Public Speaking, Team Building, Cryptocurrency/Blockchain and Online Marketing. Strong business development professional and founder of many digital-based projects including world no1 crypto dictionary app and best questions and answers platform in the world!
In this guide, I will take you step by step how to create a link ad in your Adsense account. I have come to realise recently when testing things out with ads performance on this forum that text ads work and convert better than banner ads because it seems to blend much better than a banner ad.
[the_ad id="623"]
After so much digging, I finally found the solution to create text link ads in Adsense even though the feature has been officially removed so you can not create it directly from your Adsense dashboard again since 2019 updates.
Follow these steps to create text link ads in AdSense:
1) Login to your Adsense account
2) Click on Ads
3) Switch from Sites option to Ads Units
4) Select The first responsive banner ads option and create one
5) Copy the code and edit just one single line as below
The original responsive ads code you will get from Adsense account:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- FoskaayForum_LinkTextAdsOnly -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7686312364288737"
data-ad-slot="3542922281"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
To change it to display just text link ads, then edit the line in bold below and replace the "auto" with "link".
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- FoskaayForum_LinkTextAdsOnly -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7686312364288737"
data-ad-slot="3542922281"
data-ad-format="link"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
That is all, copy and place it where you want it to display text link ads Adsense just like you seeing around this blog.
Comment your experience below and share the post.
[the_ad id="623"]
Am A Crypto/Blockchain Enthusiast, SEO Expert and Web/Digital Marketing Consultant At Foskaay. Available to work remotely as a decade+ Experienced FREELANCER - Skilled in SEO (Search Engine Optimization Consultant), Copywriting, WordPress, Social Media, Marketing Strategy, Public Speaking, Team Building, Cryptocurrency/Blockchain and Online Marketing. Strong business development professional and founder of many digital-based projects including world no1 crypto dictionary app and best questions and answers platform in the world!