Twitter Public

The table below gives information about all the data fields that you can import from Twitter Public.

Field UI name

Field API name

Data Type

Description

Use in Adverity

Docs

contributors_enabled

string

Deprecated. Value will be set to null.

dimension

coordinates

string

Nullable. Represents the geographic location of this Tweet as reported by the user or client application. The inner coordinates array is formatted as geoJSON(longitude first, then latitude).

dimension

created_at

string

UTC time when this Tweet was created.

dimension

created_at

string

UTC time when this Tweet was created.

dimension

default_profile

boolean

When true, indicates that the user has not altered the theme or background of their user profile

dimension

default_profile_image

boolean

When true, indicates that the user has not uploaded their own profile image and a default image is used instead.

dimension

derived

string

Enterprise APIs only Collection of Enrichment metadata derived for user. Provides the Profile Geo Enrichment metadata. See referenced documentation for more information, including JSON data dictionaries.

dimension

description

string

Nullable. The user-defined UTF-8 string describing their account.

dimension

entities

string

Entities which have been parsed out of the text of the Tweet. Additionally see Entities in Twitter Objects.

dimension

extended_entities

string

When between one and four native photos or one video or one animated GIF are in Tweet, contains an array 'media' metadata. This is also available in Quote Tweets. Additionally see Entities in Twitter Objects.

dimension

favorite_count

long

Nullable. Indicates approximately how many times this Tweet has been liked by Twitter users.

metric

favorited

boolean

Nullable. Indicates whether this Tweet has been liked by the authenticating user.

metric

favourites_count

long

The number of Tweets this user has liked in the accounts lifetime. British spelling used in the field name for historical reasons.

metric

filter_level

string

Indicates the maximum value of the filter_level parameter which may be used and still stream this Tweet. So a value of medium will be streamed on none,low, and medium streams.

metric

followers_count

long

The number of followers this account currently has. Under certain conditions of duress, this field will temporarily indicate 0.

metric

friends_count

long

The number of users this account is following (AKA their followings). Under certain conditions of duress, this field will temporarily indicate 0.

metric

geo_enabled

string

Value will be set to null. Still available via GET account/settings. This field must be true for the current user to attach geographic data when using POST statuses /update

dimension

id

long

The integer representation of the unique identifier for this Tweet. This number is greater than 53 bits and some programming languages may have difficulty/silent defects in interpreting it. Using a signed 64 bit integer for storing this identifier is safe. Use id_str for fetching the identifier to stay on the safe side. See Twitter IDs, JSON and Snowflake.

dimension

id

long

The integer representation of the unique identifier for this User. This number is greater than 53 bits and some programming languages may have difficulty/silent defects in interpreting it. Using a signed 64 bit integer for storing this identifier is safe. Use id_str for fetching the identifier to stay on the safe side. See Twitter IDs, JSON and Snowflake.

metric

in_reply_to_screen_name

string

Nullable. If the represented Tweet is a reply, this field will contain the screen name of the original Tweets author.

dimension

in_reply_to_status_id

long

Nullable. If the represented Tweet is a reply, this field will contain the integer representation of the original Tweets ID.

dimension

in_reply_to_status_id_str

string

Nullable. If the represented Tweet is a reply, this field will contain the string representation of the original Tweets ID.

dimension

in_reply_to_user_id

long

Nullable. If the represented Tweet is a reply, this field will contain the integer representation of the original Tweets author ID. This will not necessarily always be the user directly mentioned in the Tweet.

dimension

in_reply_to_user_id_str

string

Nullable. If the represented Tweet is a reply, this field will contain the string representation of the original Tweets author ID. This will not necessarily always be the user directly mentioned in the Tweet.

dimension

is_quote_status

boolean

Indicates whether this is a Quoted Tweet.

dimension

lang

string

Nullable. When present, indicates a BCP 47 language identifier corresponding to the machine-detected language of the Tweet text, or und if no language could be detected.

dimension

lang

string

Value will be set to null.Still available via GET account/settings as language

dimension

listed_count

long

The number of public lists that this user is a member of.

metric

location

string

Nullable. The user-defined location for this accounts profile. Not necessarily a location, nor machine-parseable. This field will occasionally be fuzzily interpreted by the Search service.

dimension

matching_rules

string

Present in filtered products such as Twitter Search and PowerTrack. Provides the id and tag associated with the rule that matched the Tweet. With PowerTrack, more than one rule can match a Tweet.

dimension

name

