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

Properties

int Playback0Count [get, set]
 The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted. More...
 
int Playback25Count [get, set]
 The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted. More...
 
int Playback50Count [get, set]
 The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted. More...
 
int Playback75Count [get, set]
 The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted. More...
 
int Playback100Count [get, set]
 The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted. More...
 

Property Documentation

◆ Playback0Count

int CoreTweet.V2.IMediaNonPublicMetrics.Playback0Count
getset

The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted.

This is a private, or non-public, metric and always requires OAuth 1.0a User Context authentication.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.NonPublicMetrics field, this returns the total count of video view quartiles from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of video view quartiles from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of video view quartiles from promoted contexts.

◆ Playback100Count

int CoreTweet.V2.IMediaNonPublicMetrics.Playback100Count
getset

The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted.

This is a private, or non-public, metric and always requires OAuth 1.0a User Context authentication.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.NonPublicMetrics field, this returns the total count of video view quartiles from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of video view quartiles from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of video view quartiles from promoted contexts.

◆ Playback25Count

int CoreTweet.V2.IMediaNonPublicMetrics.Playback25Count
getset

The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted.

This is a private, or non-public, metric and always requires OAuth 1.0a User Context authentication.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.NonPublicMetrics field, this returns the total count of video view quartiles from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of video view quartiles from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of video view quartiles from promoted contexts.

◆ Playback50Count

int CoreTweet.V2.IMediaNonPublicMetrics.Playback50Count
getset

The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted.

This is a private, or non-public, metric and always requires OAuth 1.0a User Context authentication.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.NonPublicMetrics field, this returns the total count of video view quartiles from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of video view quartiles from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of video view quartiles from promoted contexts.

◆ Playback75Count

int CoreTweet.V2.IMediaNonPublicMetrics.Playback75Count
getset

The number of users who played through to each quartile in a video. This reflects the number of quartile views across all Tweets in which the given video has been posted.

This is a private, or non-public, metric and always requires OAuth 1.0a User Context authentication.

Use expansion for media objects, TweetExpansions.AttachmentsMediaKeys

Using the TweetFields.NonPublicMetrics field, this returns the total count of video view quartiles from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of video view quartiles from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of video view quartiles from promoted contexts.


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