▪️Navigating players to Promotion and Landing pages
Prepare index.html (needed for Promotions and Landings)
<html>
<head>
...
</head>
<body style="margin:0">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
<!-- Smartico init: start -->
<script>
const _smartico_label_public_key = 'your label key here';
const _smartico_label_public_key = 'your brand key here';
const _smartico_language = 'br';
</script>
<!-- DO NOT REMOVE SMARTICO_INIT_SCRIPT from this page -->
%SMARTICO_INIT_SCRIPT%
<!-- Smartico init: end -->
</body>
</html>
Enabling visitor mode (for Landings only)
Passing 'User ID' in the URL (for Promotions only)

The user_hash should be calculated in the following way
Building a link to the promo page from emails, push, popups, etc
Last updated
Was this helpful?