--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-10-15。
[null,null,["最后更新时间 (UTC):2025-10-15。"],[],[]]