promotedMetrics

@SerializedName(value = "promoted_metrics")
var promotedMetrics: Tweet.PromotedMetrics? = null

Engagement metrics, tracked in a promoted context, for the Tweet at the time of the request. Requires user context authentication.

e.g.

{
"promoted_metrics":{
"impression_count":1082,
"like_count":187,
"reply_count":6,
"retweet_count":25,
"url_link_clicks":30,
"user_profile_clicks":2
}
}

Use this to measure engagement for the Tweet when it was promoted.