For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Transfer

Start Data Transfer

The startDataTransfer() method resumes event sending and user identification or profile updates.

Netmera.startDataTransfer()
Netmera.startDataTransfer();

Stop Data Transfer

The stopDataTransfer() method pauses event sending and user identification or profile updates.

Netmera.stopDataTransfer()
Netmera.stopDataTransfer(); 

Last updated

Was this helpful?