내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Identifying Operating System with Data Insertion API

Avatar

Level 1

I'm currently using the Data Insertion API but the Operating System report is showing my OS as "Unknown". How do I identify the request as from Android? The JAR is using JAVA in the URL, but that's not in the doc

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3
5 답변 개

Avatar

Level 3

I believe you would pass this via the "userAgent" field or via the HTTP headers if you are sending a POST request.  Using the Android SDK instead might be a better alternative as it takes care of it for you.

Avatar

Level 1

Thanks for the reply. I am using GET and not POST. Should I still use the "userAgent" field?

Avatar

Level 3

If you are using GET then you would likely need to make sure you are sending the user-agent http header

The "userAgent" field can be used if you using POST / xml.  I believe this is noted in the documentation.

Avatar

Level 1

Thanks, btripple. Could you give me an example or point me to the docs where this is noted? I'm not able to find this.

Avatar

정확한 답변 작성자:
Level 3