0

As we know, we can use marketing API of facebook to check our campaigns. But these statistics are aggregated, can not understand my audiences of ads.

Whether there is API to fix this problem?

I just want to get device level info from every ads.

Like: Get IDFA (advertising ID in iOS) have been installed Application by clicking My facebook ads.

Hughen
  • 1
  • 1
  • 1
    It's a little unclear what you are asking. Are you looking to get the IDFA, in which case you will need to do that yourself on your mobile app. If you are just trying to get the stats for the ad what have you tried? – The1Fitz Nov 04 '15 at 12:36
  • @The1Fitz I want to catch data which users have clicked my facebook ads, the data will be included IDFA, IP, device type, system version etc. Is there having any API to do it? – Hughen Nov 05 '15 at 03:02
  • 1
    there is no API to retrieve user level data from Facebook. – Paul Bain Nov 20 '15 at 15:45

1 Answers1

0

User level data is not accessible due to user's privacy. However, you can get some aggregated numbers with more detail by using Facebook Analytics or the /app_insights endpoint. https://developers.facebook.com/docs/graph-api/reference/application/app_insights

Thiago Moraes
  • 617
  • 1
  • 10
  • 22