Feed
A feed.
Table Specific Information
Select
Google Ads does not allow every column to be selected in a single query as some data will conflict if selected together. Therefore, when issuing a query that selects all columns, only the default metrics, segments, and attributes will be returned. In general, these defaults are the same fields that are exposed through the Ads console.
To use the nondefault fields, explicitly select them in your query.
Filters can also be used in the WHERE clause. The supported operators are the =, !=, >, >=, <, <=, LIKE, NOT LIKE, IN, and NOT IN operators. All filters must be joined by the AND keyword as OR is not supported by the Ads API.
Columns
Name
Type
Behavior
Description
FeedAffiliateLocationFeedDataChainIds
Long
Attribute
AffiliateLocationFeedDataChainIds column for table Feed
FeedAffiliateLocationFeedDataRelationshipType
String
Attribute
AffiliateLocationFeedDataRelationshipType column for table Feed
FeedAttributes
String
Attribute
Attributes column for table Feed
FeedId
Long
Attribute
Id column for table Feed
FeedName
String
Attribute
Name column for table Feed
FeedOrigin
String
Attribute
Origin column for table Feed
FeedPlacesLocationFeedDataBusinessNameFilter
String
Attribute
PlacesLocationFeedDataBusinessNameFilter column for table Feed
FeedPlacesLocationFeedDataCategoryFilters
String
Attribute
PlacesLocationFeedDataCategoryFilters column for table Feed
FeedPlacesLocationFeedDataEmailAddress
String
Attribute
PlacesLocationFeedDataEmailAddress column for table Feed
FeedPlacesLocationFeedDataLabelFilters
String
Attribute
PlacesLocationFeedDataLabelFilters column for table Feed
FeedResourceName
String
Attribute
ResourceName column for table Feed
FeedStatus
String
Attribute
Status column for table Feed
CustomerId
Long
Attribute
ClientCustomerId column for table Feed
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
ManagerId
Long
Id of the manager account on behalf of which you are requesting customer data.
Last updated