CompanyFollowerStatistics
Query statistics about followers for a particular company page.
Select
The CompanyFollowerStatistics view supports only the CompanyId column in the WHERE clause. The supported operator for the CompanyId column is =. For example:
SELECT * FROM CompanyFollowerStatistics WHERE CompanyId='183432'
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. |
| 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. |