CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.IMediaPublicMetrics Interface Reference
Inheritance diagram for CoreTweet.V2.IMediaPublicMetrics:
CoreTweet.V2.MediaGroupingMetrics CoreTweet.V2.MediaPublicMetrics

Properties

int ViewCount [get, set]
 A count of how many times the video included in the Tweet has been viewed. More...
 

Property Documentation

◆ ViewCount

int CoreTweet.V2.IMediaPublicMetrics.ViewCount
getset

A count of how many times the video included in the Tweet has been viewed.

This is the number of video views aggregated across all Tweets in which the given video has been posted. That means that the metric includes the combined views from any instance where the video has been Retweeted or reposted in separate Tweets.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.PublicMetrics field, this returns the total count of video views from both organic and paid contexts, in order to maintain consistency with the counts shown publicly on Twitter.

Using the TweetFields.OrganicMetrics field, this returns the total count of video views from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the total count of video views from paid contexts.


The documentation for this interface was generated from the following file: