Search code examples
javascriptcookiesbrowserkissmetrics

Is it possible to read a property from KISSmetrics?


We're using KISSmetrics to track our users, and I want to read a property I've set on a user.

Is this possible? It's ok that it's just the data that it stored in a cookie, but I just want to read it.

If not, is there any way to just get some of the standard properties like "returning" which could be used to see if this user is a new visitor/signup.


Solution

  • No, KISSmetrics does not allow you to read properties you've set via JavaScript. Only the user's identity is available.