CompanyFollowerStatistics

Columns

Name

Type

Description

CompanyId

String

Id of the Company associated with the follow statistics in the following format urn:li:organization:{id}.

Category

String

The category of the followers.

Type

String

Type of the category.

OrganicFollowerCount

Integer

Total number of the organinc followers.

PaidFollowerCount

Integer

Total number of the paid followers.

TimeGranularity

String

Granularity of the statistics. Must be either DAY or MONTH.

The allowed values are DAY, MONTH.

ReportTimeRangeStart

Datetime

Exclusive starting timestamp of when the query should begin. Queries from beginning of time when not set.

ReportTimeRangeEnd

Datetime

Inclusive ending timestamp of when the query should end. Queries until current time when not set.

UsageStartTime

Datetime

Date start covered by the report data point. Refer to the ReportTimeRangeStart column for the start date of the range covered by the complete report.

UsageEndTime

Datetime

Date end covered by the report data point. Refer to the ReportTimeRangeEnd column for the end date of the range covered by the complete report.

Last updated