How to identify visitors coming to website on Google Pixel 7 and higher devices via Target? | Community
Skip to main content
August 20, 2024
Solved

How to identify visitors coming to website on Google Pixel 7 and higher devices via Target?

  • August 20, 2024
  • 1 reply
  • 524 views

How to create an audience for people coming from specific Mobile phone models in Target?

 

I am trying to get an audience for users of Google Pixel 7 models and higher

I do see a field called ‘Device Marketing Name’ in Target, but it does not have models beyond Pixel 7.

 

Any help would be appreciated!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ryanr7

Hi @vivin1,

I can confirm I only see the Pixel 7 and lower values currently as well. Those should get update at some point, but it may depend on the partner Adobe uses for that data. In the meantime, you could use a profile script to capture the user agent. This would work:

 

return user.browser;

 

Then you could pull that profile into an audience and set your rule to check when the user agent profile script contains the strings "Pixel 8" or "Pixel 9".

Hope that helps!

R

1 reply

ryanr7Adobe EmployeeAccepted solution
Adobe Employee
August 20, 2024

Hi @vivin1,

I can confirm I only see the Pixel 7 and lower values currently as well. Those should get update at some point, but it may depend on the partner Adobe uses for that data. In the meantime, you could use a profile script to capture the user agent. This would work:

 

return user.browser;

 

Then you could pull that profile into an audience and set your rule to check when the user agent profile script contains the strings "Pixel 8" or "Pixel 9".

Hope that helps!

R