Skip to content

Commit

Permalink
fix super properties link
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Apr 3, 2012
1 parent c9ae05e commit bd4df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.mdown
Expand Up @@ -53,7 +53,7 @@ If you want to add properties to the event you can do the following:
This code snippet is taken from the MixpanelEventSample Project. Line 15-20 of the `MixpanelEventSampleViewController.m` file.

# Super Properties #
Super properties are an easy way to store data about your users. They are global properties that get attached to everything you are tracking. More information can be found [here](http://mixpanel.com/api/docs/guides/super-properties “super properties”).
Super properties are an easy way to store data about your users. They are global properties that get attached to everything you are tracking. More information can be found [here](https://mixpanel.com/docs/properties-or-segments/how-do-i-set-a-property-every-time).

If you want to register a super property for your current user, you can do it as follows:

Expand Down

0 comments on commit bd4df76

Please sign in to comment.