tracking-quality-spider
Affiliate marketing network tracking and verification
About this crawler
tracking-quality-spider is a web crawler identified by the regular-expression pattern tracking-quality-spider in the User-Agent request header. It is categorised as advertising. Use the regex above to detect, log, allow, or block tracking-quality-spider 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
- tracking-quality-spider
- Pattern
tracking-quality-spider- Tags
- advertising
- Reference
- https://datadome.co/bots/awin-com-crawler/
- Added
- 2026/04/17
- Instances
- 1 known sample(s)
Sample User-Agent strings
Mozilla/5.0 (compatible; tracking-quality-spider/0.1; https://www.awin.com)
Block this crawler
robots.txt — disallow tracking-quality-spider:
User-agent: tracking-quality-spider
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} tracking-quality-spider [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "tracking-quality-spider") {
return 403;
}
← back to all crawlers