You might find the following questions and answers useful for Android, iOS, React Native, Flutter, and Cordova integrations.
What does the getMessageCenterData method do?
The getMessageCenterData method allows you to retrieve push notifications sent to your users over the past three months, within a defined range and quantity. The method supports retrieving up to 100 message data entries at a time.
Do users need to log in to use this method?
No, users do not need to log in. Providing either the Insider ID or UDID information is sufficient to use this method.
What do the camp_id values in the method response represent?
The camp_id values correspond to the following types of campaigns:
0: Single Push
2: Conversion Push
3: Recurring Push
5: Geofence Push
6: API Push
7: App Architect Push
Can message data also be retrieved via an API?
Yes, you can retrieve message data using the Get Message Center API. This API provides access to detailed message data for push notifications and other communications sent through Insider's platform.