Hi there,
I'm looking for a documentation about Push Notification Tracking.There is only a blog post about this topic and it contains only IOS codes: http://blogs.adobe.com/digitalmarketing/mobile/are-you-measuring-your-push-notifications/
Therefore, I need a more detailed documentation about it which contains IOS and Android codes.
Do you know any?
Thanks,
Merve
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hey Merve,
I won't provide any specific Android code, but I will give you this link which provides you all you need to know about the Android push message payload: https://developer.android.com/google/gcm/adv.html#payload
Note the 4k limit. You likely won't run into the size limit, but the process is largely the same. Make sure you put a variable in the payload of your push message, then handle it as desired in your Android activity.
Hope this helps.
steve benedick
mobile software engineer
Views
Replies
Total Likes
Hey Merve,
I won't provide any specific Android code, but I will give you this link which provides you all you need to know about the Android push message payload: https://developer.android.com/google/gcm/adv.html#payload
Note the 4k limit. You likely won't run into the size limit, but the process is largely the same. Make sure you put a variable in the payload of your push message, then handle it as desired in your Android activity.
Hope this helps.
steve benedick
mobile software engineer
Views
Replies
Total Likes
Hi there,
Thanks for reaching out!
Please go through the below docs and see if they help:
https://marketing.adobe.com/resources/help/en_US/mobile/android/messaging.html
https://marketing.adobe.com/resources/help/en_US/mobile/ios/messaging.html
Thanks!
Views
Replies
Total Likes