string

The name of the user, as they've defined it. Not necessarily a persons name. Typically capped at 50 characters, but subject to change.

dimension

place

string

Nullable When present, indicates that the tweet is associated (but not necessarily originating from) a Place.

dimension

possibly_sensitive

boolean

Nullable. This field only surfaces when a Tweet contains a link. The meaning of the field doesnt pertain to the Tweet content itself, but instead it is an indicator that the URL contained in the Tweet may contain content or media identified as sensitive content.

dimension

profile_background_color

string

Deprecated. Value will be set to null.

dimension

profile_background_image_url

string

Deprecated. Value will be set to null.

dimension

profile_background_image_url_https

string

Deprecated. Value will be set to null.

dimension

profile_background_tile

string

Deprecated. Value will be set to null.

dimension

profile_banner_url

string

The HTTPS-based URL pointing to the standard web representation of the users uploaded profile banner. By adding a final path element of the URL, it is possible to obtain different image sizes optimized for specific displays. For size variants, please see User Profile Images and Banners.

dimension

profile_image_url

string

Deprecated. Value will be set to null. NOTE: Profile images are only available using the profile_image_url_https field.

dimension

profile_image_url_https

string

A HTTPS-based URL pointing to the users profile image.

dimension

profile_link_color

string

Deprecated. Value will be set to null.

dimension

profile_sidebar_border_color

string

Deprecated. Value will be set to null.

dimension

profile_sidebar_fill_color

string

Deprecated. Value will be set to null.

dimension

profile_text_color

string

Deprecated. Value will be set to null.

dimension

profile_use_background_image

string

Deprecated. Value will be set to null.

dimension

protected

boolean

When true, indicates that this user has chosen to protect their Tweets. See About Public and Protected Tweets.

dimension

quoted_status

string

This field only surfaces when the Tweet is a quote Tweet. This attribute contains the Tweet object of the original Tweet that was quoted.

dimension

quoted_status_id

long

This field only surfaces when the Tweet is a quote Tweet. This field contains the integer value Tweet ID of the quoted Tweet.

dimension

quoted_status_id_str

string

This field only surfaces when the Tweet is a quote Tweet. This is the string representation Tweet ID of the quoted Tweet.

dimension

report_date

string

report_date

dimension

retweet_count

long

Number of times this Tweet has been retweeted.

metric

retweeted

boolean

Indicates whether this Tweet has been Retweeted by the authenticating user.

dimension

retweeted_status

string

Users can amplify the broadcast of Tweets authored by other users by retweeting. Retweets can be distinguished from typical Tweets by the existence of a retweeted_status attribute. This attribute contains a representation of the original Tweet that was retweeted. Note that retweets of retweets do not show representations of the intermediary retweet, but only the original Tweet. (Users can also unretweet a retweet they created by deleting their retweet.)

dimension

screen_name

string

The screen name, handle, or alias that this user identifies themselves with. screen_names are unique but subject to change. Use id_str as a user identifier whenever possible. Typically a maximum of 15 characters long, but some historical accounts may exist with longer names.

dimension

source

string

Utility used to post the Tweet, as an HTML-formatted string. Tweets from the Twitter website have a source value of web.

dimension

statuses_count

long

The number of Tweets (including retweets) issued by the user.

metric

text

string

The actual UTF-8 text of the status update. See twitter-text for details on what characters are currently considered valid.

dimension

time_zone

string

Value will be set to null. Still available via GET account/settings as tzinfo_name

dimension

truncated

boolean

Indicates whether the value of the text parameter was truncated, for example, as a result of a retweet exceeding the original Tweet text length limit of 140 characters. Truncated text will end in ellipsis, like this...Since Twitter now rejects long Tweets vs truncating them, the large majority of Tweets will have this set to false. Note that while native retweets may have their toplevel text property shortened, the original text will be available under the retweeted_status object and the truncated parameter will be set to the value of the original status (in most cases, false).

dimension

url

string

Nullable. A URL provided by the user in association with their profile.

dimension

user

string

The user who posted this Tweet. See User data dictionary for complete list of attributes.

dimension

utc_offset

string

Value will be set to null. Still available via GET account/settings

dimension

verified

boolean

When true, indicates that the user has a verified account. See Verified Accounts.

dimension

withheld_in_countries

string

When present, indicates a list of uppercase two-letter country codes this content is withheld from.

dimension

withheld_scope

string

When present, indicates that the content being withheld is a user.

dimension