ActionMetrics
Action count metrics breakdown by attribution type.
Declaration
object ActionMetricsProperties
| Name | Type | Description |
|---|---|---|
tap | int64 | 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
}