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

Properties

int ImpressionCount [get, set]
 Number of times the Tweet has been viewed. More...
 
int UrlLinkClicks [get, set]
 Number of times the Tweet has been viewed. More...
 
int UserProfileClicks [get, set]
 Number of times the Tweet has been viewed. More...
 
- Properties inherited from CoreTweet.V2.ITweetNonPublicMetrics
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...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ ImpressionCount

int CoreTweet.V2.TweetNonPublicMetrics.ImpressionCount
getset

Number of times the Tweet has been viewed.

◆ UrlLinkClicks

int CoreTweet.V2.TweetNonPublicMetrics.UrlLinkClicks
getset

Number of times the Tweet has been viewed.

◆ UserProfileClicks

int CoreTweet.V2.TweetNonPublicMetrics.UserProfileClicks
getset

Number of times the Tweet has been viewed.


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