--- v21/enums/asset_automation_type.proto 2025-10-07 23:35:21.000000000 +0000 +++ v22/enums/asset_automation_type.proto 2025-10-07 23:35:30.000000000 +0000 @@ -64,6 +64,18 @@ // campaigns. Opted in by default. GENERATE_ENHANCED_YOUTUBE_VIDEOS = 6; + // Generates image enhancements (AutoCrop and AutoEnhance). Opted + // in by default for pmax. + GENERATE_IMAGE_ENHANCEMENT = 7; + + // Generates image extraction. Opted in by default for pmax. + GENERATE_IMAGE_EXTRACTION = 9; + + // Adds design elements and embeds text assets into image assets to create + // images with different aspect ratios. By default, advertisers are opted + // in for DemandGenMultiAssetAd. + GENERATE_DESIGN_VERSIONS_FOR_IMAGES = 10; + // Controls automation for text assets related to Final URL expansion. This // includes automatically creating dynamic landing pages from the final URL // and generating text assets from the content of those landing pages. This @@ -67,8 +79,12 @@ // Controls automation for text assets related to Final URL expansion. This // includes automatically creating dynamic landing pages from the final URL // and generating text assets from the content of those landing pages. This - // setting only applies to Search campaigns, and advertisers are opted-out - // by default. + // setting is turned OFF by default for Search campaigns, but it is turned + // ON by default for Performance Max campaigns. FINAL_URL_EXPANSION_TEXT_ASSET_AUTOMATION = 11; + + // Generates videos using other Assets as input, such as images and text. By + // default, advertisers are opted in for DemandGenMultiAssetAd. + GENERATE_VIDEOS_FROM_OTHER_ASSETS = 12; } }
/enums/asset_automation_type.proto
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2026-02-18 (UTC).