listeven989 / email.dev

open sourced email outbound
https://emaildev.vercel.app
1 stars 2 forks source link

add ip address and ip address location to link clicks section #59

Closed steven4354 closed 1 year ago

steven4354 commented 1 year ago

lets track the ip address of the link clicks and the location from the link clicks e.g. san francisco, california

https://capture.dropbox.com/GYPPIPJgrIcWK5KK

i think some of the link clicks aren't real, and just buy the email client so this info will help us better figure out if they are real link clicks or fake

mundia416 commented 1 year ago

@steven4354 tracking userAgent seems to be more effective, what are your thoughts?

Added the fact that in order to get the location requires passing the IP address to an external API because the location isn't readily available in an express route request

mundia416 commented 1 year ago

https://github.com/steven4354/email.dev/pull/62 added tracking of user agent to identify automated link clicks