Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Can we retrieve device type (e.g. desktop vs mobile) #167

Closed
mariana-s-fernandes opened this issue Sep 14, 2023 · 1 comment
Closed

Comments

@mariana-s-fernandes
Copy link

mariana-s-fernandes commented Sep 14, 2023

Is it possible to return the device type, whether it's desktop or mobile? I can't find that in the parsing functions.

This Snowplow enrichment says to be using ua-parser and it has that info, so I was wondering if possible to get directly this package.

@masklinn
Copy link
Contributor

Is it possible to return the device type, whether it's desktop or mobile? I can't find that in the parsing functions.

Sadly that is not supported no, I assume snowplow maintains that mapping internally. uap-python is a frontend for the uap-core dataset, which does not currently include / expose this information.

You may want to subscribe to ua-parser/uap-core#534 which is basically this query in uap-core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants