List of all members | Properties
BriefYourMarket.Service.LinkStatistics Class Reference

Click Through Stats on a single link in a message or newsletter message. More...

Properties

string Url [get, set]
 The Url of the link clicked on. More...
 
string Name [get, set]
 The Text displayed to the user for the link More...
 
int DirectClickCount [get, set]
 The number of times the link has been clicked on directly from the email. More...
 
int IndirectClickCount [get, set]
 
The number of times the link has been clicked on after navigating from a direct click.
More...
 
int LoggedInClickCount [get, set]
 
The number of times the link has been clicked on by a contact who is logged into the public web site.
More...
 
int AnonymousClickCount [get, set]
 
The number of times the link has been clicked on by an anonymous person who just happens to be visiting the public site.
More...
 
int TotalClickCount [get, set]
 
The total number of clicks on the link.
More...
 
int TotalUniqueClickCount [get, set]
 
The total number of unique contacts who have clicked on the link.
More...
 

Detailed Description

Click Through Stats on a single link in a message or newsletter message.

Property Documentation

◆ AnonymousClickCount

int BriefYourMarket.Service.LinkStatistics.AnonymousClickCount
getset


The number of times the link has been clicked on by an anonymous person who just happens to be visiting the public site.

◆ DirectClickCount

int BriefYourMarket.Service.LinkStatistics.DirectClickCount
getset

The number of times the link has been clicked on directly from the email.

◆ IndirectClickCount

int BriefYourMarket.Service.LinkStatistics.IndirectClickCount
getset


The number of times the link has been clicked on after navigating from a direct click.

◆ LoggedInClickCount

int BriefYourMarket.Service.LinkStatistics.LoggedInClickCount
getset


The number of times the link has been clicked on by a contact who is logged into the public web site.

◆ Name

string BriefYourMarket.Service.LinkStatistics.Name
getset

The Text displayed to the user for the link

◆ TotalClickCount

int BriefYourMarket.Service.LinkStatistics.TotalClickCount
getset


The total number of clicks on the link.

◆ TotalUniqueClickCount

int BriefYourMarket.Service.LinkStatistics.TotalUniqueClickCount
getset


The total number of unique contacts who have clicked on the link.

◆ Url

string BriefYourMarket.Service.LinkStatistics.Url
getset

The Url of the link clicked on.


The documentation for this class was generated from the following file: