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


i'm trying extract stat information updates (posts) of company pages. have succeeded in getting:

but can't seem find can get: clicks, interactions , engagement.

does know if information available through api or partnership programs?

query should 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)


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -