> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resume Collection

> Resume event collection after it was paused.

<Warning>
  **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](/articles/sdks/web-js/configurations/consent-options#shouldcheckzeotapvendorconsent)
</Warning>

The `resumeCollection` method restarts event collection if it was previously paused using the `pauseCollection` method.

## Syntax

```javascript theme={null}
resumeCollection()
```

## Usage Example

```javascript theme={null}
import { resumeCollection } from 'zeo-collect';

// Resume data collection
resumeCollection();
```

## Related Methods

* [pauseCollection](/articles/sdks/react-native/api-reference/pause-collection) - Pause event collection
