Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedItemTarget
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
resource_name
|
string
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}
|
feed_item_target_type
|
FeedItemTargetType
Output only. The target type of this feed item target. This field is read-only.
|
status
|
FeedItemTargetStatus
Output only. Status of the feed item target. This field is read-only.
|
feed_item
|
string
Immutable. The feed item to which this feed item target belongs.
|
feed_item_target_id
|
int64
Output only. The ID of the targeted resource. This field is read-only.
|
Union field target
target . The targeted resource. target can be only one of the following: |
campaign
|
string
Immutable. The targeted campaign.
|
ad_group
|
string
Immutable. The targeted ad group.
|
keyword
|
KeywordInfo
Immutable. The targeted keyword.
|
geo_target_constant
|
string
Immutable. The targeted geo target constant resource name.
|
device
|
FeedItemTargetDevice
Immutable. The targeted device.
|
ad_schedule
|
AdScheduleInfo
Immutable. The targeted schedule.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["A feed item target links a feed item to a specific target, such as a campaign, ad group, keyword, location, device, or schedule."],["The target type and ID, along with the feed item target's status, are automatically generated and read-only."],["Feed item targets use a resource name format that includes customer ID, feed ID, feed item ID, target type, and target ID."],["The target resource itself is specified within the `target` field, which can hold one of several resource types like campaign, ad group, or keyword information."],["When creating a feed item target, the feed item, target resource, and target type are immutable and cannot be changed later."]]],[]]