body_assetdescription_assetimage_assettitle_assetcall_to_action_assetlink_url_assetvideo_assetad_format_assetagegenderage, genderimage, title, body, video. Insights on full delivered ads are found in Ads Manager under By Dynamic Creative Asset.| Field | Description |
|---|---|
actions | Number of actions taken on your ad, grouped by action type. |
clicks | Total number of clicks on your ad. |
impressions | Number of times your ad was served. |
ctr and actions_per_impressions.body_asset breakdown:curl -G
-d "breakdowns=body_asset"
-d "fields=impressions"
-d "access_token=<ACCESS_TOKEN>"
https://graph.facebook.com/<API_VERSION>/<AD_ID>/insights
{
"data": [
{
"impressions": "8801",
"date_start": "2016-04-29",
"date_stop": "2016-05-13",
"body_asset": {
"text": "Test text",
"id": "6051732675652"
}
},
{
"impressions": "7558",
"date_start": "2016-04-29",
"date_stop": "2016-05-13",
"body_asset": {
"text": "Test ext new",
"id": "6051732676452"
}
},
],
"paging": {
"cursors": {
"before": "MAZDZD",
"after": "MgZDZD"
}
}}
image_asset and age:curl -G
-d "breakdowns=image_asset,age"
-d "fields=impressions"
-d "access_token=<ACCESS_TOKEN>"
https://graph.facebook.com/<API_VERSION>/<ADSET_ID>/insights
{
"data": [
{
"impressions": "5497",
"date_start": "2016-04-29",
"date_stop": "2016-05-13",
"image_asset": {
"hash": "<REDACTED>",
"url": "<REDACTED>",
"id": "6051732672052"
}
},
{
"impressions": "5962",
"date_start": "2016-04-29",
"date_stop": "2016-05-13",
"image_asset": {
"hash": "<REDACTED>",
"url": "<REDACTED>",
"id": "6051732672652"
}
},
],
"paging": {
"cursors": {
"before": "MAZDZD",
"after": "MwZDZD"
}