Last updated 11 months ago
You can use the JS API to conditionally enable or disable a popup.
The following snippet enabled the specified popup.
nostojs(api => { api.enablePopup("popupCampaignId"); });
The following snippet disables the specified popup.
nostojs(api => { api.disablePopup("popupCampaignId"); });
id
String
✔
The identifier of the popup campaign