AdPromotedTweets
Columns
Name
Type
Description
Id [KEY]
String
The identifier corresponding to the specific promotion.
TweetId
String
The Id of the status update or tweet that is promoted.
LineItemId
String
The Id of the line item this tweet is part of.
AccountId
String
The Id of the advertising account to work with.
CreatedAt
Datetime
The time when the tweet was promoted.
UpdatedAt
Datetime
The time when the tweet was updated.
Deleted
Boolean
A boolean indicating if this item is deleted.
EntityStatus
String
The status for this entity: ACTIVE, DRAFT, and PAUSED.
ApprovalStatus
String
Indicates if this promotion is approved.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
IncludeDeleted
String
Boolean used for including or not the deleted accounts.
The default value is false.
Last updated