Below is an example response i am getting for stats on an adgroup.
The "connections" returns 12 and the "actions" : null How do i get to the break down of the connection? (pagelike/app installs/event responses)
Thank you!
{
"id": "XXXXX",
"impressions": "789862",
"clicks": "292",
"spent": "3019",
"social_impressions": "109327",
"social_clicks": "26",
"social_spent": "235",
"unique_impressions": 295055,
"social_unique_impressions": 18819,
"unique_clicks": 287,
"social_unique_clicks": 25,
"actions": null,
"connections": 12,
"adgroup_id": XXX,
"campaign_id": XXX,
"start_time": "2011-08-21T00:00:00+0000",
"end_time": "2011-08-22T00:00:00+0000",
"newsfeed_position": null
}