
1
Targeting Only iPhone or Android Users
Hi everyone,
Is there a way to set up an email to display, for example, two different CTAs, one for iPhone users and one for Android users?
For example, I can target with one CTA the desktop openers and with another one the mobile users, but I don't really know how to go deeper. For example, I want to send the iPhone users to the iTunes and the Andoid users to Google Play.
Thanks a lot!
First thing that comes to mind is to create device specific @media queries with show and hide classes {display : none !important; }
Then you will get;
iphone; hide iTunes image in all - but show in iphone media queries
Android: show Google PLay in all, but hide in iphone media queries
http://cssmediaqueries.com/target/
I was using
@media (pointer:coarse) {}
to target Android (4.4.2 and up) but unfortunately iPhone 6s is now showing this too.I made something like this a while ago.... I think it is still valid for most devices.
https://litmus.com/builder/28f4295