/common/ad_type_infos.proto

--- v18/common/ad_type_infos.proto  2025-08-05 14:36:11.000000000 +0000
+++ v19/common/ad_type_infos.proto  2025-08-05 14:36:14.000000000 +0000
@@ -212,10 +212,13 @@
   string description2 = 3;

   // Video thumbnail image to use.
-  google.ads.googleads.v18.enums.VideoThumbnailEnum.VideoThumbnail thumbnail =
+  google.ads.googleads.v19.enums.VideoThumbnailEnum.VideoThumbnail thumbnail =
       4;
 }

+// Representation of YouTube Audio ad format.
+message YouTubeAudioAdInfo {}
+
 // A video ad.
 message VideoAdInfo {
   // The YouTube video assets used for the ad.
@@ -237,6 +240,9 @@

     // In-feed video ad format.
     InFeedVideoAdInfo in_feed = 9;
+
+    // YouTube Audio ad format.
+    YouTubeAudioAdInfo audio = 10;
   }
 }

@@ -381,6 +387,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 +681,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.