Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to measure email view time

Avatar

Level 1

Our objective is to have more details in the email open tracking.

We would like to have 3 segments of email view time:

  • Delete <3 Seconds
  • Scan 3-9 Seconds
  • Read >9 Seconds

Based on our research it can be implemented in general using a Tracking Pixel and an HTTP Status of 307 which is a temporarily redirect.

Do we have any chance in Adobe Campaign to modify the tracking measurement?

Any help is highly welcome!

.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Tomgilles,

Very interesting question... but difficult one especially on the different email clients...

At the moment, when you let the default tracking option of Opened emails activated, by default this code

<%@ include option='NmsTracking_OpenFormula' %>

results in this html code at the very end of the email sent:

<img height='0' width='0' alt='' src='http://XXX/r/?id=h384eccef,2d717972,1'/></body></html>

So what happens?
When the mail is opened, the redirection service of Adobe Campaign registers the opening, then pushes back the empty pixel resource path. It is done for statistics metrics of course.

Then, how can be managed the time spent to read (or not) the mail ?
On web sites, the usual tagging/tracking tools, such as Adobe Analytics, Google Analytics, AT Internet/Xiti, etc, try to manage the duration by either capturing the instant of the user changing URL through his browser, the ideal situation. It is not read time per se, but an estimation. And most often, they manage that over a specific duration without activity, the user has left the page. But it is a convention. An approximation.
There are no ways to do an exact measurement in all the cases, except when the user browses to another page.

For email clients, it is more difficult, because emails clients don't push back information to the original source. If heavy client, or mobile app, and even for most of webmail clients, you have absolutely no information, for instance whenever people change of email records in their client.

Hence it is not a problem of Adobe Campaign, but a general concern.

However, Litmus email analytics tool try to manage a clever analytics measurement with pixels opening analysis algorithm (not public):

How does Email Analytics actually work? - Help – Litmus

So it means that some improvement could be made in Adobe product itself, as Litmus does.

Regards.
J-Serge

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Hi Tomgilles,

Very interesting question... but difficult one especially on the different email clients...

At the moment, when you let the default tracking option of Opened emails activated, by default this code

<%@ include option='NmsTracking_OpenFormula' %>

results in this html code at the very end of the email sent:

<img height='0' width='0' alt='' src='http://XXX/r/?id=h384eccef,2d717972,1'/></body></html>

So what happens?
When the mail is opened, the redirection service of Adobe Campaign registers the opening, then pushes back the empty pixel resource path. It is done for statistics metrics of course.

Then, how can be managed the time spent to read (or not) the mail ?
On web sites, the usual tagging/tracking tools, such as Adobe Analytics, Google Analytics, AT Internet/Xiti, etc, try to manage the duration by either capturing the instant of the user changing URL through his browser, the ideal situation. It is not read time per se, but an estimation. And most often, they manage that over a specific duration without activity, the user has left the page. But it is a convention. An approximation.
There are no ways to do an exact measurement in all the cases, except when the user browses to another page.

For email clients, it is more difficult, because emails clients don't push back information to the original source. If heavy client, or mobile app, and even for most of webmail clients, you have absolutely no information, for instance whenever people change of email records in their client.

Hence it is not a problem of Adobe Campaign, but a general concern.

However, Litmus email analytics tool try to manage a clever analytics measurement with pixels opening analysis algorithm (not public):

How does Email Analytics actually work? - Help – Litmus

So it means that some improvement could be made in Adobe product itself, as Litmus does.

Regards.
J-Serge

Avatar

Level 10

Hi,

Thanks Jean-Serge for sharing this!

Tom, I don't know about pixel tracking being available in Campaign. Still, I'll ask if there are plans to enhance this. If that happens, that would probably be in AC Standard (not sure which version you use).

I'll let you know,

Florent

Avatar

Level 3

Hi Florent

Do you have any update on this?

Did you put in the request with Adobe?

Regards

Leonie

Avatar

Level 2

Just following up on this. 

 

Has an implementation taken place to enhance visibility on recipient engagement respective to time opened? 

 

-CD