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

Properties

int ImpressionCount [get, set]
 A count of how many times the Tweet has been viewed (not unique by user). A view is counted if any part of the Tweet is visible on the screen. More...
 
int UrlLinkClicks [get, set]
 A count of the number of times a user clicks on a URL link or URL preview card in a Tweet. More...
 
int UserProfileClicks [get, set]
 A count of the number of times a user clicks the following portions of a Tweet: display name, user name, profile picture. More...
 

Property Documentation

◆ ImpressionCount

int CoreTweet.V2.ITweetNonPublicMetrics.ImpressionCount
getset

A count of how many times the Tweet has been viewed (not unique by user). A view is counted if any part of the Tweet is visible on the screen.

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

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

Using the TweetFields.OrganicMetrics field, this returns the count of impressions from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of impressions from promoted contexts.

◆ UrlLinkClicks

int CoreTweet.V2.ITweetNonPublicMetrics.UrlLinkClicks
getset

A count of the number of times a user clicks on a URL link or URL preview card in a Tweet.

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

Using the TweetFields.NonPublicMetrics field, this returns the total count of URL link clicks from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of URL link clicks from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of URL link clicks from promoted contexts.

◆ UserProfileClicks

int CoreTweet.V2.ITweetNonPublicMetrics.UserProfileClicks
getset

A count of the number of times a user clicks the following portions of a Tweet: display name, user name, profile picture.

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

Using the TweetFields.NonPublicMetrics field, this returns the total count of user profile clicks from both organic and paid contexts.

Using the TweetFields.OrganicMetrics field, this returns the count of user profile clicks from organic contexts.

Using the TweetFields.PromotedMetrics field, this returns the count of user profile clicks from paid contexts.


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