问题
I'm trying to extract stat information for updates (posts) of company pages. I have succeeded in getting:
- likes and comments (https://api.linkedin.com/v1/companies/1337/updates)
- daily/monthly impressions (https://api.linkedin.com/v1/companies/1337/historical-status-update-statistics)
but I can't seem to find where I can get: clicks, interactions and engagement.
Does anyone know if this information is available through the API or the partnership programs?
回答1:
Query should be like
https://api.linkedin.com/v1/companies/3502837/historical-status-update-statistics:(time,like-count,impression-count,click-count)?time-granularity=month&start-timestamp=1388514600000&end-timestamp=1433097000000&format=json
After URL, before query params :(time,like-count,impression-count,click-count)
来源:https://stackoverflow.com/questions/30260355/linkedin-api-get-insights-clicks-interactions-engagement-for-company-update