Reputation: 23
I am tracking email open using custom PHP code.
I have placed a <img src="wesbite.com/email-open/?EO=1&uID=13&nID=9a" >
which helps me in tracking the email open, I want to track the device in which the email has been opened for eg. Mobile, Desktop/Laptop, I tried using HTTP_USER_AGENT
but it always gives one value "desktop". When I open this link wesbite.com/email-open/?EO=1&uID=13&nID=9a
in my own browser from phone and PC it works fine.
I need a better way to track the device in which the email was opened.
Upvotes: 1
Views: 1035