Group the Insights API results into different sets.
The following fields cannot be requested when specifying a breakdown:
app_store_clicks
, newsfeed_avg_position
, newsfeed_clicks
, relevance_score
and newsfeed_impressions
.
The Insights API can return several metrics that are estimated, in development, or both. Insights breakdown values are estimated. For more information, see Insights API, Estimated and Deprecated Metrics.
The following breakdowns are available.
Breakdown | Description |
---|---|
| The device on which the conversion event you're tracking occurred. For example, \"Desktop\" if someone converted on a desktop computer. |
| Name of a component within a Canvas ad. |
| The ID of the specific carousel card that people engaged with when they saw your ad. |
| The specific carousel card that people engaged with when they saw your ad. The cards are identified by their headlines. |
| The destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK). |
| The number of reactions on your ads or boosted posts. The reactions button on an ad allows people to share different reactions on its content: Like, Love, Haha, Wow, Sad or Angry. |
| The ID of destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK). |
| The kind of actions taken on your ad, page, app or event after your ad was served to someone, even if they didn't click on it. Action types include page likes, app installs, conversions, event responses, and more. |
| The sound status (on/off) when someone plays your video ad. |
| Video metrics breakdown. |
| The ID of the ad format asset involved in impression, click, or action |
| The age range of the people you've reached. |
| The ID of the body asset involved in impression, click or action. |
| The ID of the call to action asset involved in impression, click, or action. |
| The countries where the people you've reached are located. This is based on information such as a person's hometown, their current city and the geographical location where they tend to be when they visit Facebook. |
| The ID of the description asset involved in impression, click or action. |
| The type of device, mobile or desktop, used by people when they viewed or clicked on an ad, as shown in ads reporting. |
| DMA (Designated Market Area) regions are the 210 geographic areas in the United States in which local television viewing is measured by The Nielsen Company. |
| The number of times an ad in your Reach and Frequency campaign was served to each person. |
| Gender of people you've reached. People who don't list their gender are shown as 'not specified'. |
| Hourly breakdown aggregated by the time ads were delivered in the advertiser's time zone. For example, if your ads are scheduled to run from 9 AM to 11 AM, but they reach audiences in multiple time zones, they may deliver from 9 AM to 1 PM in the advertiser's time zone. Stats will be aggregated into four groups 9 AM - 10 AM, 10 AM - 11 AM, 11 AM - 12 PM, and 12 PM - 1 PM. |
| Hourly breakdown aggregated by the time ads were delivered in the audiences' time zone. For example, if your ads are scheduled to run from 9 AM to 11 AM but they reach audiences in multiple time zones, they may deliver from 9 AM to 1 PM in the advertiser's time zone. Stats will be aggregated into two groups 9 AM - 10 AM and 10 AM - 11 AM. |
| The ID of the image asset involved in impression, click or action. |
| The device where your last ad was served to someone on Facebook. For example \"iPhone\" if someone viewed your ad on an iPhone. |
| The ID of the URL asset involved in impression, click or action. |
| The ID of the place page involved in impression or click. |
| Where your ad was shown within a platform, for example on Facebook desktop News Feed, or Instagram Mobile News Feed. |
| The ID and name of the product involved in impression, click, or action. |
| Which platform your ad was shown, for example on Facebook, Instagram, or Audience Network. |
| The regions where the people you've reached are located. This is based on information such as a person's hometown, their current city and the geographical location where they tend to be when they visit Facebook. |
| The ID of the title asset involved in impression, click or action. |
| The ID of the video asset involved in impression, click or action. |
Notes
frequency_value
is used with reach
only. For example, how frequently a unique user saw an ad.image_asset
and video_asset
breakdowns are not available at the ad account level for assets used in Dynamic Creative.video_p25_watched_actions
, video_p50_watched_actions
, video_p75_watched_actions
, video_p95_watched_actions
, and video_p100_watched_actions
do not support region
breakdown. Dynamic Creative Breakdowns | Supported metrics for Dynamic Creative Breakdowns |
---|---|
|
|
The following call groups the results by age
and gender
.
curl -G \
-d "breakdowns=age,gender" \
-d "fields=impressions" \
-d "access_token=<ACCESS_TOKEN>" \
"https://graph.facebook.com/<API_VERSION>/<AD_CAMPAIGN_ID>/insights"
Hourly stats are now an available breakdown using the following breakdowns:
hourly_stats_aggregated_by_advertiser_time_zone
hourly_stats_aggregated_by_audience_time_zone
See Combining Breakdowns for limits on number of breakdowns you may request with the hourly breakdown. Hourly breakdowns do not support unique fields, which are any fields prepended with unique_*
, reach
or frequency
. reach
and frequency
fields will return 0 when hourly breakdowns are in use.
curl -G \
-d "fields=impressions" \
-d "breakdowns=hourly_stats_aggregated_by_audience_time_zone" \
-d "access_token=<ACCESS_TOKEN>" \
"https://graph.facebook.com/<API_VERSION>/<AD_CAMPAIGN_ID>/insights"
Group results in the actions
field. You can use the following breakdowns for action_breakdowns
:
The following are the possible breakdowns that can be supplied into the action_breakdowns
field.
action_device
action_canvas_component_name
action_carousel_card_id
action_carousel_card_name
action_destination
action_reaction
action_target_id
action_type
action_video_sound
action_video_type
actions
Sum up all values returned in actions
. Note this result may not equal total_actions
since fields returned in actions
are hierarchical includes detailed actions not counted.
total_actions - 33 page_engagement - 10 post_engagement - 10 link_click - 2 comment - 3 post_reaction - 3 like - 2 mobile_app_install - 12 app_custom_event - 11 app_custom_event.fb_mobile_activate_app - 6 app_custom_event.other - 5
In this example, post_engagement is a sum of link_click
, comment
, like
, and post_reaction
where post_reaction
is the count of all Reactions, including likes. total_actions
is a sum of top-level actions for an object such as page_engagement
, mobile_app_install
, and app_custom_event
.
Due to storage constraints, only some permutations of breakdowns are available. Permutations marked with an asterisk (*) can be joined with action_type
, action_target_id
and action_destination
which is the name for action_target_id
.
Permutation |
---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
video_*
fields cannot be requested with any hourly stats breakdowns.video_avg_time_watched_actions
field cannot be requested with the region breakdown.