Skip to content

Tracking custom events

You can record custom events in Braze to learn more about your app’s usage patterns and to segment your users by their actions on the dashboard.

Before implementation, be sure to review examples of the segmentation options afforded by custom events, custom attributes, and purchase events in our Best practices. We also recommend familiarizing yourself with our event naming conventions.

1
AppboyBinding.LogCustomEvent("event name");

Braze also supports adding metadata about custom events by passing a Dictionary of event properties:

1
AppboyBinding.LogCustomEvent("event name", properties(Dictionary<string, object>));

REST API

You can also use our REST API to record events. Refer to the users API documentation for details.

HOW HELPFUL WAS THIS PAGE?
New Stuff!