4

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.

Mike Causer
  • 8,196
  • 2
  • 43
  • 63
freeall
  • 3,187
  • 4
  • 24
  • 31
  • Of course it is possible to read a cookie (as long as that is not HTTP-only). Have you tried anything? Please provide examples of the cookie values if you need help with them. – Bergi May 01 '13 at 13:45

1 Answers1

7

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

Sara
  • 499
  • 3
  • 8