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 SDK from collecting events for user actions.

Syntax

Collect.getInstance().pauseCollection()

Usage Example

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