UNPKG

iab-taxonomies

Version:

The [IAB Taxonomies](https://github.com/InteractiveAdvertisingBureau/Taxonomies/) are a set of categories and subcategories for use in advertising. These standards developed by the [IAB Tech Lab](https://iabtechlab.com/standards/) are intended to be used

7 lines (4 loc) 208 B
import { get as getIabTaxonomies } from '../../src/index.js'; import fs from 'node:fs'; const data = await getIabTaxonomies(); fs.writeFileSync('./data/iab-taxonomies.json', JSON.stringify(data, null, 2));