Skip to main content
{
	"breakdown": [
		{
			"granularity": [
				{
					"bucket_start": "2023-12-01T05:00:00.401Z",
					"clicks": 42,
					"granularity": "hourly",
					"impressions": 42,
					"reach": 42,
					"result_count": 42,
					"result_label_key": null,
					"result_label_override": "<string>",
					"spend": 6.9,
					"spend_currency": "usd",
					"stat_date": "2023-12-01T05:00:00.401Z",
					"stat_hour": 42
				}
			],
			"id": "<string>",
			"level": "campaign",
			"name": "<string>",
			"summary": {
				"click_through_rate": 6.9,
				"clicks": 42,
				"cost_per_click": 6.9,
				"cost_per_mille": 6.9,
				"cost_per_result": 6.9,
				"frequency": 6.9,
				"impressions": 42,
				"reach": 42,
				"result_count": 42,
				"result_label_key": "app_installs",
				"result_label_override": "<string>",
				"return_on_ad_spend": 6.9,
				"spend": 6.9,
				"spend_currency": "usd"
			}
		}
	],
	"granularity": [
		{
			"bucket_start": "2023-12-01T05:00:00.401Z",
			"clicks": 42,
			"granularity": "hourly",
			"impressions": 42,
			"reach": 42,
			"result_count": 42,
			"result_label_key": "app_installs",
			"result_label_override": "<string>",
			"spend": 6.9,
			"spend_currency": "usd",
			"stat_date": "2023-12-01T05:00:00.401Z",
			"stat_hour": 42
		}
	],
	"summary": {
		"click_through_rate": 6.9,
		"clicks": 42,
		"cost_per_click": 6.9,
		"cost_per_mille": 6.9,
		"cost_per_result": 6.9,
		"frequency": 6.9,
		"impressions": 42,
		"reach": 42,
		"result_count": 42,
		"result_label_key": "app_installs",
		"result_label_override": "<string>",
		"return_on_ad_spend": 6.9,
		"spend": 6.9,
		"spend_currency": "usd"
	}
}
breakdown
array<object> | null
required
Per-entity rows over the date range. null when the breakdown arg on adReport is omitted; otherwise contains one row per ad campaign, ad group, or ad inside the requested scope at the requested level.
granularity
array<object> | null
required
Per-bucket time series over the date range, ordered ascending by bucketStart. null when the granularity arg on adReport is omitted; otherwise contains rows at the requested grain (daily or hourly).
summary
object
required
Aggregate totals and rates over the date range.