CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
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... | |
|
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.
|
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.
|
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.