CostMetrics
Cost metrics breakdown by attribution type.
Declaration
object CostMetricsProperties
| Name | Type | Description |
|---|---|---|
tap | Money | Cost attributed to taps, expressed in the account’s reporting currency. See Money for details. |
Discussion
The CostMetrics reports monetary cost values segmented by attribution type.
Example
{
"tap": {
"currency": "USD",
"amount": "125.50"
}
}