Link statistics

The link click statistics provide statistics about the link clicks in the message bodies of a campaign. They can be used to provide information like:

  • Date of the last clicked link;
  • Total number of link clicks in a campaign;
  • The number of unique link clicks in a campaign;

This topic explains how to obtain these statistics and how to work with them in order to visualize specific information.

Generating link statistics

The generation of the link statistics objects is handled by Sitefinity CMS. Whenever a subscriber clicks a link in the message body of a campaign, a LinkClickStat object is created and stored in the data base.

The LinkClickStat object contains information regarding the following:

  • The id of the campaign to which the clicked link belongs;
  • The date on which the link was clicked;
  • The id of the subscriber, who clicked the link;
  • The URL of the link;

Querying link click statistics

To query all of the link click statistics for a specific campaign, you must use the NewslettersManager class. The following code gets the link click statistics for the campaign with the specified ID through the Native API.


First, you initialize the NewslettersManager. Then, you call GetLinkClickStats method to retrieve all link click statistics and, finally, you filter the statistics based on the CampaignId property.

In order to obtain more specific information, you can additionally manipulate the result collection by using the DateTimeClick,SubscriberIdUrl properties of the LinkClickStat object.

As an addition, the Native API exposes methods that upon calling automatically calculate one of the following statistics for you:

  • The Date of the last link that has been clicked in the specified campaign;
  • The total number of clicks in the specified campaign;
  • The total number of unique clicks in the specified campaign;
To obtain these statistics, you must call the respective methods of the NewsletterManager class:


Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Get started with Integration Hub | Sitefinity Cloud | Sitefinity SaaS

This free lesson teaches administrators, marketers, and other business professionals how to use the Integration hub service to create automated workflows between Sitefinity and other business systems.

Web Security for Sitefinity Administrators

This free lesson teaches administrators the basics about protecting yor Sitefinity instance and its sites from external threats. Configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Open statistics