--- 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
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2026-02-18 UTC.