Missing field values (App ID, Carrier Name, Device Name, OS Version) in Analytics Events generated by Adobe Experience Platform Mobile SDK
Hi
I am working on updating the Adobe analytics using the Adobe Experience Platform Mobile SDK in our Android application. I think I finished updating the analytics feature using the Adobe Experience Platform Mobile SDK based on this official adobe document. I also set up the assurance feature provided by the Adobe Experience Platform Mobile SDK.
However, when I checked the raw data of the analytics event passed from our Android app using the Griffon tool, there were some missing field values.
"_requestDetails": [
{
"key": "App ID",
"value": null
},
{
"key": "Carrier Name",
"value": null
},
{
"key": "Device Name",
"value": null
},
{
"key": "OS Version",
"value": null
},
:
]
I have some questions regarding these missing field values.
1. Do I need to set these value in the Android app programmatically?
2. If so, please tell me how to set the values up, and reference documents.
3. Or is it automatically set up for the Android app via the Adobe Analytics server and Adobe Experience Platform Mobile SDK?
4. If so, please tell me how to set it up on Adobe Analytics server, and reference documentation.
If you have any questions, please let me know.
Thanks.

