GP

Google PP Default

advertising Google PP Default

Google Publisher Profiles bot

About this crawler

Google PP Default is a web crawler identified by the regular-expression pattern Google PP Default in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block Google PP Default traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

1.2%
latest snapshot
2026-06-04
matched key: AdsBot-Google
2026-05-012026-06-041.5%

Technical details

Name
Google PP Default
Pattern
Google PP Default
Tags
advertising
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

Mozilla/5.0 (en-us) AppleWebKit/537.36 (KHTML, like Gecko; Google PP Default) Chrome/27.0.1453 Safari/537.36

Block this crawler

robots.txt — disallow Google PP Default:

User-agent: Google PP Default Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Google PP Default [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Google PP Default") { return 403; }
← back to all crawlers