How to Display a Lightbox on Specific Pages Often, Digioh users don’t want to show pop-ups on every page of their site. Or, they may want to target...
Getting Started Support FAQ Welcome to Digioh! Before you create your first widget, take a few minutes to tour the Digioh platform. Once you’re...
Why aren’t my mobile re-directs working? Different mobile devices handle redirect links differently. If your mobile redirect isn’t working, you may need to adjust your redirect...
Digioh’s Data Storage Settings When a user submits a campaign, Digioh can store that submission data in your account, making it available for reporting,...
How To Add A Dropdown Menu To Your Pop Up What You’ll Learn in This Article: Add a Custom Field: In the form editor, choose a custom field and enable...
How to populate a campaign with content from a jQuery selector Use a jQuery selector to pull live content from any element on your site and drop it into a Digioh...
How to Output Messages to Console from Custom JS Digioh has a “private console” system. By default, it does not immediately display messages to the console: console.log(message); DIGIOH_API.log(message); These...
How to Manually Trigger a Lightbox via API Use the following Digioh API call in Custom JS (Parent): api.LIGHTBOX.loadLightbox(lightbox_guid); Where lightbox_id is the long GUID for the particular...
How do I test campaigns on my site? Our Test URL feature allows you to see what pop-ups look like on your website before you’re ready to go...
How to Delete an Email Address from Digioh To delete a specific email address from Digioh, follow these steps. Go to Reporting on the top navigation bar when you...
How to Launch QA JavaScript to a Staging URL Digioh’s QA mode makes it easy to trigger pop-ups on test URLs on your site. However, in most cases, you...
How to add users to a Campaign Monitor Segment in a list If you are setting up a Digioh integration by yourself, we first recommend reading about Digioh Integration Basics. 1. First,...
How to Integrate with Campaign Monitor Campaign Monitor’s powerful email marketing platform provides design, personalization and automation tools that help brands send stunning emails. Digioh integrates...
How can I trigger re-evaluation of Campaign conditions? Sometimes due to user interaction, the state of your page changes in a way that would cause another Digioh campaign...
Digioh and Single Page Apps (SPA) https://help.digioh.com/knowledgebase/digioh-app-marketplace/ Digioh fully supports Single Page Apps, websites that are built as a single web page rendered by JavaScript (e.g....