@@ -161,8 +161,8 @@ message DisplayCallToAction {
161161 // Text for the display-call-to-action.
162162 optional string text = 5 ;
163163
164- // Text color for the display-call-to-action in hexadecimal, e.g. #ffffff for
165- // white.
164+ // Text color for the display-call-to-action in hexadecimal, for example,
165+ // # ffffff for white.
166166 optional string text_color = 6 ;
167167
168168 // Identifies the URL collection in the `ad.url_collections` field. If not
@@ -323,8 +323,9 @@ message VideoAdInfo {
323323
324324// A video responsive ad.
325325message VideoResponsiveAdInfo {
326- // List of text assets used for the short headline, e.g. the "Call To Action"
327- // banner. Currently, only a single value for the short headline is supported.
326+ // List of text assets used for the short headline, for example, the "Call To
327+ // Action" banner. Currently, only a single value for the short headline is
328+ // supported.
328329 repeated AdTextAsset headlines = 1 ;
329330
330331 // List of text assets used for the long headline.
@@ -335,8 +336,8 @@ message VideoResponsiveAdInfo {
335336 // Currently, only a single value for the description is supported.
336337 repeated AdTextAsset descriptions = 3 ;
337338
338- // List of text assets used for the button, e.g. the "Call To Action" button.
339- // Currently, only a single value for the button is supported.
339+ // List of text assets used for the button, for example, the "Call To Action"
340+ // button. Currently, only a single value for the button is supported.
340341 repeated AdTextAsset call_to_actions = 4 ;
341342
342343 // List of YouTube video assets used for the ad.
@@ -404,12 +405,12 @@ message LegacyResponsiveDisplayAdInfo {
404405 // Must be true if `main_color` and `accent_color` are not set.
405406 optional bool allow_flexible_color = 20 ;
406407
407- // The accent color of the ad in hexadecimal, e.g. #ffffff for white.
408+ // The accent color of the ad in hexadecimal, for example, #ffffff for white.
408409 // If one of `main_color` and `accent_color` is set, the other is required as
409410 // well.
410411 optional string accent_color = 21 ;
411412
412- // The main color of the ad in hexadecimal, e.g. #ffffff for white.
413+ // The main color of the ad in hexadecimal, for example, #ffffff for white.
413414 // If one of `main_color` and `accent_color` is set, the other is required as
414415 // well.
415416 optional string main_color = 22 ;
@@ -432,7 +433,7 @@ message LegacyResponsiveDisplayAdInfo {
432433 // Specifies which format the ad will be served in. Default is ALL_FORMATS.
433434 google.ads.googleads.v11.enums.DisplayAdFormatSettingEnum.DisplayAdFormatSetting format_setting = 13 ;
434435
435- // Prefix before price. E.g. 'as low as'.
436+ // Prefix before price. For example, 'as low as'.
436437 optional string price_prefix = 28 ;
437438
438439 // Promotion text used for dynamic formats of responsive ads. For example
@@ -563,12 +564,12 @@ message ResponsiveDisplayAdInfo {
563564 // The advertiser/brand name. Maximum display width is 25.
564565 optional string business_name = 17 ;
565566
566- // The main color of the ad in hexadecimal, e.g. #ffffff for white.
567+ // The main color of the ad in hexadecimal, for example, #ffffff for white.
567568 // If one of `main_color` and `accent_color` is set, the other is required as
568569 // well.
569570 optional string main_color = 18 ;
570571
571- // The accent color of the ad in hexadecimal, e.g. #ffffff for white.
572+ // The accent color of the ad in hexadecimal, for example, #ffffff for white.
572573 // If one of `main_color` and `accent_color` is set, the other is required as
573574 // well.
574575 optional string accent_color = 19 ;
@@ -583,7 +584,7 @@ message ResponsiveDisplayAdInfo {
583584 // The call-to-action text for the ad. Maximum display width is 30.
584585 optional string call_to_action_text = 21 ;
585586
586- // Prefix before price. E.g. 'as low as'.
587+ // Prefix before price. For example, 'as low as'.
587588 optional string price_prefix = 22 ;
588589
589590 // Promotion text used for dynamic formats of responsive ads. For example
@@ -667,12 +668,12 @@ message ResponsiveDisplayAdControlSpec {
667668
668669// A Smart campaign ad.
669670message SmartCampaignAdInfo {
670- // List of text assets for headlines. When the ad serves the headlines will
671- // be selected from this list. 3 headlines must be specified .
671+ // List of text assets, each of which corresponds to a headline when the ad
672+ // serves. This list consists of a minimum of 3 and up to 15 text assets .
672673 repeated AdTextAsset headlines = 1 ;
673674
674- // List of text assets for descriptions. When the ad serves the descriptions
675- // will be selected from this list. 2 descriptions must be specified .
675+ // List of text assets, each of which corresponds to a description when the ad
676+ // serves. This list consists of a minimum of 2 and up to 4 text assets .
676677 repeated AdTextAsset descriptions = 2 ;
677678}
678679
@@ -769,7 +770,7 @@ message DiscoveryMultiAssetAdInfo {
769770 // Call to action text.
770771 optional string call_to_action_text = 8 ;
771772
772- // Boolean flag that indicates if this ad must be served with lead form.
773+ // Boolean option that indicates if this ad must be served with lead form.
773774 optional bool lead_form_only = 9 ;
774775}
775776
0 commit comments