FAQ
Have a look to the systems status and don't hesitate to subscribe to updates: http://status.qubit.com/
Tue, 7 Aug, 2018 at 3:14 PM
- If you only need to target specific dimensions for the experiences to fire, you can use window.screen.width and window.screen.height and set the callback...
Tue, 12 Mar, 2019 at 4:29 PM
If you want to have two versions of an experience, then the best way would be to have one in the variation and the one in the control. In general, Qubit c...
Wed, 8 May, 2019 at 11:01 AM
The active tags are the ones that will fire on the page. The archived tags can be also considered as deleted. They do not load on the page; they're m...
Fri, 10 May, 2019 at 11:28 AM
options.getVisitorState().then(({ ipAddress }) => { if (allowedIPs.indexOf(ipAddress) > -1) { options.getBrowserState().then(({ ua...
Tue, 11 Jun, 2019 at 12:12 PM
There is a way to jump from the variation to the triggers and then back again, following the steps below. In the triggers, you can start by inserting the...
Mon, 1 Jul, 2019 at 10:04 AM