I am unable to increment the session count for a user. I have tried the following:
This one just doesn't do anything:
user.increment("sessions")
This creates a new attribute in Intercom called "session_count":
user.increment("session_count")
Any ideas?