Skip to main content
Important: Please ensure your CMP configuration includes new Vendor ID 1469 for 1st Party data tracking. Additionally, include Vendor ID 301 if cookie sync is enabled. Learn more
The pauseCollection method temporarily suspends the package from collecting events for user actions.

Syntax

pauseCollection()

Usage Example

import { pauseCollection } from 'zeo-collect';

// Pause data collection
pauseCollection();
Last modified on June 25, 2026