By default, VWO Engage triggers an opt-in box for users on pages where VWO Engage JavaScript file is present.
If you wish to disable this, and instead want to trigger opt-ins manually, you can push the following event in the global _pcq queue.
Parameters:
- noTrigger: Command to set the flag noTrigger.
- Value (Boolean): Denotes whether default opt-in is disabled.
Refer to the syntax below:
_pcq.push(['noTrigger', true]); //disables default opt-in
window._pcq = window._pcq || [];
_pcq.push(['noTrigger',true]); //disables automatic opt-in