--- v18/common/ad_type_infos.proto 2025-02-24 15:48:54.000000000 +0000 +++ v19/common/ad_type_infos.proto 2025-02-24 15:48:59.000000000 +0000 @@ -381,6 +381,9 @@ // List of media bundle assets that may be used with the ad. repeated AdMediaBundleAsset html5_media_bundles = 6; + + // An app deep link asset that may be used with the ad. + AdAppDeepLinkAsset app_deep_link = 7; } // App engagement ads allow you to write text encouraging a specific action in @@ -670,10 +675,18 @@ // Portrait marketing image assets to be used in the ad. Valid image types are // GIF, JPEG, and PNG. The minimum size is 480x600 and the aspect ratio must - // be 4:5 (+-1%). Combined with `marketing_images` and - // `square_marketing_images` the maximum is 20. + // be 4:5 (+-1%). Combined + // with `marketing_images`, `square_marketing_images`, and + // `tall_portrait_marketing_images` the maximum is 20. repeated AdImageAsset portrait_marketing_images = 3; + // Tall portrait marketing image assets to be used in the ad. Valid image + // types are GIF, JPEG, and PNG. The minimum size is 600x1067 and the aspect + // ratio must be 9:16 (+-1%). Combined with `marketing_images`, + // `square_marketing_images`, and `portrait_marketing_images`, the maximum + // is 20. + repeated AdImageAsset tall_portrait_marketing_images = 10; + // Logo image assets to be used in the ad. Valid image types are GIF, // JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be // 1:1 (+-1%). At least 1 and max 5 logo images can be specified.
/common/ad_type_infos.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-24 UTC.