Keep track of your customer’s feature usage with the track
route
value
to increase the balance counter, which is
useful for increasing a feature limit (eg, if a customer removes a seat).feature_id
to identify the feature. You can instead use the event_name
parameter to link usage to different events in your application. This can be useful when:
email_generation
, social_media_generation
, and blog_post_generation
. total-generations
and blog-posts
.total_generations
will be tied to all 3 events, while blog_posts
will only be tied to the blog_post_generation
event.event_name
or feature_id
when recording usage.
Check that you’re sending the correct one in the request, especially if you’re
using a mix of snake_case
and kebab-case
.