Manual Boot
PushPrime usually ask the users for opt-in as soon as it is ready. But sometimes users want to manually start the opt-in so that they could control the flow (for example by adding an opt-in button somewhere on the page or by showing a consent dialog manually).
Auto boot should be turned off before loading of the page. This option can't be turned off once the opt-in has started by auto boot. Auto boot can be turned off by setting the autoBoot option to false.
pup.push({"autoBoot" : false});
This can be done right after adding the embed code into your document. You can later invoke the opt-in by calling the following method.
pup.bootTokenRetriever()