Page 1 of 1

How to implement delivery statistics

Posted: Thu Apr 16, 2009 6:41 pm
by eggshell
Hi,
According to the user manual, I know the delivery statistics is implemented via "tracking pixel". But I want to know the details of the implementation of this function. Which part of source code should I refer to? Thanks a lot.

Eggshell

Posted: Wed Apr 22, 2009 8:40 am
by maschoff
The tracking pixel information are stored in database table "onepixel_log_tbl". Just search the source code for use of this table.

Posted: Mon May 11, 2009 3:08 pm
by eggshell
From the manual, I noticed that the following would be placed in the email for email tracking:
<img src="http://company.openemm.org/g?000005510
00005180000071d2d3">

There is a service named 'OnePixelCount' for tracking the email. But I still don't understand how this service is triggered?

Posted: Mon May 11, 2009 4:55 pm
by eggshell
No more questions, I have implemented this function with Spring.

Thank you, ma!