Tweet_PromotedMetrics - daneden/Twift GitHub Wiki

Tweet.PromotedMetrics

Tweet engagement metrics only visible to the Tweet author/promoter

public struct PromotedMetrics: PrivateMetrics, PublicFacingMetrics 

Inheritance

PrivateMetrics, PublicFacingMetrics

Properties

impressionCount

The number of impressions for this Tweet

public let impressionCount: Int

urlLinkClicks

The number of clicks on URLs contained in this Tweet

public let urlLinkClicks: Int?

userProfileClicks

The number of profile visits originating from this Tweet

public let userProfileClicks: Int

likeCount

The number of likes for this Tweet

public let likeCount: Int

replyCount

The number of replies for this Tweet

public let replyCount: Int

retweetCount

The number of Retweets for this Tweet

public let retweetCount: Int