Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

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!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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