Expand my Community achievements bar.

SOLVED

Push Notification Tracking

Avatar

Level 1

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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