poMMo icon indicating copy to clipboard operation
poMMo copied to clipboard

Mail tracking is not completely supported by pommo

Open mayur333 opened this issue 11 years ago • 5 comments

i had installed latest version and configured all stuff in Pommo. Sent emails hits are also showing in Mailing History. here problem is i could not see which subscriber/ user had see my mail, how many clicked to link, how many view mail multiple times. Leads information are not provided here. will anyone please help me to do this? this is high priority task to me.

mayur333 avatar Aug 26 '13 10:08 mayur333

Hello Mayur,

I won't be able to work on this task soon, but if you want to do it yourself you can probably create a different view on the mailings history page showing exactly which user view the e-mail. The information is already being recorded on the mailing_hits table of pommo.

Regards, Adrian

soonick avatar Aug 27 '13 04:08 soonick

Hello Sir,

           Very thankful to your reply and your valuable time. I have

got the information from csv file. sir there is only mail id and date information of user. i want to know about which link they open, how many times they open the links, and related stuff. I want to know generated leads from my mails , so i can calculate who are my potential customer. Sir please guide me.

On Tue, Aug 27, 2013 at 9:45 AM, Adrian Ancona Novelo < [email protected]> wrote:

Hello Mayur,

I won't be able to work on this task soon, but if you want to do it yourself you can probably create a different view on the mailings history page showing exactly which user view the e-mail. The information is already being recorded on the mailing_hits table of pommo.

Regards, Adrian

— Reply to this email directly or view it on GitHubhttps://github.com/soonick/poMMo/issues/169#issuecomment-23312229

mayur333 avatar Aug 27 '13 09:08 mayur333

Hello Mayur,

Pommo only tracks that the user viewed the e-mail. If someone clicks on a link on the e-mail which directs to your site, you should be able to track it with whatever analytics framework you use. There is another ticket that may be related (https://github.com/soonick/poMMo/issues/144), but I don't know much about it.

Regards, Adrian

soonick avatar Aug 28 '13 06:08 soonick

Hello Sir,

Thank you again for considering my problem. in future if there is any solution regarding this then please let me know. if i will got any solution then i will send you mail. we will extend our contact on linked-in my mail id is [email protected] please send me request and mention pommo in message.

On Wed, Aug 28, 2013 at 12:14 PM, Adrian Ancona Novelo < [email protected]> wrote:

Hello Mayur,

Pommo only tracks that the user viewed the e-mail. If someone clicks on a link on the e-mail which directs to your site, you should be able to track it with whatever analytics framework you use. There is another ticket that may be related (#144 https://github.com/soonick/poMMo/issues/144), but I don't know much about it.

Regards, Adrian

— Reply to this email directly or view it on GitHubhttps://github.com/soonick/poMMo/issues/169#issuecomment-23394468

mayur333 avatar Aug 28 '13 06:08 mayur333

To be able to see which user has clicked a link, a link should be used that goes through a handler. This handler can then bring the user to it's real address. One of the systems that provides such statistics for links and sites is http://piwik.org/. Although it should be possible to implement this feature. I'm going to look into the code of poMMo to see if I can contribute to this system.

altshiftzero avatar Nov 04 '13 10:11 altshiftzero