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: 12.0.0
Syntax
C#
public class OpenEmailTracker : IHttpHandler

The OpenEmailTracker type exposes the following members.

Constructors
  NameDescription
Public methodOpenEmailTracker
Top
Properties
  NameDescription
Protected propertyEmail
Gets email from query string parameter.
Protected propertyHash
Gets hash from query string parameter.
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.
Protected propertyIssueGuid
Gets issue GUID from query string parameter.
Protected propertyPing
Gets ping from query string parameter.
Top
Methods
  NameDescription
Public methodProcessRequest(HttpContext)
Processes the tracking data and serves a dummy image in response.
Protected methodProcessRequest(HttpContextBase)
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