--- 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
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-02-18 (世界標準時間)。