How To create a custom ads.txt for your Blogger site

To create a custom ads.txt for your Blogger site, you need to add the information that includes your AdSense Publisher ID. Here's the basic format for the ads.txt file to use in your Blogger account:

rust
google.com, pub-5972386401551539, DIRECT, f08c47fec0942fa0

This line of code indicates:

  1. google.com - The AdSense network.

  2. pub-5972386401551539 - Your AdSense Publisher ID.

  3. DIRECT - This shows that the inventory is directly controlled by you.

  4. f08c47fec0942fa0 - This is the AdSense certification ID, which is standard for all AdSense users.

Steps to implement on Blogger:

  1. Go to your Blogger Dashboard.

  2. Navigate to the "Settings" section.

  3. Scroll down to "Monetization" (if available) and check for a section to add a custom ads.txt file.

  4. Add the line:

    rust
    google.com, pub-5972386401551539, DIRECT, f08c47fec0942fa0
  5. Save your changes.

This will create a custom ads.txt file with your publisher ID, ensuring that ads on your site are properly validated by AdSense.

Let me know if you need further assistance!

Post a Comment

0 Comments