【发布时间】:2021-04-30 17:09:14
【问题描述】:
我想知道是否有办法让 Instagram 帖子在一个月内获得参与度(例如,从当前日期减去 30 天获得总参与度) Instagram Media Insights API 或 Instagram User Insights API 一个月内的总参与度。
截至目前,从 IG Media Insights 看来,您似乎只能获得累积参与度(请参阅下面来自 IG Media Insights API 的 sn-p:
{
"data": [
{
"name": "impressions",
"period": "lifetime",
"values": [
{
"value": 264
}
],
"title": "Impressions",
"description": "Total number of times the media object has been seen",
"id": "17855590849148465/insights/impressions/lifetime"
},
{
"name": "reach",
"period": "lifetime",
"values": [
{
"value": 103
}
],
"title": "Reach",
"description": "Total number of unique accounts that have seen the media object",
"id": "17855590849148465/insights/reach/lifetime"
}
]
}
感谢您的宝贵时间 :-)
【问题讨论】:
标签: facebook-graph-api instagram social-networking instagram-graph-api social-media