Skip to content

Commit

Permalink
♻️ Update push analytic property names
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt authored and iujames committed Sep 17, 2024
1 parent 1d5fd08 commit 1cc6c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/AppcuesKit/Push/PushMonitor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ internal class PushMonitor: PushMonitoring {
) {
if !parsedNotification.isTest {
let properties: [String: Any?] = [
"notification_id": parsedNotification.notificationID,
"notification_version": parsedNotification.notificationVersion,
"push_notification_id": parsedNotification.notificationID,
"push_notification_version": parsedNotification.notificationVersion,
"workflow_id": parsedNotification.workflowID,
"workflow_version": parsedNotification.workflowVersion,
"workflow_task_id": parsedNotification.workflowTaskID,
Expand Down

0 comments on commit 1cc6c4d

Please sign in to comment.