Google AdMob Reward Verification

Safe Block: No Verified robots.txt: No

Confirms completed rewarded ad views using server-side callback validation.

Key facts

Operator
Google
Family
Google
Purpose
Unknown
User-Agent
google-admob-reward-verification
Should you block it?
No
Verified
Yes
Respects robots.txt
No
Identity type
Unknown
Confidence
Medium
Last verified
2026-04-19
Last checked
2026-04-19

Bot details

Identity

User-Agent
google-admob-reward-verification
robots.txt token
google-admob-reward-verification

Ownership

Operator
Google
Family
Google
Type
Unknown
Purpose
Unknown

Verification and trust

Source type
Unknown
Confidence
Medium
Last verified
2026-04-19
Last checked
2026-04-19
Verification
Verified on bots.fyi. Treat as a webhook/service identifier rather than a browser-style crawl signature.
Spoofing risk
User-agent strings can be spoofed. For allow-listing or low-friction rules, pair the published identifier with operator documentation or cryptographic verification when available.

Blocking and detection

Robots

User-agent: google-admob-reward-verification
Disallow: /

Cloudflare

(http.user_agent contains "google-admob-reward-verification")
Advanced server rules

Apache

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} google\-admob\-reward\-verification [NC]
RewriteRule ^ - [F,L]

Nginx

if ($http_user_agent ~* "google-admob-reward-verification") { return 403; }

Notes

Canonical directory identifier: google-admob-reward-verification Robots.txt handling in the directory: no.

Operator documentation: https://support.google.com/admob/answer/9603226?hl=en

Evidence and source

  • Verified on bots.fyi. Treat as a webhook/service identifier rather than a browser-style crawl signature.
  • Confirms completed rewarded ad views using server-side callback validation.
  • User-agent strings can be spoofed. For allow-listing or low-friction rules, pair the published identifier with operator documentation or cryptographic verification when available.