BrandsMetrics
Metrics for brands promoted object type.
Declaration
object BrandsMetricsProperties
| Name | Type | Description |
|---|---|---|
date | date | Report date in YYYY-MM-DD format. |
localSpend | Money | Total spend. See Money. |
impressions | int64 | Total ad impressions. |
taps | int64 | Total ad taps. |
ttr | number | Tap-through rate. |
cpt | Money | Average cost per tap. See Money. |
cpm | Money | Average cost per thousand impressions. See Money. |
firstActions | ActionMetrics | First-time action counts. See ActionMetrics. |
firstActionsPerTap | RateMetrics | First-action rates per tap. See RateMetrics. |
firstActionsPerImpression | RateMetrics | First-action rates per impression. See RateMetrics. |
costPerFirstAction | CostMetrics | Cost per first action. See CostMetrics. |
actions | ActionMetrics | Total action counts. See ActionMetrics. |
costPerAction | CostMetrics | Cost per action. See CostMetrics. |
getDirections | ActionMetrics | Get-directions action counts. See ActionMetrics. |
tapURL | ActionMetrics | Tap-URL action counts. See ActionMetrics. |
call | ActionMetrics | Call action counts. See ActionMetrics. |
share | ActionMetrics | Share action counts. See ActionMetrics. |
getTheApp | ActionMetrics | Get-the-app action counts. See ActionMetrics. |
galleryEngagement | ActionMetrics | Gallery engagement action counts. See ActionMetrics. |
actionsPerTap | RateMetrics | Total actions per tap rate. See RateMetrics. |
actionsPerImpression | RateMetrics | Total actions per impression rate. See RateMetrics. |
Discussion
The BrandsMetrics object is the base metrics for brands campaign reports. It includes spend, impression, and tap metrics shared with apps, plus brands-specific engagement actions (get directions, tap URL, call, share, get the app, gallery engagement) and their associated rate and cost breakdowns.
All action count fields reference ActionMetrics objects. Cost fields reference CostMetrics. Rate fields reference RateMetrics. Monetary spend fields reference Money.
Example
{
"date": "2025-01-10",
"localSpend": {
"amount": "845.50",
"currency": "USD"
},
"impressions": 620000,
"taps": 9800,
"ttr": 0.0158,
"cpt": {
"amount": "0.09",
"currency": "USD"
},
"cpm": {
"amount": "1.36",
"currency": "USD"
},
"firstActions": {
"tap": 1450
},
"firstActionsPerTap": {
"tap": 0.1480
},
"firstActionsPerImpression": {
"tap": 0.0023
},
"costPerFirstAction": {
"tap": {
"amount": "0.58",
"currency": "USD"
}
},
"actions": {
"tap": 2100
},
"costPerAction": {
"tap": {
"amount": "0.40",
"currency": "USD"
}
},
"getDirections": {
"tap": 320
},
"tapURL": {
"tap": 610
},
"call": {
"tap": 145
},
"share": {
"tap": 95
},
"getTheApp": {
"tap": 780
},
"galleryEngagement": {
"tap": 150
},
"actionsPerTap": {
"tap": 0.2143
},
"actionsPerImpression": {
"tap": 0.0034
}
}See Also
BrandsReportingRequestBrandsReportingCampaignBrandsReportingAdGroupBrandsReportingAdBrandsReportingCreativeBrandsReportingKeywordBrandsReportingSearchTermBrandsCampaignReportResponseBrandsCampaignReportRowBrandsCampaignReportSummaryBrandsCampaignResultContainerBrandsAdGroupReportResponseBrandsAdGroupReportRowBrandsAdGroupReportSummaryBrandsAdGroupResultContainer