Pixalate.com

advertising Pixalate\.com

Pixalate ad fraud detection and brand safety crawler

About this crawler

Pixalate.com is a web crawler identified by the regular-expression pattern Pixalate\.com in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block Pixalate.com 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
Pixalate.com
Pattern
Pixalate\.com
Tags
advertising
Reference
https://www.pixalate.com/
Added
2026/04/26
Instances
1 known sample(s)

Sample User-Agent strings

Pixalate.com/1.0

Block this crawler

robots.txt — disallow Pixalate.com:

User-agent: Pixalate.com Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Pixalate\.com [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Pixalate\\.com") { return 403; }
← back to all crawlers