MediaFields
A list of metadata fields to retrieve for media objects that are associated with tweets.
To obtain this information, first set the Expansions parameter so that the connector requests additional information about media objects.
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: | duration_ms,height,media_key,preview_image_url,type,url,width,public_metrics
|
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | MediaFields=url,media_key,duration
|
See Also: | Expansions |