IABCategories
Read data on Interactive Advertising Bureau (IAB) categories.
Table Specific Information
Select
For the Id column, the = operator is fully supported server-side. The IN operator is partially supported server-side and partially client-side. Refer to the query examples below:SELECT * FROM IABCategories WHERE Id = 'IAB9-30';
SELECT * FROM IABCategories WHERE Id IN ('IAB9-30', 'IAB17-21');
The rest of the query is processed client-side.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the IAB category. | |
| URN | String | The URN of the IAB category. | |
| Name | String | The name of the IAB category in 'en_US' locale. | |
| IABName | String | The original name of the IAB category, as described in the OpenRTB 2.3 specification. | |
| ParentId | String | The unique identifier of the parent IAB category. |