Click or drag to resize
OpenEmailTracker Class
Tracks subscribers who opened a newsletter issues sent by e-mail.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersOpenEmailTracker

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class OpenEmailTracker : IHttpHandler

The OpenEmailTracker type exposes the following members.

Constructors
  NameDescription
Public methodOpenEmailTracker
Top
Properties
  NameDescription
Public propertyStatic memberImage
The tracking image that is sent in response.
Public propertyIsReusable
Gets whether this handler can be reused for other request; always returns true.
Top
Methods
  NameDescription
Public methodProcessRequest
Processes the tracking data and serves a dummy image in response.
Top
Remarks
An e-mail containing a newsletter issue contains a link to image. This link contains a subscriber's guid and the guid of the newsletter issue. The image is sent in response and the request is logged.
See Also