> <script>
> function ultracsMautic(){
> var b = (function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
> w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
> m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
> })(window,document,'script','/js/mtc.js','mt');
>
> return b;
> }
>
> setInterval(function(){ ultracsMautic() }, 5000);
> </script>
I HAVE CREATED segment and then in the segment Fields I gave Visited URL as my index.html file.
But after I visit this page , what cookies or local storage it will store in webiste ?
also I went mautic segments I cant see any anonymus user in the segments i have created.
I am not sure I understand your first part of the topic, however inside Mautic in the contacts view on the top right part you have a toggle button that will allow you to see anonymous users.
EDIT: Based on @mikew response below this statement is false. Also as far as I know there is no option to see any anonymous users in the segment’s view. This is only available on the “Contact’s” screen.
like in above question after i have added the scripts , how the user related details will store in local storage ? for example any user can visit the abc.html page but how mautic will know the username and firstname ? this is like anyonymus user ? so how this will capture ?
am new to mautic so please help to understand ? is it we have to ifrmae the form from mautic to abc.html so the user submit form and this will store the user details in localstorage ?
like in above question after i have added the scripts , how the user related details will store in local storage ? for example any user can visit the abc.html page but how mautic will know the username and firstname ? this is like anyonymus user ? so how this will capture ?
am new to mautic so please help to understand ? is it we have to ifrmae the form from mautic to abc.html so the user submit form and this will store the user details in localstorage ?