Following
Get a list of your followers.
Table Specific Information
Select
The connector will use the Pinterest API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the connector.
- AdAccountID supports the '=' operator.
- ExplicitFollowing supports the '=' operator.
- FeedType supports the '=' operator.
Select * from Following Select * from Following where AdAccountId = '547362621403' Select * from Following where FeedType = 'ALL' Select * from Following where ExplicitFollowing = true
Columns
Name | Type | References | Description |
Username [KEY] | String | Username | |
Type | String | Always user |
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 | |
FeedType | String | Specifies the type of followees to be kept when filtering them. Default - ALL
The allowed values are ALL, RANKED, CREATOR_ONLY, RANKED_CREATOR_ONLY. | |
ExplicitFollowing | Boolean | Whether or not to include implicit user follows, which means followees with board follows. | |
AdAccountID | String | Unique identifier of an ad account. |