API Status Get API Key
TYPE

PostMetric

A single metric for a post (or an entry in an aggregated metrics response).

Fields 7

type : PostMetricType!

The type of metric. Cross-network metrics use unified naming (reactions, comments, etc.); network-specific metrics retain their network's vocabulary (saves, quotes, etc.). See PostMetricType for the full catalog including deprecated values.

name : String!

The human-readable name of the metric (e.g. "Reactions", "Eng. Rate").

displayName : String!
Deprecated

Deprecated: use name instead.

Deprecation reason: Use name instead

description : String!

A human-readable description of what the metric represents.

value : Float!

The metric value. Defaults to 0 when the network did not report the metric.

nullableValue : Float

The raw metric value, or null when the network did not report it. Internal — public consumers should use value.

unit : PostMetricUnit!

The unit (count vs percentage) of value.