HOW TO Track How Many Recipients Open Your Mail IN RAILS?
please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN
HOW TO Track How Many Recipients Open Your Mail IN RAILS?
please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN
On 4/21/2010 10:54 PM, Tony A. wrote:
HOW TO Track How Many Recipients Open Your Mail IN RAILS?
please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN
Can’t be done. There is no way to know for sure who has/hasn’t read an
e-mail.
Here are some ways you can attempt it, but none of them work 100% (or
even 50%)
Email tracking can be done with a fair amount of accuracy but it is a
pain
to implement. The basic theory is that you can embed a 1px by 1px image
in
your emails that must be downloaded from your server. When the user
loads
the email, as long as they allow it to request images from external
servers,
the image will be linked with a unique query string that when the image
is
requested, is passed via the url to your rails controller. This unique
identifier can be matched via your models to the specific user that has
that
token associated with their account. Once checking with the model,
checking
out what email user made the request, the controller then rather than
rendering html or partial actually returns an image back to the user
request
and as far as they know, most users wont be able to tell the difference.
this is not 100% accurate though and will take time to implement. There
arent any plugins or gems that I know of being available that handle
this.
Maybe I’m wrong and someone else will know though
–Kevin
This is really the most accurate way but takes alot of jumping through
hoops
to get it to work.
On 4/22/2010 8:38 AM, Kevin Hopkins wrote:
and as far as they know, most users wont be able to tell the difference.
this is not 100% accurate though and will take time to implement. There
arent any plugins or gems that I know of being available that handle this.
Maybe I’m wrong and someone else will know though–Kevin
This is really the most accurate way but takes alot of jumping through hoops
to get it to work.
It also doesn’t work if the users client blocks remote content (most
do).
On Apr 23, 2:01 am, Walton H. [email protected] wrote:
out what email user made the request, the controller then rather than
to get it to work.It also doesn’t work if the users client blocks remote content (most do).
hallo sir can help me in how to track the forwaard mails and
whether its opened by user
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs