Tutorials
Use Consent Categories
Keep Fluxyn informed about consent so gated logic behaves correctly.
Use consent categories when another system, such as your CMP, decides whether analytics or ads consent is granted.
Typical pattern
- A CMP emits a readiness or consent-update event.
- An Event Trigger listens for that event.
- Update Consent Categories maps the CMP values into Fluxyn.
- Any consent-aware logic can then read the latest state.
Why this matters
Consent is global context. Once you update it, later flows can read the current consent snapshot from $consent.
What to watch out for
- Map explicit values like granted and denied clearly.
- Updating consent does not automatically release held events unless you choose to do that too.
Next step
If your page should queue events until consent is ready, continue to Use held events and bypass events.