cancel
Showing results for 
Search instead for 
Did you mean: 

Push notifications to Android or iOS from SAP Marketing Cloud

deanmg1
Participant

Hi,

We are implementing the Firebase integration for Push Notifications from SMC

There is nothing we have found documenting how the process determines if the receiving device is iOS or Android, how does campaign execution determine the device type?

Is it based on a method during collection of the Permission/Origin creation with the Firebase ID?

Cheers,

Dean

Accepted Solutions (0)

Answers (4)

Answers (4)

mourad_mourad
Explorer

Hello Dean,

In the process of performing the push to FCM, more specifically while building the request body, SAP Marketing Cloud invokes Google service IID passing the device token. One of the results fields returned by this service is the "platform" field which corresponds to the device type (e.g. ANDROID, IOS).

I hope this answers your question.

Thanks & Best Regards,

Mourad

deanmg1
Participant

Yeah, that's it, thanks Mourad

The SMC invocation of the Google service ID - this is done at campaign execution, correct?

mourad_mourad
Explorer
0 Kudos

Hello Dean,

Yes, this is performed at the campaign execution level.

Thanks & Best Regards,

Mourad

KunalBansal
Active Contributor

Dear deanmg,

Hope this helps. Thank you.

Best Regards,

Kunal Bansal

Senior Marketing Consultant

deanmg1
Participant

Thanks Kunal - yeah, all of that is setup. More a question on the determination of device type. Mourad has provided an answer though

0 Kudos

Hi Team,

I am able to receive push notifications on the mobile app but not able to receive events back to SMC. When click on the notification it redirects to the Home page.

I have configured based on guidelines but no success

https://help.sap.com/viewer/45b22e12a43f4cad9b2eb05dc8e278c4/2108.500/en-US/eb6f687c50294bd29f615f15...

Can anyone suggest what is the structure of the response that should be sent in order to map it to a specific user?

This standard payload type I m following:

https://help.sap.com/viewer/45b22e12a43f4cad9b2eb05dc8e278c4/2108.500/en-US/9ad014d47c1640bca7012afe...

Regards

Abhishek

0 Kudos

Hi kunalkumar.bansal ,

I understand that each device has a different Payload for Push Notifiction, but please tell me how SAP Marketing Cloud determines the appropriate device (IOS and Android) and sends it.

Regards,

Arun Anandan

0 Kudos

Same Problem I am facing. Trying to run Push notification campaign for Mobile Target group but no notification received on devices.

Is this correct or wrong