【问题标题】:Impressions per Post on Instagram Graph APIInstagram Graph API 上每个帖子的展示次数
【发布时间】:2018-03-30 14:00:54
【问题描述】:

我一直在尝试使用 Instagram Graph API Explorer 获取每个帖子的展示次数,但一直未能成功。

以下代码可以完美地获取每个帖子的标题、like_count、media_type、cmets_count 和时间戳:

{instagram-id}/media?fields=caption,like_count,media_type,comments_count,timestamp&limit=100

但不知何故,我无法将展示次数添加到该列表中。 获取单个帖子的印象的代码工作正常,它是:

{post-id}/insights/impressions/lifetime

有人知道如何解决这个问题吗?

【问题讨论】:

    标签: rest api facebook-graph-api instagram instagram-api


    【解决方案1】:

    试试这个:

    insights?metric=impressions,reach
    

    https://developers.facebook.com/docs/instagram-api/reference/media/insights

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-02-28
      • 1970-01-01
      • 1970-01-01
      • 2021-05-26
      • 1970-01-01
      • 2020-05-19
      • 2011-10-09
      • 2019-11-30
      相关资源
      最近更新 更多