Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
RemoveAutomaticallyCreatedAssetsRequest
Request message for [AdGroupAdService.RemoveAutomaticallyCreatedAssetsRequest][].
Fields |
ad_group_ad
|
string
Required. The resource name of the AdGroupAd from which to remove automatically created assets.
|
assets_with_field_type[]
|
AssetsWithFieldType
Required. List of assets with field type to be removed from the AdGroupAd.
|
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 `AdGroupAdService.RemoveAutomaticallyCreatedAssetsRequest` message is used to request the removal of automatically created assets from an AdGroupAd."],["It requires the `ad_group_ad` field which specifies the AdGroupAd to modify and the `assets_with_field_type` field which lists the assets to be removed, categorized by their field type."]]],["The core content outlines the requirements for a request to remove automatically created assets from an AdGroupAd. The request must include the `ad_group_ad`, a string representing the AdGroupAd's resource name. It also requires `assets_with_field_type[]`, a list specifying which assets and their field types should be removed. Both fields are mandatory for the request to be processed.\n"]]