▪️Popups
Last updated
Last updated
Smartico system is designed to have an easy but clever marketing flow for your players. In order to be successful you will have to decide on many configurations along the way, as well as on the materials you will be using.
The Popup is one of the most successful channels in our system as the Popup will appear within your platform therefore the target is only one click away. Impression, click ratio and therefore conversion is one of the highest out of all the communication channels.
Navigate to Marketing tab -> Assets -> Popup
Click on the Create button
Firstly choose the Resource name (recommended to reflect the most possible it's usage).
Choose the popup template from our predesigned options. All templates are 100% customizable in order to keep your branding aligned.
Set the header image, the titles, the buttons to your content. Use Label Tags or any of the core elements of the platform for dynamic content.
Setup action items for the buttons you are using in the template. Redirect to a page or use a Deeplink, that will open the cashier or any given section of your platform.
You can use popups for communication of:
Deposit alerts
Mission unlocked, completed
Promotions
Invitations
Announcements
If your setup includes multiple brands, multiple currencies, multiple languages, or you want to send different variations entirely for different types of users like Bronze VIP, Dormant users, etc. You can use variations for different content based on any condition available on the platform. Read more about content variations in this article
▪️Content VariationsNote that the creation of custom templates requires basic knowledge of HTML, CSS and JSON structures.
Smartico has 30 built-in popup templates that have different visual presentations and functionality.
We found that most of the needs are covered with two templates, and we are recommending focusing on them as the first priority.
Popup with the image, title, subtitle, and 2 buttons.
Popup with image, title, sub-title, 2 buttons, and a confirmation check (Terms & Conditions)
If you cannot find the needed template or want to make a custom styling of the existing one, you can do that in the Marketing \ Templates \ Popup section.
Pick a template that is the closest by the layout and functionality to your idea and make a "Clone' of this template. Change the template name and description if needed.
In most cases, you will focus on the Body and Preview tabs.
In the Body section, you can edit the HTML and CSS of the template and in Preview you can see the results of your changes.
if you cloned one of the existing templates, in the HTML tab you will find specifics of building dynamic templates.
We are using Blueimp JavaScript template engine, which is flexible and easy to learn. You can find the capabilities of the engine on this page - https://github.com/smarticoai/JavaScript-Templates
The template engine is taking into the context "o" object that is holding configurations of specific resources based on the possible configuration described in the Configuration tab.
For example, the image configuration shown on the screen below is defined by following the configuration block
Example of the "Image" control defined by this configuration.
Here is an example of a basic template with inline comments
Note that CSS styles and custom attributes for HTML elements are used purely by Smartico templates. You can base your template on them or define your own CSS for the presentation
The queue system manages the delivery of pop-ups on the front end. This setting is enabled by default, meaning pop-ups will be queued and delivered one after the other, ensuring each pop-up is displayed only after the previous one is closed. If the pop-up queue system is disabled when a pop-up is already displayed, any additional pop-ups will be ignored and not exposed to the end user.
Keep in mind that the 'Pop-up Queue System' is not related to the 'Delivery timeout' option in the pop-up activity within Campaigns:
Delivery timeout is to keep it on the server until the next connection
The pop-up queue handles the case when 2 pop-ups are sent at the same time
This feature is enabled by default if you want to disable it please get in touch with your Success Manager!
To add a delay between pop-ups, please get in touch with your Success Manager!