Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
Feed
Stay organized with collections
Save and categorize content based on your preferences.
Fields |
resource_name
|
string
Immutable. The resource name of the feed. Feed resource names have the form: customers/{customer_id}/feeds/{feed_id}
|
attributes[]
|
FeedAttribute
The Feed's attributes. Required on CREATE, unless system_feed_generation_data is provided, in which case Google Ads will update the feed with the correct attributes. Disallowed on UPDATE. Use attribute_operations to add new attributes.
|
attribute_operations[]
|
FeedAttributeOperation
The list of operations changing the feed attributes. Attributes can only be added, not removed.
|
origin
|
FeedOrigin
Immutable. Specifies who manages the FeedAttributes for the Feed.
|
status
|
FeedStatus
Output only. Status of the feed. This field is read-only.
|
id
|
int64
Output only. The ID of the feed. This field is read-only.
|
name
|
string
Immutable. Name of the feed. Required.
|
Union field system_feed_generation_data
system_feed_generation_data . The system data for the Feed. This data specifies information for generating the feed items of the system generated feed. system_feed_generation_data can be only one of the following: |
places_location_feed_data
|
PlacesLocationFeedData
Data used to configure a location feed populated from Business Profile.
|
affiliate_location_feed_data
|
AffiliateLocationFeedData
Data used to configure an affiliate location feed populated with the specified chains.
|
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-11-25 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-11-25 UTC."],[[["A feed is a resource in Google Ads used to provide supplemental data to campaigns, such as location information or product details."],["Feeds have attributes that define the type of data they contain, which can be managed by Google Ads or the user."],["Feeds can be system-generated, such as location feeds populated from Business Profile or affiliate location feeds."],["Each feed has a unique resource name, ID, and status, and requires a name when created."],["Feed attributes can be added using attribute operations but cannot be removed."]]],[]]