@@ -109,7 +109,7 @@ message CallOnlyAdInfo {
109109
110110 // The conversion action to attribute a call conversion to. If not set a
111111 // default conversion action is used. This field only has effect if
112- // call_tracked is set to true. Otherwise this field is ignored.
112+ // ` call_tracked` is set to ` true` . Otherwise this field is ignored.
113113 optional string conversion_action = 23 ;
114114
115115 // The call conversion behavior of this call only ad. It can use its own call
@@ -210,8 +210,8 @@ message DisplayCallToAction {
210210 // white.
211211 optional string text_color = 6 ;
212212
213- // Identifies the url collection in the ad.url_collections field. If not set
214- // the url defaults to final_url.
213+ // Identifies the URL collection in the ` ad.url_collections` field. If not
214+ // set, the URL defaults to ` final_url` .
215215 optional string url_collection_id = 7 ;
216216}
217217
@@ -402,11 +402,11 @@ message ResponsiveSearchAdInfo {
402402 // will be selected from this list.
403403 repeated AdTextAsset descriptions = 2 ;
404404
405- // First part of text that may appear appended to the url displayed in the ad.
405+ // First part of text that can be appended to the URL in the ad.
406406 optional string path1 = 5 ;
407407
408- // Second part of text that may appear appended to the url displayed in the
409- // ad. This field can only be set when path1 is also set.
408+ // Second part of text that can be appended to the URL in the ad. This field
409+ // can only be set when ` path1` is also set.
410410 optional string path2 = 6 ;
411411}
412412
@@ -428,17 +428,17 @@ message LegacyResponsiveDisplayAdInfo {
428428 // Advertiser's consent to allow flexible color. When true, the ad may be
429429 // served with different color if necessary. When false, the ad will be served
430430 // with the specified colors or a neutral color.
431- // The default value is true.
432- // Must be true if main_color and accent_color are not set.
431+ // The default value is ` true` .
432+ // Must be true if ` main_color` and ` accent_color` are not set.
433433 optional bool allow_flexible_color = 20 ;
434434
435435 // The accent color of the ad in hexadecimal, e.g. #ffffff for white.
436- // If one of main_color and accent_color is set, the other is required as
436+ // If one of ` main_color` and ` accent_color` is set, the other is required as
437437 // well.
438438 optional string accent_color = 21 ;
439439
440440 // The main color of the ad in hexadecimal, e.g. #ffffff for white.
441- // If one of main_color and accent_color is set, the other is required as
441+ // If one of ` main_color` and ` accent_color` is set, the other is required as
442442 // well.
443443 optional string main_color = 22 ;
444444
@@ -463,7 +463,7 @@ message LegacyResponsiveDisplayAdInfo {
463463 // Prefix before price. E.g. 'as low as'.
464464 optional string price_prefix = 28 ;
465465
466- // Promotion text used for dyanmic formats of responsive ads. For example
466+ // Promotion text used for dynamic formats of responsive ads. For example
467467 // 'Free two-day shipping'.
468468 optional string promo_text = 29 ;
469469}
@@ -513,7 +513,7 @@ message AppEngagementAdInfo {
513513
514514// A legacy app install ad that only can be used by a few select customers.
515515message LegacyAppInstallAdInfo {
516- // The id of the mobile app.
516+ // The ID of the mobile app.
517517 optional string app_id = 6 ;
518518
519519 // The app store the mobile app is available in.
@@ -533,24 +533,24 @@ message LegacyAppInstallAdInfo {
533533message ResponsiveDisplayAdInfo {
534534 // Marketing images to be used in the ad. Valid image types are GIF,
535535 // JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must
536- // be 1.91:1 (+-1%). At least one marketing_image is required. Combined with
537- // square_marketing_images the maximum is 15.
536+ // be 1.91:1 (+-1%). At least one ` marketing_image` is required. Combined
537+ // with ` square_marketing_images`, the maximum is 15.
538538 repeated AdImageAsset marketing_images = 1 ;
539539
540540 // Square marketing images to be used in the ad. Valid image types are GIF,
541541 // JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must
542- // be 1:1 (+-1%). At least one square marketing_image is required. Combined
543- // with marketing_images the maximum is 15.
542+ // be 1:1 (+-1%). At least one square ` marketing_image` is required. Combined
543+ // with ` marketing_images`, the maximum is 15.
544544 repeated AdImageAsset square_marketing_images = 2 ;
545545
546546 // Logo images to be used in the ad. Valid image types are GIF,
547547 // JPEG, and PNG. The minimum size is 512x128 and the aspect ratio must
548- // be 4:1 (+-1%). Combined with square_logo_images the maximum is 5.
548+ // be 4:1 (+-1%). Combined with ` square_logo_images`, the maximum is 5.
549549 repeated AdImageAsset logo_images = 3 ;
550550
551551 // Square logo images to be used in the ad. Valid image types are GIF,
552552 // JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must
553- // be 1:1 (+-1%). Combined with square_logo_images the maximum is 5.
553+ // be 1:1 (+-1%). Combined with ` square_logo_images`, the maximum is 5.
554554 repeated AdImageAsset square_logo_images = 4 ;
555555
556556 // Short format headlines for the ad. The maximum length is 30 characters.
@@ -571,20 +571,20 @@ message ResponsiveDisplayAdInfo {
571571 optional string business_name = 17 ;
572572
573573 // The main color of the ad in hexadecimal, e.g. #ffffff for white.
574- // If one of main_color and accent_color is set, the other is required as
574+ // If one of ` main_color` and ` accent_color` is set, the other is required as
575575 // well.
576576 optional string main_color = 18 ;
577577
578578 // The accent color of the ad in hexadecimal, e.g. #ffffff for white.
579- // If one of main_color and accent_color is set, the other is required as
579+ // If one of ` main_color` and ` accent_color` is set, the other is required as
580580 // well.
581581 optional string accent_color = 19 ;
582582
583583 // Advertiser's consent to allow flexible color. When true, the ad may be
584584 // served with different color if necessary. When false, the ad will be served
585585 // with the specified colors or a neutral color.
586- // The default value is true.
587- // Must be true if main_color and accent_color are not set.
586+ // The default value is ` true` .
587+ // Must be true if ` main_color` and ` accent_color` are not set.
588588 optional bool allow_flexible_color = 20 ;
589589
590590 // The call-to-action text for the ad. Maximum display width is 30.
@@ -593,7 +593,7 @@ message ResponsiveDisplayAdInfo {
593593 // Prefix before price. E.g. 'as low as'.
594594 optional string price_prefix = 22 ;
595595
596- // Promotion text used for dyanmic formats of responsive ads. For example
596+ // Promotion text used for dynamic formats of responsive ads. For example
597597 // 'Free two-day shipping'.
598598 optional string promo_text = 23 ;
599599
@@ -635,17 +635,16 @@ message LocalAdInfo {
635635 // are optional and at most 20 can be specified.
636636 repeated AdVideoAsset videos = 6 ;
637637
638- // First part of optional text that may appear appended to the url displayed
639- // in the ad.
638+ // First part of optional text that can be appended to the URL in the ad.
640639 optional string path1 = 9 ;
641640
642- // Second part of optional text that may appear appended to the url displayed
643- // in the ad. This field can only be set when path1 is also set.
641+ // Second part of optional text that can be appended to the URL in the ad.
642+ // This field can only be set when ` path1` is also set.
644643 optional string path2 = 10 ;
645644}
646645
647646// A generic type of display ad. The exact ad format is controlled by the
648- // display_upload_product_type field, which determines what kinds of data
647+ // ` display_upload_product_type` field, which determines what kinds of data
649648// need to be included with the ad.
650649message DisplayUploadAdInfo {
651650 // The product type of this ad. See comments on the enum for details.
@@ -654,7 +653,7 @@ message DisplayUploadAdInfo {
654653 // The asset data that makes up the ad.
655654 oneof media_asset {
656655 // A media bundle asset to be used in the ad. For information about the
657- // media bundle for HTML5_UPLOAD_AD see
656+ // media bundle for HTML5_UPLOAD_AD, see
658657 // https://support.google.com/google-ads/answer/1722096
659658 // Media bundles that are part of dynamic product types use a special format
660659 // that needs to be created through the Google Web Designer. See
0 commit comments