TweetFields
A list of metadata fields to retrieve for each tweet (both the original tweet being requested, and any tweets that are associated with it - such as tweets that were retweeted, quoted, or replied to).
To retrieve information about associated tweets, first set the Expansions parameter so that the connector requests additional information about associated tweets.
For a list of possible values for this parameter, refer to the Twitter API documentation.
This parameter applies only when you set ApiVersion to V2
.
Type: | String (comma-separated list) |
Default: | author_id,created_at,text,id,attachments,conversation_id,geo,in_reply_to_user_id,lang,public_metrics,referenced_tweets
|
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | TweetFields=id,author_id,created_at,text
|
See Also: | Expansions |