Hello there, i am a new user of piwik.
I have my website in symfony framework. I have a twig variable {{ app.user.username }}, and the variable displays th username. How can i track it on piwik? Something like
i cant figure out how to do it. Please help me.
I have my website in symfony framework. I have a twig variable {{ app.user.username }}, and the variable displays th username. How can i track it on piwik? Something like
var visitor_id; _paq.push([ function() { visitor_id = {{ app.user.username|json_encode|raw }}; }]);????
i cant figure out how to do it. Please help me.