Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Data Feed - Mobile Device Type data not showing (updated)

Avatar

Level 1

We have a data feed that includes the MOBILEDEVICE field however, when we extract the data to our S3 bucket it only contains NULLs.   We can see from the Workspace that we are getting data:

1715634_pastedImage_1.png

But we do not see any data coming from the data feed.

Any pointers on where this data sits in the data feed?

Just found information in USER_AGENT field.   Next question is how do I attain the groupings above (Mobile Phone, Other, Tablet....)?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

In place of relying on USER_AGENT sent by browser I would custom set platform and device type ("desktop", "mweb", "ios", "android" etc.) value in a custom propX and than look for post_propX in data feed. If you want to go a hard way to find it... Following links can help you find a way out.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox

User Agent Strings - Google Chrome

Thanks,

Asheesh

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi,

In place of relying on USER_AGENT sent by browser I would custom set platform and device type ("desktop", "mweb", "ios", "android" etc.) value in a custom propX and than look for post_propX in data feed. If you want to go a hard way to find it... Following links can help you find a way out.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Browser_detection_using_the_user_agent

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox

User Agent Strings - Google Chrome

Thanks,

Asheesh

Avatar

Level 2

Hi there,

I'm not sure you found an answer, so here is mine: mobiledevice column will stay undefined unless you match it with mobile_id column, with a specific lookup table (can't remember the name). It works like browser.tsv lookup table, except you have to ask Adobe Customer Care to get the file.

You should ask to get the file periodically since new devices appear regularly, with a new mobile_id to match with its name. Usually you get a new file every month.

mobile_id

Nicolas

Avatar

Community Advisor

Dear William,

Did any of the above method work for you? If yes, please mark the answer correct to close the thread.

Thank You!

Arun