Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Create and Manage Ads.txt Files in WordPress

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Do you want to create and manage an ads.txt file in WordPress?

If your website gets caught up in fraudulent advertisements, then it can damage your reputation and cost you money. By adding a simple ads.txt file to your website, you can protect your site, partners, and publishers from advertising fraud and possibly increase your ad revenue.

In this article, we will show you how to easily create and manage an ads.txt file in WordPress.

How to create and manage ads.txt files in WordPress

Why Create and Manage Ads.txt Files in WordPress?

Ads.txt is short for ‘Authorized Digital Seller.’ It’s a file that shows which companies are approved to sell ads on your WordPress website and helps stop fake ads from appearing.

If you make money blogging from ads (like with Google AdSense), it’s a good idea to add an ads.txt file to your website.

The reason is that some unauthorized parties may pretend to have your permission to sell ads on your WordPress blog. This could lead to showing bad or misleading ads, which can be dangerous for your reputation and your users’ safety.

The ads.txt file is like a guard. It stops anyone not on your approved list from selling ads on your WordPress blog. This way, you’ll be securing your website and making sure only the ads of trusted partners actually appear.

With that in mind, let’s see how you can create and manage an ads.txt file in WordPress. We will walk you through two different methods. You can use these quick links to skip to a specific one:

Creating and managing an ads.txt file requires a little bit of coding. If you are not comfortable with adding custom code on your own, then this process may seem overwhelming.

That’s why we recommend using WPCode, which is the best code snippet plugin on the market. With this, you won’t have to directly tinker with your WordPress code and worry about breaking your website.

This plugin acts as a user-friendly interface where you can easily and safely insert custom code into your WordPress website. You can view all of the codes you’ve added in one place so that you can keep track of your customizations.

WPCode - Best WordPress Code Snippets Plugin

For this guide, we will use the WPCode Pro version. While there is a free WPCode plugin, the feature we need for managing ads.txt files is in the Pro version.

First things first, go ahead and install WPCode. You can follow our step-by-step guide on how to install a WordPress plugin if you need some guidance.

Next, make sure to activate the WPCode Pro license key. Simply go to Code Snippets » Settings and insert your license key where appropriate. Then, select the ‘Activate Key’ button.

You can tell the activation is successful when the button text changes to ‘Deactivate Key.’

Enter WPCode license key

Now, let’s go to Code Snippets » File Editor. Here, you will see that the plugin already has a built-in ads.txt manager feature.

What you have to do now is write the following information in this format: domain, published ID, relationship type, and advertising platform ID (optional).

For example, here we are adding Google AdSense as an approved advertising platform:

google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0

The first field is the domain of the company that is allowed to sell or resell your ad inventory. In the above example, that’s google.com.

After that, you’ll add the publisher ID, which is unique to your account. Here, it is pub-0000000000000000. If you are not sure where to find this ID, then you can check the network or platform’s online documentation for more information.

Make sure to get the ID right. Otherwise, you may face the ‘Earnings at risk’ error.

The third section declares the relationship type, which is either DIRECT or RESELLER. Direct means the publisher works directly with the AdTech vendor.

Meanwhile, reseller means the publisher has authorized a third party to resell on their behalf, such as an ad network or ad management solution.

The last field is the ID of the advertising platform, which is optional.

Creating ads.txt file with WPCode

You can now add as many platforms and resellers as you want. Just make sure to add each organization on its own line.

Once you are done, simply scroll down and click ‘Save Changes.’

Saving the ads.txt file on WPCode

Now, anyone can read your site’s ads.txt file.

To see the file in action, simply add ads.txt to the end of your domain name, such as www.example.com/ads.txt.

An example of an ads.txt file in WordPress

Method 2: Create an Ads.txt File in WordPress Using Ads.txt Manager (Free)

Another way to create an ads.text file is by using Ads.txt Manager. This free plugin adds a simple code editor where you can type in all your authorized platforms and networks.

The first thing you need to do is install and activate the Ads.txt Manager plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, head over to the Settings » Ads.txt page.

Creating an ads.txt file for your WordPress website

This opens a simple code editor where you can add each platform or reseller details on its own line, just like before.

When you are happy with the information you’ve entered, click on the ‘Save Changes’ button.

Publishing an ads.txt file on your website or blog

How to Fix the Earnings at Risk Error in Google AdSense

If you use Google AdSense, there is a chance you may see the following error in your AdSense account:

Earnings at risk – One or more of your ads.txt files doesn’t contain your AdSense publisher ID. Fix this now to avoid severe impact to your revenue.

This just means your ads.txt file doesn’t have the right publisher ID.

To fix this issue, log into your AdSense page using your Google email address and password. You’ll find the ID next to the following field: ‘This email is associated with the AdSense account.’

The Google AdSense advertising platform

Now, simply go to WPCode’s File Editor or Ads.txt manager and find the line that adds Google AdSense as an authorized provider. Then, change the text so that it uses the right ID.

After that, save your change to store your settings. Now, if you visit your Google AdSense account again, the error message should have disappeared.

We hope this tutorial helped you learn how to create and manage ads.txt files in WordPress. You may also want to learn how to increase your blog traffic or check out our expert pick of the best WordPress popup plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

103 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jiří Vaněk says

    I was also initially alerted that I didn’t have an ads.txt file. However, I eventually chose the path of manually creating and uploading it via FTP to save WordPress from additional plugins. Therefore, I recommend the same. Alternatively, if anyone has a file manager in WordPress in the form of a plugin, they can simply create a text file named ads.txt with the code and upload it to the root directory of WordPress via FTP.

  3. Ahmed Omar says

    I just received this message few days ago “Earnings at risk – You need to fix some ads.txt file issues to avoid severe impact to your revenue.”
    This post solved my issue
    Thank you

Leave a Reply to Karnav Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.