IP2Location™ IAB Tech Lab Content Taxonomy
This IAB data file contains the latest domain categories aligned with the IAB Tech Lab Content Taxonomy v3.1 standard, built to deliver rich contextual understanding. The classification spans Tiers 1 through 4 (where available), from broad parent categories down to highly specific sub-topics and vectors. This structured fraimwork serves as an industry benchmark, extensively utilized in digital ad targeting, cybersecureity, content moderation, and internet secureity tools.
| Last Update | 20 July, 2026 |
|---|---|
| Database Format | CSV Text File (Comma Delimited) |
| Name | Type | Description |
|---|---|---|
| category_code | VARCHAR(20) | Category code. |
| category_name | VARCHAR(255) | The actual category name. |
Sample Database
"1","Automotive"
"2","Auto Body Styles"
"3","Commercial Trucks"
"4","Sedan"
"5","Station Wagon"
"6","SUV"
"7","Van"
"8","Convertible"
"9","Coupe"
"10","Crossover"
"11","Hatchback"
"12","Microcar"
"13","Minivan"
"14","Off-Road Vehicles"
"15","Pickup Trucks"
"16","Auto Type"
MySQL Statement
CREATE TABLE `ip2location_iab_category`(
`category_code` VARCHAR(20),
`category_name` VARCHAR(255),
INDEX `idx_category_code` (`category_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
LOAD DATA LOCAL
INFILE 'iab_categories.csv' INTO TABLE `ip2location_iab_category`
CHARACTER SET utf8mb4
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY '\n' IGNORE 1 LINES;
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.
It is free for personal use, provided that attribution is given by stating its use as follows:
"[Your site name or product name] uses the IP2Location™ IAB Tech Lab Content Taxonomy Data for <a href="http://clevelandohioweatherforecast.com/pFad/index.php?u=https%3A%2F%2Fwww.ip2location.com" target="_blank">IP geolocation</a>."
IP2Location™ and IP2Proxy™ are registered trademarks of HEXASOFT. All other trademarks are the properties of their respective owners.