Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCampaignFeedResult
The result for the campaign feed mutate.
Fields |
resource_name
|
string
Returned for successful operations.
|
campaign_feed
|
CampaignFeed
The mutated campaign feed with only mutable fields after mutate. The field will only be returned when response_content_type is set to "MUTABLE_RESOURCE".
|
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 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The `resource_name` field is a string that is returned for successful operations."],["The `campaign_feed` field returns the modified CampaignFeed object with only the changed fields, but only when `response_content_type` is set to \"MUTABLE_RESOURCE\"."]]],["The output of a campaign feed mutation is presented. Upon success, a `resource_name` string is returned. If the `response_content_type` is set to \"MUTABLE_RESOURCE\", the `campaign_feed` is returned. This `campaign_feed` data includes the mutated campaign feed, showcasing only the fields that have changed after the mutate operation.\n"]]