Documentation

IAB TCF Support

The c15t backend optionally supports IAB TCF v2.3, including Global Vendor List (GVL) management and TC String generation.

CMP Registration

Inth, c15t's hosted platform, is IAB TCF certified. If you use Inth instead of self-hosting, the CMP ID is automatically provided to clients — no additional configuration needed.

If you self-host, you need your own CMP registration with IAB Europe and must configure your CMP ID via iab.cmpId. Registering your own CMP may also involve IAB Europe fees, so check IAB Europe's current CMP registration terms and pricing before choosing this route. The backend returns this value in the /init response so clients use the correct CMP identity in TC Strings.

Enable IAB

The backend fetches the GVL from https://gvl.inth.com by default and caches it. The /init endpoint returns the filtered GVL and your CMP ID to the frontend, so use the same iab.cmpId pattern in every self-hosted configuration.

Custom GVL Endpoint

Point to your own GVL mirror:

Bundle GVL by Language

Pre-bundle the GVL to avoid runtime fetches:

Custom Non-IAB Vendors

Add your own vendors alongside IAB-registered ones:

TC String

When IAB TCF is enabled, consent records include a tcString field — the encoded TC String that can be passed to vendors. The frontend SDKs handle this automatically when using mode: 'hosted'.