Linkedin API: Get insights (clicks, interactions, engagement) for company updates

末鹿安然 提交于 2019-12-13 17:12:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!