1.1.3 • Published 1 year ago

iab-categories v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago