FeedMapping
A feed mapping.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
FeedMappingAttributeFieldMappings | String | ATTRIBUTE | Immutable. Feed attributes to field mappings. These mappings are a one-to-many relationship meaning that 1 feed attribute can be used to populate multiple placeholder fields, but 1 placeholder field can only draw data from 1 feed attribute. Ad Customizer is an exception, 1 placeholder field can be mapped to multiple feed attributes. Required. |
FeedMappingCriterionType | String | ATTRIBUTE | Immutable. The criterion type of this mapping (for example, if the mapping maps feed attributes to criterion fields).
使用できる値は次のとおりです。DSA_PAGE_FEED, LOCATION_EXTENSION_TARGETING, UNKNOWN, UNSPECIFIED |
FeedMappingFeed | String | ATTRIBUTE | Immutable. The feed of this feed mapping. |
FeedMappingPlaceholderType | String | ATTRIBUTE | Immutable. The placeholder type of this mapping (for example, if the mapping maps feed attributes to placeholder fields).
使用できる値は次のとおりです。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 |
FeedMappingResourceName | String | ATTRIBUTE | Immutable. The resource name of the feed mapping. Feed mapping resource names have the form: customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id} |
FeedMappingStatus | String | ATTRIBUTE | Output only. Status of the feed mapping. This field is read-only.
使用できる値は次のとおりです。ENABLED, REMOVED, UNKNOWN, UNSPECIFIED |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |