▪️Acquisition mode
Smaritco can act on anonymous users by sending pop-ups, Push notifications, and showing Mini-Games.
This is called 'Acquisition mode' and is mainly used on the landing pages on the stage when the user hasn't registered yet.
From the setup perspective, 'Acquisition mode' requires a separate label on the Smartico side; this way, real users and anonymous users are fully separated, and the operator can build an independent setup for the anonymous.
Technical setup
Load the Smartico script on the landing page.
On the front-end of the landing pages, set the Smartico script in the following way
Be sure you use label and brand keys for the acquisition label, not those used for registered users!
Set the current language of the landing page
Support different domains for landing pages.
In case the landing page is hosted on a domain that is different from the main domain of the site
Setup libraries that are needed for push notifications in the same way as explained in Step 3 of Front-end integration guide
When the user is redirected from the landing page to the main site, pass in the URL the ID of the visitor from the landing page using the following code
What is possible to do in the Acquisition mode
You can request permissions for push notifications using Smatico campaigns with deep links or just by calling JavaScript: _smartico.requestPushPermissions()
You can send Popups and run Mini-games
You can do basic segmentation by:
Country
Browser type
Push permissions status
Note: if your main goal is to run mini-games on the landing page and you don't plan to use Popups and Push notifications, there is a simplified setup that you can find in this guide
Last updated