Contents

CostMetrics

Cost metrics breakdown by attribution type.

Declaration

object CostMetrics

Properties

NameTypeDescription
tapMoney

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"
  }
}

See Also