another question, when I open the option “My Device” on my own computer, on the tab details I can see a field named “Used By” that contains the email address used by me. Do you know if is it possible to have this information in a query, if this data is stored in a table?
k
Kathy Satterlee
10/05/2023, 8:56 PM
Hey @Guilherme Monteiro! Device mapping is coming from this query to gather logged in Google Chrome users. You can include that info in your queries by joining the
google_chrome_profiles
table in the same way you're getting the hostname from your previous question.