문제

i am looking for an open source (preferred solution) or commercial way to include a pixel tracker in my gmail emails. nothing particularly complicated, I just want to know if you opened my last email or not ;-)

Many thanks!

도움이 되었습니까?

해결책

In the mail:

< img src="http://mydomain.com/mypixel.gif" alt="">

On the servers command line

grep mypixel.gif path/to/access.log

Provided you use an apache server and the logfile is called access.log (should be the default). Look at the grep manpage for options and exact syntax, but it doesn't get much less complicated or more open source than that (it might be that your tracking efforts are thwarted by the Gmail image proxy, though).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top