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.
Solved! Go to Solution.
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:
Thanks
Prabhat Upadhyay
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:
Thanks
Prabhat Upadhyay
thanks @Prabhat25. can you please let me know if this will work. As, I see these values format in the signals.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies