You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,11 @@ Outputs are **IAB‑3.0–compatible IDs** for OpenRTB/VAST, with optional **vec
42
42
Use the bundled fetcher to sync to the latest Content Taxonomy files from the official IAB GitHub repository. It will locate the latest 2.x and 3.x datasets and normalize them into this tool’s schemas.
Include IAB attribution in your deployed UI/footer:
370
374
> “IAB is a registered trademark of the Interactive Advertising Bureau. This tool is an independent utility built by Mixpeek for interoperability with IAB Content Taxonomy standards.”
Map **IAB Content Taxonomy 2.x** labels/codes to **IAB 3.0** locally with a deterministic→fuzzy→(optional) local-embeddings pipeline.
22
-
Outputs are **IAB-3.0–compatible IDs** suitable for OpenRTB/VAST, with optional **vector attributes** (Channel, Type, Format, Language, Source, Environment) and **SCD** awareness.
Map **IAB Content Taxonomy 2.x** labels/codes to **IAB 3.0** locally with a deterministic → fuzzy → (optional) semantic pipeline.
50
+
Outputs are **IAB‑3.0–compatible IDs** for OpenRTB/VAST, with optional **vector attributes** (Channel, Type, Format, Language, Source, Environment) and **SCD** awareness.
51
+
52
+
> Local-first by default. No external APIs are required; LLM re‑rank is optional.
53
+
54
+
---
55
+
56
+
## 📚 Table of Contents
57
+
58
+
- [✨ Features](#-features)
59
+
- [Why migrate to IAB 3.0?](#-why-migrate-to-iab-30)
- [📎 Official IAB References](#-official-iab-references)
70
+
- [🧯 Troubleshooting](#-troubleshooting)
71
+
- [📦 Example Commands](#-example-commands)
72
+
- [📜 License](#-license)
73
+
74
+
---
75
+
76
+
### Update catalogs (fetch latest from IAB)
77
+
78
+
Use the bundled fetcher to sync to the latest Content Taxonomy files from the official IAB GitHub repository. It will locate the latest 2.x and 3.x datasets and normalize them into this tool’s schemas.
TBD by Mixpeek. Include IAB attribution in your deployed UI/footer:
407
+
MIT. See [LICENSE](LICENSE).
408
+
409
+
Include IAB attribution in your deployed UI/footer:
232
410
> “IAB is a registered trademark of the Interactive Advertising Bureau. This tool is an independent utility built by Mixpeek for interoperability with IAB Content Taxonomy standards.”
0 commit comments