CustomerFeed
Fields |
resource_name
|
string
Immutable. The resource name of the customer feed. Customer feed resource names have the form: customers/{customer_id}/customerFeeds/{feed_id}
|
placeholder_types[]
|
PlaceholderType
Indicates which placeholder types the feed may populate under the connected customer. Required.
|
matching_function
|
MatchingFunction
Matching function associated with the CustomerFeed. The matching function is used to filter the set of feed items selected. Required.
|
status
|
FeedLinkStatus
Output only. Status of the customer feed. This field is read-only.
|
feed
|
string
Immutable. The feed being linked to the customer.
|
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.
[null,null,["Last updated 2024-11-25 UTC."],[[["Customer Feeds connect a feed to a Google Ads customer account, allowing feed data to be used in ads."],["They specify which placeholder types can be populated by the feed and how feed items are selected using a matching function."],["Each Customer Feed has a resource name, placeholder types, matching function, status, and the associated feed."],["The `resource_name`, `feed`, and `placeholder_types` fields are immutable, meaning they cannot be changed after creation."],["The `status` field is read-only and reflects the current state of the customer feed."]]],[]]