Is it possible to read a property from KISSmetrics?

We use KISSmetrics to track our users, and I want to read the property that I set for the user.

Is it possible? It's normal that this is just the data that it stores in the cookie, but I just want to read it.

If not, is there a way to get some of the standard properties, such as a β€œreturn”, that could be used to find out if this user is a new visitor / signup.

+4
source share
1 answer

No, KISSmetrics does not allow you to read properties that you set using JavaScript. Only the user ID is available.

+7
source

All Articles