facebook-insights

Facebook Marketing API Ads Insights

ぐ巨炮叔叔 提交于 2019-12-11 05:05:35
问题 I'm currently trying to access, through my marketing app, all the insights of my ads/campaings/ads account (clicks,impressions,etc). The tokens I generate has permissions for ads_management , ads_read , read_insights and manage_pages . Nevertheless, I always get this answer: {"data":[],"paging":{"cursors":{"before":"MAZDZD","after":"LTEZD"}}} (I get that response after I post something like curl -G \ -d "fields=impressions" \ -d "access_token=my_access_token" \ "https://graph.facebook.com/v2

Is facebook insights using graph API working right now?

▼魔方 西西 提交于 2019-12-10 15:06:06
问题 I would like to use graph API to get page and app insights without Facebook JS SDK. I tried the following: I created an app with user A I log in to that app using the following url with user B (user B is admin of pages and apps) https://m.facebook.com/dialog/oauth?client_id=[appID]&redirect_uri=[uri]&scope=read_insights,manage_pages&response_type=token Using the above url, login was ok, I got the access token Using https://graph.facebook.com/me/accounts I got the list of apps and pages

Facebook insights for websites does not match on-site Facebook button counts

a 夏天 提交于 2019-12-08 00:57:48
问题 I use Facebook Insights for websites and Facebook buttons on my site. However, the data reported by the two do not match. It always seems to be the case that the count reported by the buttons is significantly higher than the count reported in Facebook Insights. For example, this page http://www.appmyworld.com/blog/top-5-iphone-and-ipad-apps-of-the-week-10412.html has a count of 52 for Facebook which is made up of 19 likes, 21 shares and 12 comments according to AddThis and confirmed by http:/

Facebook insights for websites does not match on-site Facebook button counts

 ̄綄美尐妖づ 提交于 2019-12-06 10:00:29
I use Facebook Insights for websites and Facebook buttons on my site. However, the data reported by the two do not match. It always seems to be the case that the count reported by the buttons is significantly higher than the count reported in Facebook Insights. For example, this page http://www.appmyworld.com/blog/top-5-iphone-and-ipad-apps-of-the-week-10412.html has a count of 52 for Facebook which is made up of 19 likes, 21 shares and 12 comments according to AddThis and confirmed by http://sharedcount.com However, going into Facebook Insights for my website and looking at that specific page

Facebook Marketing API get total reach of multiple Ad Sets

倖福魔咒の 提交于 2019-12-06 09:57:47
问题 I am trying to use the Marketing API to get the summary data for multiple Ad Sets. I am able to get the data for each Ad Set with the following: insights/?ids=[**ad_set_ids**]&fields=impressions,clicks,reach,actions,total_actions I can add up the numbers for each Ad Set to get the total and it is fine except for "reach" because the total of reach doesn't just add up to the total (see image below). Is there any way to get the summary of data for the ad sets (the last row in the image "Results

Android - Facebook Analytics App Install Event not triggered

限于喜欢 提交于 2019-12-06 04:45:43
问题 Am using Facebook SDK 3.21 for Android and Facebook SDK 3.23 for iOS , and I have an App ID & App Link url. Now my questions are: 1. Is App Install event counts for each fresh install to the same device.? (By fresh install I mean installed once, launched the app & uninstalled it. Again installed and so on) 2. I tried fresh installations for 3 devices; Galaxy S4, Galaxy A7 & Moto X. The App Install event is not getting counted for Galaxy A7 (not listed in filter options). And If I freshly

Use time range in Ad Insights of Facebook Marketing API

╄→尐↘猪︶ㄣ 提交于 2019-12-06 00:33:54
问题 I'm trying to obtain impressions of my ads between two dates I'm using Graph API Explorer with this path: act_0123456789/ads?fields=insights{ad_id,ad_name,impressions} I want to use 'time_range' attribute that we can find it in Marketing API reference but I don't know the syntax. Anyone can help me? 回答1: I can't comment on the approach you're using as I have not used it myself. However, here is an alternative approach which I have used with success: https://graph.facebook.com/v2.5/act_xyz

The app ID specified within the “fb:app_id” meta tag was invalid

半世苍凉 提交于 2019-12-05 17:18:33
问题 I tried to enable Facebook Insights for my web. I added my page's APP_ID to fb:admins to enable every admin of my page to access Insights when logged into Facebook as Page. But when I try to save the dialog message appears: The app ID "123,123,123,123,123" specified within the "fb:app_id" meta tag was invalid. I double checked my app ID and it's correct. 回答1: To link Domain Insights to an app rather than a user, you need to use the fb:app_id tag: <meta property="fb:app_id" content="your_app

Facebook Marketing API get total reach of multiple Ad Sets

柔情痞子 提交于 2019-12-04 15:28:49
I am trying to use the Marketing API to get the summary data for multiple Ad Sets. I am able to get the data for each Ad Set with the following: insights/?ids=[**ad_set_ids**]&fields=impressions,clicks,reach,actions,total_actions I can add up the numbers for each Ad Set to get the total and it is fine except for "reach" because the total of reach doesn't just add up to the total (see image below). Is there any way to get the summary of data for the ad sets (the last row in the image "Results from 3 Ad Sets")? I also tried to add the param default_summary=true but it gives me the summary for

Use time range in Ad Insights of Facebook Marketing API

蓝咒 提交于 2019-12-04 05:22:31
I'm trying to obtain impressions of my ads between two dates I'm using Graph API Explorer with this path: act_0123456789/ads?fields=insights{ad_id,ad_name,impressions} I want to use 'time_range' attribute that we can find it in Marketing API reference but I don't know the syntax. Anyone can help me? Al Ducent I can't comment on the approach you're using as I have not used it myself. However, here is an alternative approach which I have used with success: https://graph.facebook.com/v2.5/act_xyz/insights?level=<yourLevel>&fields=ad_id,ad_name,impressions&time_range[since]=2016-02-15&time_range