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:

  1. noTrigger: Command to set the flag noTrigger.
  2. 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