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 resumeCollection method restarts event collection if it was previously paused using the pauseCollection method.

Syntax

resumeCollection()

Usage Example

import { resumeCollection } from 'zeo-collect';

// Resume data collection
resumeCollection();
Last modified on June 25, 2026