jasculs
Member
So I'm trying to call specific variables from a script for a product tour software that I'm using.
The software is able to recognized the property id but it is not recognizing the variable output.
Is there a way I can format this so then the software I use can identify the values?
This is what I have so far:
This is the documentation for the software installation:
www.louassist.com
www.louassist.com
It recognizes the script but it's not recognizing the values
Thank you!
The software is able to recognized the property id but it is not recognizing the variable output.
Is there a way I can format this so then the software I use can identify the values?
This is what I have so far:
Code:
<xf:js>LOU.identify('$xf.visitor.user_id',
{
usergroup: '$xf.visitor.user_group_id',
username: '$xf.visitor.username',
url: '$xf.fullUri',
message_count: '$xf.visitor.message_count',
})
</xf:js>
This is the documentation for the software installation:
Lou | Docs - Installation

Lou | Docs - Installation

It recognizes the script but it's not recognizing the values
Thank you!