Contents

ActionMetrics

Action count metrics breakdown by attribution type.

Declaration

object ActionMetrics

Properties

NameTypeDescription
tapint64

Action count attributed to taps.

Discussion

The ActionMetrics object is used within brands metrics to report action counts segmented by how the action was attributed. Each field on this object corresponds to one attribution category. Currently, tap is the only defined field. Future API versions may add additional attribution types.

Example

{
  "tap": 1250
}

See Also