【问题标题】:how to get linkedin page views count through rest api如何通过rest api获取linkedin页面浏览量
【发布时间】:2016-08-01 14:29:05
【问题描述】:

在linkedin中,我们如何通过API获取页面浏览量。开发者文档中没有这方面的API,如果有什么想法请分享。

【问题讨论】:

    标签: linkedin linkedin-api


    【解决方案1】:

    尝试使用 LinkedIn REST API“获取公司页面的统计信息”。

    https://developer.linkedin.com/docs/company-pages#statistics

    "statusUpdateStatistics": {
    "viewsByMonth": {
      "_total": 1,
      "values": [
        {
          "clicks": 81333,
          "comments": 1203,
          "date": {
            "month": 1,
            "year": 2015
          },
          "engagement": 0.003203537929382338,
          "impressions": 32797489,
          "likes": 20387,
          "shares": 2145
        }
      ]
    }
    

    【讨论】:

    • 谢谢,因为我必须获取公司页面的唯一身份访问者计数
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-06-17
    • 1970-01-01
    • 2015-06-03
    相关资源
    最近更新 更多