FeedItemTarget
A feed item target.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| FeedItemTargetAdGroup | String | ATTRIBUTE | Immutable. The targeted ad group. |
| FeedItemTargetAdSchedule | String | ATTRIBUTE | Immutable. The targeted schedule. |
| FeedItemTargetAdScheduleDayOfWeek | String | ATTRIBUTE | Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations.
使用できる値は次のとおりです。FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, UNKNOWN, UNSPECIFIED, WEDNESDAY |
| FeedItemTargetCampaign | String | ATTRIBUTE | Immutable. The targeted campaign. |
| FeedItemTargetDevice | String | ATTRIBUTE | Immutable. The targeted device.
使用できる値は次のとおりです。MOBILE, UNKNOWN, UNSPECIFIED |
| FeedItemTargetFeedItem | String | ATTRIBUTE | Immutable. The feed item to which this feed item target belongs. |
| FeedItemTargetFeedItemTargetId | Long | ATTRIBUTE | Output only. The ID of the targeted resource. This field is read-only. |
| FeedItemTargetFeedItemTargetType | String | ATTRIBUTE | Output only. The target type of this feed item target. This field is read-only.
使用できる値は次のとおりです。AD_GROUP, CAMPAIGN, CRITERION, UNKNOWN, UNSPECIFIED |
| FeedItemTargetGeoTargetConstant | String | ATTRIBUTE | Immutable. The targeted geo target constant resource name. |
| FeedItemTargetKeywordMatchType | String | ATTRIBUTE | The match type of the keyword.
使用できる値は次のとおりです。BROAD, EXACT, PHRASE, UNKNOWN, UNSPECIFIED |
| FeedItemTargetKeywordText | String | ATTRIBUTE | The text of the keyword (at most 80 characters and 10 words). |
| FeedItemTargetResourceName | String | ATTRIBUTE | Immutable. The resource name of the feed item target. Feed item target resource names have the form: customers/{customer_id}/feedItemTargets/{feed_id}~{feed_item_id}~{feed_item_target_type}~{feed_item_target_id} |
| FeedItemTargetStatus | String | ATTRIBUTE | Output only. Status of the feed item target. 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. |