How to implement delivery statistics

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

eggshell
Posts: 3
Joined: Wed Apr 08, 2009 3:43 pm

How to implement delivery statistics

Post 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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

The tracking pixel information are stored in database table "onepixel_log_tbl". Just search the source code for use of this table.
OpenEMM Maintainer
eggshell
Posts: 3
Joined: Wed Apr 08, 2009 3:43 pm

Post 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?
eggshell
Posts: 3
Joined: Wed Apr 08, 2009 3:43 pm

Post by eggshell »

No more questions, I have implemented this function with Spring.

Thank you, ma!
Post Reply