iab-categories
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

iab-categories

List of IBA categories with code

Description

IAB categories are standard classifications that publishers and brands use to categorise web content and, therefore, improve targeting.
Based on the IAB Tech Lab Content Taxonomy, the categories are defined under two tiers. Tier 1 encompasses broader categories such as Arts & Entertainment and Health & Fitness, and Tier 2 defines these even further, covering more specific ‘subcategories’ such as Television and Nutrition, enabling more precise targeting or exclusions. The same content can be classified under multiple IAB categories.

How to use

in the package there is 4 function

getAllCategories() // return all the categories 
getAllCategoriesIds() // return all the categories parents ID
getAllCategoriesNames() // return all the categories parents names

findCategoryById("IAB1") // return all the categories children object
{
    id: "IAB1"
    name: "Arts & Entertainment"
    chilled: Array(7)
}

Issues

please open issue in GitHub repo to fix it URL

Note

the package worked with typescript and javascript

created by Eliassallom

Readme

Keywords

Package Sidebar

Install

npm i iab-categories

Weekly Downloads

0

Version

1.1.3

License

ISC

Unpacked Size

92.7 kB

Total Files

20

Last publish

Collaborators

  • eliassalom