adbeat.com

advertising adbeat\.com

Competitive intelligence bot for digital ad tracking

About this crawler

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

Sample User-Agent strings

Mozilla/5.0 (iPad; CPU OS 15_3_1 like Mac OS X) adbeat.com/policy AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3.1 Mobile/15E148 Safari/604.1

Block this crawler

robots.txt — disallow adbeat.com:

User-agent: adbeat.com Disallow: /

Apache .htaccess — return 403:

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

Nginx — return 403 inside a server block:

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