Tracking custom events
warning:
The Braze Windows SDK is deprecated as of March 24, 2022.
- March 24, 2022: No new Windows apps can be created in the Braze dashboard.
- September 15, 2022: No new messages can be sent to Windows apps. Existing messages and data collection are unaffected.
- January 15, 2023: Braze will no longer serve messages or collect data from Windows apps.
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. We also recommend familiarizing yourself with our event naming conventions.
All events are logged by using the EventLogger
, which is a property exposed in IAppboy. To obtain a reference to the EventLogger
, call Appboy.SharedInstance.EventLogger
. You can use the following methods to track important user actions and custom events:
1
bool LogCustomEvent(string YOUR_EVENT_NAME)