Click or drag to resize
Statistic Class
Represents a company update statistic.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketing.LinkedInInternalStatistic

Namespace: CMS.SocialMarketing.LinkedInInternal
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntax
C#
public class Statistic

The Statistic type exposes the following members.

Constructors
  NameDescription
Public methodStatistic
Top
Properties
  NameDescription
Public propertyClickCount
Count of clicks.
Public propertyCommentCount
Count of comments.
Public propertyEngagement
Engagement [%].
Public propertyImpressionCount
Count of impressions.
Public propertyLikeCount
Count of likes.
Public propertyOrganicFollowerCount
Count of organic followers.
Public propertyPaidFollowerCount
Count of paid followers.
Public propertyShareCount
Count of shares.
Public propertyTime
Time the statistic is related to (UNIX time stamp in milliseconds).
Public propertyTotalFollowerCount
Total count of followers.
Public propertyUniqueCount
Count of unique member impressions. This stat is available for company profiles only. The update level is not supported.
Top
Remarks
This class is public for purposes of serialization only. Do not consider it a part of public API. The class' content may change without prior notification.
See Also