Excel Add-In for Pinterest

Build 25.0.9434

Following

Get a list of your followers.

Table Specific Information

Select

The add-in uses 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 add-in.

  • AdAccountID supports the '=' operator.
  • ExplicitFollowing supports the '=' operator.
  • FeedType supports the '=' operator.
For example:
	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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434