Use Adobe Campaign to send push notifications on Android devices. Global concepts on delivery creation are presented in this section.
Start by creating a new delivery.
With Firebase Cloud Messaging, you can choose between two types of messages:
Data message, handled by the client app.
Messages are sent directly to the mobile application which will generate and display the android notification to the device. Data messages contain only your custom application variables.
Notification message, handled automatically by the FCM SDK.
FCM automatically displays the message on your users’ devices on behalf of the client app. Notification messages contain a predefined set of parameters and options but can still be further personalized with custom application variables.
For more information on Firebase Cloud Messaging messages types, refer to FCM documentation.
Go to Campaign management > Deliveries.
Click New.
Select Deliver on Android (android) in the Delivery template drop-down. Add a Label to your delivery.
Click To to define the population to target. By default, the Subscriber application target mapping is applied. Click Add to select your service.
In the Target type window, select Subscribers of an Android mobile application and click Next.
In the Service drop-down, select your previously created service then application and click Finish.
The Application variables are automatically added depending on what was added during the configuration steps.
Select data message as Message Type.
Edit your rich notification.
You can add information in your previously configured Application variables if needed. Application variables needs to be configured in the Android service and are a part of the message payload sent to the mobile device.
Click Save and send your delivery.
The image and web page should be displayed in the push notification when received on the subscribers’ mobile Android devices.
Additional options for notification message are only available with HTTP v1 API configuration. For more on this, refer to this section.
Learn how to create an Android push notification in video
Go to Campaign management > Deliveries.
Click New.
Select Deliver on Android (android) in the Delivery template drop-down. Add a Label to your delivery.
Click To to define the population to target. By default, the Subscriber application target mapping is applied. Click Add to select your service.
In the Target type window, select Subscribers of an Android mobile application and click Next.
In the Service drop-down, select your previously created service then application and click Finish.
Select notification message as Message Type.
Add a title and edit your message. Personalize your push notification with the Notification options:
For more on the Notification options and how to fill these fields, refer to FCM documentation.
If your application is configured with HTTP v1 API protocol, you can further personalize your push notification with the following HTTPV1 additional options:
For more on the HTTP v1 additional options and how to fill these fields, refer to FCM documentation.
You can add information in your previously configured Application variables if needed. Application variables needs to be configured in the Android service and are a part of the message payload sent to the mobile device.
Click Save and send your delivery.
The image and web page should be displayed in the push notification when received on the subscribers’ mobile Android devices.