Skip to content

Commit d5d6003

Browse files
committed
Merge branch 'MRK-1077' of https://github.com/novuhq/docs into MRK-1077
2 parents 73d229d + c446ba1 commit d5d6003

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/platform/integrations/push/push-activity-tracking.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The process involves a four-step data flow from your subscriber's device to Novu
1717

1818
## Step 1: Enable push activity tracking in Novu
1919

20-
First, you need to enable the feature in your Novu dashboard and retrieve the necessary credentials.
20+
Enable push activity tracking in your Novu dashboard and get the necessary credentials.
2121

2222
1. Log in to the Novu dashboard.
2323
2. Navigate to the **Integration Store** page and then select your push provider.
@@ -82,8 +82,7 @@ The goal is to capture the event and send a JSON payload to your backend. You ne
8282
platform: 'android',
8383
};
8484

85-
fetch("https://your-api.com/api/notifications/events
86-
", {
85+
fetch("https://your-api.com/api/notifications/events", {
8786
method: "POST",
8887
headers: { "Content-Type": "application/json" },
8988
body: JSON.stringify(eventData),

0 commit comments

Comments
 (0)