简体   繁体   English

你能获得一个开放图形对象实例的Facebook Insights,例如“在风中吹”与歌曲吗?

[英]Can you get Facebook Insights for an open graph object INSTANCE, e.g., “Blowing in the Wind” vs. Songs?

As we all know the Facebook documentation is not the best. 众所周知,Facebook文档不是最好的。 It's internally inconsistent, ever changing, riddled with broken links and often out of date or just plain wrong. 它在内部不一致,不断变化,充斥着破碎的链接,经常过时或者只是完全错误。 I've searched and searched and I cannot seem to find the answer to a very simple question: Can you get Insights data for an open graph object INSTANCE, eg, "Blowing in the Wind" (instance) vs. Songs (type). 我搜索并搜索过,似乎无法找到一个非常简单的问题的答案:你能获得一个开放图形对象实例的数据洞察数据,例如“在风中吹”(实例)与歌曲(类型)。

This seems like it should be an obvious use-case for Insights but it does not appear to be possible from what I can muster. 这似乎应该是Insights的一个明显的用例,但它似乎不可能从我能够集合的东西。 Facebook's Insights documentation says: Facebook的Insights文档说:

Once you select an action filter, you have the option of further filtering by objects. 选择动作过滤器后,您可以选择按对象进一步过滤。

and they show this screenshot underneath this text which seems to show that you can filter Insights by open graph object TYPE not by individual object INSTANCE. 并且它们在此文本下方显示此屏幕截图,这似乎表明您可以通过打开的图形对象TYPE过滤Insights,而不是通过单个对象INSTANCE。 So, which is it?! 那么,这是什么?! They are very loosey-goosey with their terminology which makes understanding the documentation that much harder... 他们是非常loosey,鹅与他们的术语,这使得理解文档更加艰难......

这个截图

Through the Graph API it appears that the only Insights data you can get is at the Application, Domain or Page (Facebook page not web page) level as stated in their docs : 通过Graph API,您可以获得的唯一Insights数据显示在他们的文档中所述的应用程序,域或页面(Facebook页面而非网页)级别:

API Reference › Graph API › Insights : An object containing statistics about applications, pages, and domains. API参考>图谱API>见解 :包含有关应用程序,页面和域的统计信息的对象。

...and the same seems true of FQL : ...... FQL也是如此

API Reference › FQL › insights : An FQL table containing statistics about Applications, Pages, and Domains with 30 or more connections. API参考> FQL>洞察 :一个FQL表,包含有关30个或更多连接的应用程序,页面和域的统计信息。

So, my guess is that it's not possible, but, the need to get analytics on an open-graph object instance seems so obvious that I feel I must be missing something here. 所以,我的猜测是,这是不可能的,但是,在开放图形对象实例上获取分析的需求似乎很明显,我觉得我必须在这里遗漏一些东西。 I mean wouldn't Spotify want to know which songs in their catalog are being shared/seen more often in Facebook? 我的意思是Spotify不想知道他们的目录中哪些歌曲在Facebook上被更频繁地分享/看到?

Any help would be much appreciated. 任何帮助将非常感激。

I don't think the interface or API supports object instance level insights, only object-type / action type. 我不认为接口或API支持对象实例级别的见解,只支持对象类型/操作类型。

If it did work, a call to /OBJECT_ID/insights with the app access token is the most logical place for them to be 如果它确实有效,那么使用app访问令牌调用/ OBJECT_ID /见解是他们最合理的地方

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM