Click or drag to resize
LinkedInInsightsCollectionTask Class
Handles LinkedIn Insights analytics data collection when activated by the scheduler.
Inheritance Hierarchy
SystemObject
  CMS.SocialMarketingLinkedInInsightsCollectionTask

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public sealed class LinkedInInsightsCollectionTask : ITask

The LinkedInInsightsCollectionTask type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInInsightsCollectionTask
Top
Fields
  NameDescription
Public fieldStatic memberTASK_CODENAME_FORMAT
Scheduled task name format for LinkedIn Insights. Usage:
var completeTaskCodeName = String.Format(LinkedInInsightsCollectionTask.TASK_CODENAME_FORMAT, {LinkedInApplicationInfoID});
Public fieldStatic memberTASK_CODENAME_PREFIX
Scheduled task name prefix for LinkedIn Insights.
Top
Methods
  NameDescription
Public methodExecute
Executes scheduled analytics data collection. The task should be executed once a day.
Top
See Also