AdPromotedTweets
Retrieve all of the advertising-enabled Tweets the authenticating user has access to.
View Specific Information
Select
Only the AccountId filter is supported. This is a common required filter for all views related to analytics. If specified, it will override the value of the AccountId connection property. Otherwise, if no value is specified, the adapter will try to get the first account from the list returned by the AdAccount view.
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. |