图表中的无效细分错误 API

Invalid breakdown error in Graph API

我正在尝试获取 Insights 数据,其中指标是一个事件 (fb_mobile_activate_app),而细分是由另一个事件 (fb_mobile_first_app_launch) 完成的。 returns 错误说,一方面我的故障名称无效,另一方面它在有效的故障列表中。

我已经对错误消息中列出的所有事件 fb_* 进行了尝试,结果完全相同。

有没有其他人看到过类似的行为?

URL:
https://graph.facebook.com/v2.4/<APP_ID>/app_insights/app_event?event_name=fb_mobile_activate_app&aggregateBy=USERS&access_token=<ACCESS_TOKEN>&breakdowns[0]=fb_mobile_first_app_launch


RESPONSE:
{  
   "error":{  
      "message":"(#100) Invalid Breakdown Name: 'fb_mobile_first_launch'. Valid breakdowns for event fb_mobile_first_app_launch are: age, app_version, auth_state, client, country, region_code, city_code, gender, locale, percentile, user_agent, device_model, device_os, carrier, timezone, core_count, screen_dimensions, total_disk_gb, remaining_disk_gb, label_cohort, ui_element, app_name, short_version_code, acquisition_source, acquisition_source_l1, acquisition_source_l2, acquisition_source_l3, fb_mobile_initiated_checkout, fb_mobile_purchase_failed, fb_sp_like_unlike, fb_sp_like_like, fb_sp_share_button_share_click, fb_mobile_purchase, fb_mobile_test, fb_mobile_activate_app, fb_mobile_first_app_launch, fb_sp_share_button_share",
      "type":"OAuthException",
      "code":100
   }
}

看起来这是一个 API 错误。现在提出并确认: https://developers.facebook.com/bugs/1470043193292603/?search_id