IABCategories
Provides access to standardized Interactive Advertising Bureau (IAB) categories used for audience and content classification.
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 | Unique identifier assigned to the IAB category. | |
| URN | String | Uniform Resource Name (URN) that uniquely identifies the IAB category within LinkedIn's taxonomy. | |
| Name | String | Display name of the IAB category in the 'en_US' locale. | |
| IABName | String | Original name of the IAB category as defined in the Open Real-Time Bidding (OpenRTB) 2.3 specification. | |
| ParentId | String | Unique identifier of the parent IAB category, used to establish category hierarchy. |