Expand my Community achievements bar.

SOLVED

Rule Based trait Creation -Android Version greater than or equal to 8

Avatar

Level 3

Hi,

 

I would like to create rule based trait if Android version greater than or equal to 8. The below doesn't seem to be working. Do we need to manually create if value contains Android 8.0, Android 9.0, Android 10.0 etc.

 

MA1985v1_0-1624988582426.png

 

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

 

You can use Platform-level keys to capture devices based on os version 

d_device_os_version = 5_0

You have to create three conditions one for version 8 second for 9 and third for 10 using OR operator, You can also create rule using Regex.

Please check below documentation for more detailed information:

https://experienceleague.adobe.com/docs/audience-manager/user-guide/features/traits/trait-device-tar...

 

Thanks 

Prabhat Upadhyay

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi,

 

You can use Platform-level keys to capture devices based on os version 

d_device_os_version = 5_0

You have to create three conditions one for version 8 second for 9 and third for 10 using OR operator, You can also create rule using Regex.

Please check below documentation for more detailed information:

https://experienceleague.adobe.com/docs/audience-manager/user-guide/features/traits/trait-device-tar...

 

Thanks 

Prabhat Upadhyay

Avatar

Level 3

thanks @Prabhat25. can you please let me know if this will work. As, I see these values format in the signals.

 

MA1985v1_0-1625079866809.png