Properties
| Name | Type | Description |
|---|---|---|
| ad | object | |
| campaign | object | |
| group | object | |
| type | string | |
| value | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AdsReportMetrics",
"title": "AdsReportMetrics",
"properties": {
"ad": {
"$ref": "#/components/schemas/property_AdsReportMetrics_ad"
},
"campaign": {
"$ref": "#/components/schemas/property_AdsReportMetrics_campaign"
},
"group": {
"$ref": "#/components/schemas/property_AdsReportMetrics_group"
},
"type": {
"enum": [
"CLICKS",
"IMPRESSIONS",
"CONVERSIONS",
"COST",
"CTR",
"CPC",
"CONVERSION_VALUE",
"CPA",
"ROAS",
"CPM",
"ECPM",
"ENGAGEMENT",
"VIDEO_COMPLETIONS",
"VIDEO_VIEWS",
"LEADS",
"ENGAGEMENTS",
"SAVES",
"LIKES",
"SHARES",
"COMMENTS",
"FOLLOWS"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"value": {
"type": "number"
}
},
"type": "object"
}