privateMetrics property

  1. @JsonKey(name: 'non_public_metrics')
PrivateMediaMetrics? privateMetrics
inherited

Non-public engagement metrics for the media content at the time of the request. Requires user context authentication.

How It Can Be Used

  • Determine video engagement: how many users played through to each quarter of the video.

Implementation

@JsonKey(name: 'non_public_metrics')
PrivateMediaMetrics? get privateMetrics => throw _privateConstructorUsedError;