Reprocessing in the Consent JavaScript SDK
How Reprocessing Works
Special Case: Single Page Applications (SPAs)
Controlling Reprocessing Reset
javascriptCopyEdit// Disable reprocessing reset (keep events across SPA navigations)
window.jentisApp.reprocessingCache_deactivate_reset();
// Enable reprocessing reset (default behavior)
window.jentisApp.reprocessingCache_activate_reset();Default Behavior
When to Call the Reset Functions
Last updated
Was this helpful?