--- 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
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2026-02-18 UTC.