プッシュ通知データを記録する
Braze SDKを通してプッシュ通知データを記録する方法を学習する。
Logging data with the Braze API (recommended)
You can log analytics in real-time by making calls to the /users/track
endpoint. To log analytics, send the braze_id
value from the Braze dashboard to identify which user profile to update.
Manually logging data
Depending on the details of your payload, you can log analytics manually within your FirebaseMessagingService.onMessageReceived
implementation or your startup activity. Keep in mind, your FirebaseMessagingService
subclass must finish execution within 9 seconds of invocation to avoid being flagged or terminated by the Android system.
guide/swift/analytics/logging_push_data.md developer_ %}
New Stuff!