Azure Notification Hub - Querying Notification Delivery Results by Tracking ID

Yen Chiang Liu 20 Reputation points Microsoft Employee
2024-10-24T06:50:48.5933333+00:00

How can the delivery results of notifications sent through Azure Notification Hub be tracked using the Tracking ID?

We met a issue where we want to track the delivery of notification

Normally, the Notification ID is used for obtaining the outcome results, but in this case, only the Tracking ID is available. What methods can be employed to query the notification's send results using the Tracking ID?

Do we have kusto log for this ?

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
326 questions
{count} votes

Accepted answer
  1. ajkuma 27,101 Reputation points Microsoft Employee
    2024-10-30T13:19:30.5+00:00

    Yen Chiang Liu, Apologies for the delayed response.

    As you have mentioned, we can leverage this' function to fetch the outcome via notificationId but not trackingId : NotificationHubClient.GetNotificationOutcomeDetailsAsync(string notificationId),

    Just to highlight, successful notifications mean simply that push notifications have been delivered to the external PNS (for example, APNs for iOS and macOS or FCM for Android devices). It is the responsibility of the PNS to deliver the notifications to target devices. Typically, the PNS does not expose delivery metrics to third parties.

    Please check this Azure doc: What telemetry features are available?

    I'm checking on this internally and will post back as soon as I have more updates.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.