Edit in GitHubLog an issue

Push Notification Payload Keys

This document outlines the various push notification payload keys used by the Adobe Journey Optimizer.

Copied to your clipboard
{
"message":{
"android":{
"collapse_key": "new_message",
"priority": "HIGH",
"data":{
"adb_title":"Game Request",
"adb_body":"Bob wants to play chess",
"adb_sound" : "somesound_res",
"adb_n_count" : "3",
"adb_n_priority" : "PRIORITY_LOW",
"adb_channel_id": "cid",
"adb_icon" : "notification_icon",
"adb_image": "www.imageUrl.com",
"adb_a_type": "DEEPLINK/WEBURL/OPENAPP",
"adb_uri" : "deeplinkurl/weburl",
"adb_act": "[{\"label\":\"deeplink\",\"uri\":\"notificationapp://\",\"type\":\"DEEPLINK\"},{\"label\":\"weburl\",\"uri\":\"https://www.yahoo.com\",\"type\":\"WEBURL\"}]",
"some_custom_data_key": "some data"
}
}
}
}
KeyTypeDescription
adb_title
String
The push notification's title.
adb_body
String
The push notification's body.
adb_sound
String
The push notification's sound.
adb_n_count
String
The push notification badge count.
adb_n_priority
String
The push notification's priority. For more information, please read the Firebase documentation
adb_channel_id
String
The push notification's channel ID.
adb_icon
String
The push notification's icon resource name.
adb_image
String
The URL of the image to be displayed on the notification.
adb_a_type
enum
An enum that determines what type of action will be performed when the notification is clicked. It can be one of the following values: DEEPLINK, WEBURL, or OPENAPP.
adb_uri
String
The URI used for deeplinking. The deeplink is used to open the appropriate webpage or app screen when the notification is clicked.
adb_act
Array
An array that contains the action object(s).
adb_act.label
String
The label for custom action button.
adb_act.uri
String
The URI for custom action button.
adb_act.type
enum
The action type for custom action button. It can be one of the following values: DEEPLINK, WEBURL, OPENAPP.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.