CustomerFeed
A customer feed.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
CustomerFeedFeed | String | ATTRIBUTE | Immutable. The feed being linked to the customer. |
CustomerFeedMatchingFunctionFunctionString | String | ATTRIBUTE | String representation of the Function. Examples: 1. IDENTITY(true) or IDENTITY(false). All or no feed items served. 2. EQUALS(CONTEXT.DEVICE,'Mobile') 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003}) 4. CONTAINS_ANY(FeedAttribute[12345678,0],{'Mars cruise','Venus cruise'}) 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,'Mobile')) For more details, visit https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions Note that because multiple strings may represent the same underlying function (whitespace and single versus double quotation marks, for example), the value returned may not be identical to the string sent in a mutate request. |
CustomerFeedMatchingFunctionLeftOperands | String | ATTRIBUTE | The operands on the left hand side of the equation. This is also the operand to be used for single operand expressions such as NOT. |
CustomerFeedMatchingFunctionOperator | String | ATTRIBUTE | Operator for a function.
The allowed values are AND, CONTAINS_ANY, EQUALS, IDENTITY, IN, UNKNOWN, UNSPECIFIED. |
CustomerFeedMatchingFunctionRightOperands | String | ATTRIBUTE | The operands on the right hand side of the equation. |
CustomerFeedPlaceholderTypes | String | ATTRIBUTE | Indicates which placeholder types the feed may populate under the connected customer. Required.
The allowed values are AD_CUSTOMIZER, AFFILIATE_LOCATION, APP, CALL, CALLOUT, DYNAMIC_CUSTOM, DYNAMIC_EDUCATION, DYNAMIC_FLIGHT, DYNAMIC_HOTEL, DYNAMIC_JOB, DYNAMIC_LOCAL, DYNAMIC_REAL_ESTATE, DYNAMIC_TRAVEL, IMAGE, LOCATION, MESSAGE, PRICE, PROMOTION, SITELINK, STRUCTURED_SNIPPET, UNKNOWN, UNSPECIFIED. |
CustomerFeedResourceName | String | ATTRIBUTE | Immutable. The resource name of the customer feed. Customer feed resource names have the form: customers/{customer_id}/customerFeeds/{feed_id} |
CustomerFeedStatus | String | ATTRIBUTE | Output only. Status of the customer feed. This field is read-only.
The allowed values are ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
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. |