简体   繁体   中英

Analytics on web page viewing

I have an existing ruby on rails webapp. Now I am realizing the need of adding some sort analytics feature for sales and marketing purpose. I have used a javascript api to obtain the viewer's location information. Each time the webpage is viewed by any user , the system shoots a mail to me (admin here). Now I need some additional information along with the viewer's location. We send mails containing the url of our webapp for marketing purpose. Now the viewers of our webapp may come either from normal google search or by clicking the link , sent through mails.

I need this specific information, ie which link is clicked by the viewer. Is it normal google search result or the link sent through mails.

Please do not suggest me for google analytics. Any other suggestions are welcome. Because it needs to be hard coded in my system.

Thanks in advance!!!

看看这个宝石Ahoy( https://ankane.github.io/ahoy/

查看segment.io ,然后可能与keen keen.io集成

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM