diff --git a/content/send-notifications/message-statuses.mdx b/content/send-notifications/message-statuses.mdx index 51b04c909..b3cd4d654 100644 --- a/content/send-notifications/message-statuses.mdx +++ b/content/send-notifications/message-statuses.mdx @@ -134,7 +134,7 @@ Knock will implicitly manage this status only for the following channel configur - **Email** — [Knock open tracking](/send-notifications/tracking) needs to be enabled. - **In-app** — When you're using the [Knock ReactFeedProvider SDK](/in-app-ui/react/feed). -- **Push** — Not currently supported. +- **Push** — Not implicitly managed by Knock. However, you can manually set this status using the message engagement API with the `knock_message_id` from the push payload. If you're using one of Knock's mobile SDKs, this is handled automatically when a notification is tapped. - **SMS** — Not directly supported. But, if [Knock link tracking](/send-notifications/tracking) is enabled, we will count a link-click action as also an open event. - **Chat** — Not directly supported. But, if [Knock link tracking](/send-notifications/tracking) is enabled, we will count a link-click action as also an open event. - **Webhook** — Not currently supported. @@ -151,7 +151,7 @@ Knock will implicitly manage this status only for the following channel configur - **Email** — [Knock link tracking](/send-notifications/tracking) needs to be enabled. - **In-app** — [Knock link tracking](/send-notifications/tracking) needs to be enabled for link-clicks to count towards this status. In addition, for in-app messages where the message is itself a link, message clicks will also count. (Note: that clicking “mark all as read” does not result in a message being marked as clicked; rather, as the phrasing implies, we bulk update the message engagement statuses to opened/read.) -- **Push** — Not currently supported. +- **Push** — Not supported. Push notifications don't support clickable links within their content, so Knock link tracking is not available for push. To track tap events on a push notification, use the [`interacted` status](#interacted) with its `metadata`. - **SMS** — [Knock link tracking](/send-notifications/tracking) needs to be enabled. - **Chat** — [Knock link tracking](/send-notifications/tracking) needs to be enabled. - **Webhook** — Not currently supported.