Google-Ads-Conversions
Google Ads conversions web crawler
About this crawler
Google-Ads-Conversions is a web crawler identified by the regular-expression pattern Google-Ads-Conversions in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block Google-Ads-Conversions traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- Google-Ads-Conversions
- Pattern
Google-Ads-Conversions- Tags
- advertising
- Reference
- https://developers.google.com/google-ads/api/docs/conversions/upload-online
- Added
- 2025/09/10
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 AppleWebKit/537.36 Chrome/139.0.7258.127 Safari/537.36 Google-Ads-Conversions
Block this crawler
robots.txt — disallow Google-Ads-Conversions:
User-agent: Google-Ads-Conversions
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Google-Ads-Conversions [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Google-Ads-Conversions") {
return 403;
}
← back to all crawlers