Title: Zoofi Ads.txt Helper for AdSense
Author: zoofiai
Published: <strong>August 27, 2026</strong>
Last modified: August 28, 2026

---

Search plugins

![](https://ps.w.org/zoofi-ads-txt-helper-for-adsense/assets/banner-772x250.png?
rev=3668614)

![](https://ps.w.org/zoofi-ads-txt-helper-for-adsense/assets/icon-256x256.png?rev
=3670546)

# Zoofi Ads.txt Helper for AdSense

 By [zoofiai](https://profiles.wordpress.org/zoofiai/)

[Download](https://downloads.wordpress.org/plugin/zoofi-ads-txt-helper-for-adsense.1.1.6.zip)

 * [Details](https://wordpress.org/plugins/zoofi-ads-txt-helper-for-adsense/#description)
 * [Reviews](https://wordpress.org/plugins/zoofi-ads-txt-helper-for-adsense/#reviews)
 *  [Installation](https://wordpress.org/plugins/zoofi-ads-txt-helper-for-adsense/#installation)
 * [Development](https://wordpress.org/plugins/zoofi-ads-txt-helper-for-adsense/#developers)

 [Support](https://wordpress.org/support/plugin/zoofi-ads-txt-helper-for-adsense/)

## Description

Zoofi Ads.txt Helper for AdSense gives site administrators one clear workflow for
adding and checking Google AdSense publisher code and ads.txt without editing theme
files or managing a physical ads.txt file.

Enter a valid publisher ID once. The plugin then:

 * Normalizes `ca-pub-1234567890123456`, `pub-1234567890123456`, or the 16 digits
   alone.
 * Loads the standard Google AdSense site-wide publisher script in the document 
   head through the WordPress Script API.
 * Serves the matching Google `DIRECT` record at the site’s root `/ads.txt` URL.
 * Shows the exact generated ads.txt record in WordPress admin.
 * Provides an administrator-triggered live diagnostic that fetches only the site’s
   own public homepage and `/ads.txt` URL.
 * Detects missing, duplicate, or mismatched Google publisher loaders in public 
   homepage HTML.
 * Verifies that `/ads.txt` is publicly reachable and contains the expected publisher
   record.
 * Flags a physical root-level `ads.txt` file that may override WordPress rewrites.
 * Flags active plugins commonly used for advertising or header-code insertion as
   potential overlap signals.
 * Stores no analytics and sends no configuration data to Zoofi.
 * Shows administrators an optional review reminder after three days of configured
   use, with Maybe Later and permanent opt-out controls.

Potential plugin overlap is informational only. The plugin does not disable, edit,
or reconfigure another plugin.

The live diagnostic runs only when an administrator clicks **Run Live Diagnostics**.
Diagnostic results are cached temporarily and cleared after publisher settings change.

### External services

This plugin integrates with Google advertising services only after an administrator
saves a publisher ID.

On public front-end pages it loads the Google AdSense JavaScript library from `https://
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js`. This request is necessary
to use the Google publisher loader configured by the plugin. The request is made
directly by the visitor’s browser to Google. Google may process visitor data according
to its terms, privacy practices, cookies, consent requirements, and advertising 
policies.

The plugin also makes administrator-triggered HTTP requests to the WordPress site’s
own homepage and `/ads.txt` URL for diagnostics. Those self-requests are not sent
to Zoofi.

Google AdSense Terms and Conditions: https://www.google.com/adsense/new/localized-
terms
 Google Privacy Policy: https://policies.google.com/privacy Google AdSense
Program policies: https://support.google.com/adsense/answer/48182

### Privacy

Zoofi Ads.txt Helper for AdSense does not create visitor profiles, analytics records,
or tracking cookies of its own. Once configured, it loads Google’s publisher script
on public pages; Google may process visitor data according to Google’s own terms
and privacy policy. Site owners are responsible for any consent mechanism, privacy
notice, or regional compliance required for their use of Google advertising services.

The plugin stores one WordPress option containing the normalized publisher ID and
one temporary diagnostic cache generated only after an administrator requests a 
live check.
 It also stores local WordPress options for the review-reminder start
time, snooze time, and permanent dismissal preference. These values are not sent
to Zoofi.

## Installation

 1. Upload the `zoofi-ads-txt-helper-for-adsense` folder to `/wp-content/plugins/`,
    or install the plugin ZIP from Plugins > Add New > Upload Plugin.
 2. Activate Zoofi Ads.txt Helper for AdSense.
 3. Go to Settings > Zoofi Ads.txt Helper for AdSense.
 4. Enter your Google publisher ID.
 5. Click Save & Apply.
 6. Click Run Live Diagnostics to verify the public installation.

## FAQ

### Which publisher ID formats are accepted?

You can enter `ca-pub-1234567890123456`, `pub-1234567890123456`, or only the 16 
numeric digits. The plugin stores the normalized `pub-` form.

### Does this edit header.php?

No. The Google publisher loader is added through the WordPress Script API, so theme
files are not modified.

### Does this write a physical ads.txt file?

No. The plugin serves a virtual `/ads.txt` response through WordPress rewrites. 
A physical root-level `ads.txt` file may be served by the web server before WordPress;
the plugin reports that condition in diagnostics instead of overwriting the file.

### What do the diagnostics check?

When an administrator explicitly runs diagnostics, the plugin requests the site’s
own public homepage and `/ads.txt` URL. It checks HTTP availability, the expected
publisher ID, duplicate Google publisher loaders, mismatched publisher IDs, the 
expected Google DIRECT ads.txt row, physical ads.txt conflicts, and common plugin-
overlap signals.

### Does the overlap check disable other plugins?

No. It only reports active plugins commonly used for advertising or header-code 
insertion so an administrator knows where to investigate a duplicate setup. It never
edits or disables another plugin.

### Does this create ad units or guarantee AdSense approval?

No. It configures and verifies the publisher loader and the Google ads.txt declaration.
It does not create ad units, manage an AdSense account, or guarantee approval, monetization,
crawl timing, or policy compliance.

### Does Zoofi receive my publisher ID or diagnostic data?

No. The saved publisher ID remains in the WordPress database. The live diagnostic
requests only the WordPress site’s own public URLs. No diagnostic data is sent to
Zoofi.

### Does the plugin ask for a review?

After a publisher ID has been configured for three days, administrators may see 
a small WordPress admin notice asking for an honest review. **Maybe Later** snoozes
the reminder for 30 days, and **Don’t Ask Again** permanently disables it. The reminder
does not block the dashboard and no review is required to use any plugin feature.

### What happens on uninstall?

The saved publisher ID, cached diagnostic result, and review-reminder preferences
are removed.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Zoofi Ads.txt Helper for AdSense” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ zoofiai ](https://profiles.wordpress.org/zoofiai/)

[Translate “Zoofi Ads.txt Helper for AdSense” into your language.](https://translate.wordpress.org/projects/wp-plugins/zoofi-ads-txt-helper-for-adsense)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/zoofi-ads-txt-helper-for-adsense/),
check out the [SVN repository](https://plugins.svn.wordpress.org/zoofi-ads-txt-helper-for-adsense/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/zoofi-ads-txt-helper-for-adsense/)
by [RSS](https://plugins.trac.wordpress.org/log/zoofi-ads-txt-helper-for-adsense/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.6

 * Added an optional WordPress admin review reminder after three days of configured
   use.
 * Added Leave a Review, Maybe Later (30-day snooze), and Don’t Ask Again controls.
 * Review-reminder preferences stay local to WordPress and are removed on uninstall.

#### 1.1.5

 * Updated the WordPress.org contributor username to `zoofiai` after plugin ownership
   transfer.
 * Prepared new plugin-specific WordPress.org icons that represent ads.txt setup
   and verification.

#### 1.1.4

 * Added the plugin version to the enqueued publisher script to prevent stale browser
   caching and satisfy WordPress resource-version checks.

#### 1.1.3

 * Renamed the plugin to Zoofi Ads.txt Helper for AdSense to clarify that AdSense
   is a third-party integration.
 * Changed the requested WordPress.org slug and Text Domain to `zoofi-ads-txt-helper-
   for-adsense`.
 * Updated the Contributors field to match the submitting WordPress.org account.

#### 1.1.2

 * Updated WordPress compatibility header to Tested up to 7.1.
 * Aligned the package identifiers and Text Domain after automated submission checks.
 * Added the declared `/languages` directory for translation compatibility.

#### 1.1.1

 * Improved the plugin display name for clearer purpose and WordPress.org listing
   clarity.
 * Updated the plugin slug, text domain, admin labels, and package identifiers to
   match the new name.

#### 1.1.0

 * Added live publisher diagnostics for the site’s own homepage and `/ads.txt`.
 * Added duplicate Google loader detection.
 * Added configured-ID mismatch detection.
 * Added public ads.txt HTTP and record verification.
 * Added foreign Google publisher ID warnings.
 * Added physical root ads.txt conflict detection.
 * Added potential overlap signals for common advertising and header-code plugins.
 * Switched publisher loader output to the WordPress Script API.
 * Expanded privacy and external-service documentation.
 * Removed the non-unique root Plugin URI header.

#### 1.0.0

 * Initial release.
 * Added one-field publisher ID setup.
 * Added automatic Google publisher header loader.
 * Added virtual root `/ads.txt` output.
 * Added validation and uninstall cleanup.

## Meta

 *  Version **1.1.6**
 *  Last updated **20 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.3 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [ads](https://wordpress.org/plugins/tags/ads/)[ads.txt](https://wordpress.org/plugins/tags/ads-txt/)
   [advertising](https://wordpress.org/plugins/tags/advertising/)[diagnostics](https://wordpress.org/plugins/tags/diagnostics/)
 *  [Advanced View](https://wordpress.org/plugins/zoofi-ads-txt-helper-for-adsense/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/zoofi-ads-txt-helper-for-adsense/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zoofi-ads-txt-helper-for-adsense/reviews/)

## Contributors

 *   [ zoofiai ](https://profiles.wordpress.org/zoofiai/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/zoofi-ads-txt-helper-for-adsense/)