|
14 | 14 |
|
15 | 15 | syntax = "proto3"; |
16 | 16 |
|
17 | | -package google.ads.googleads.v20.common; |
18 | | - |
19 | | -import "google/ads/googleads/v20/common/ad_asset.proto"; |
20 | | -import "google/ads/googleads/v20/enums/call_conversion_reporting_state.proto"; |
21 | | -import "google/ads/googleads/v20/enums/display_ad_format_setting.proto"; |
22 | | -import "google/ads/googleads/v20/enums/display_upload_product_type.proto"; |
23 | | -import "google/ads/googleads/v20/enums/legacy_app_install_ad_app_store.proto"; |
24 | | -import "google/ads/googleads/v20/enums/mime_type.proto"; |
25 | | -import "google/ads/googleads/v20/enums/video_thumbnail.proto"; |
| 17 | +package google.ads.googleads.v21.common; |
| 18 | + |
| 19 | +import "google/ads/googleads/v21/common/ad_asset.proto"; |
| 20 | +import "google/ads/googleads/v21/enums/call_conversion_reporting_state.proto"; |
| 21 | +import "google/ads/googleads/v21/enums/display_ad_format_setting.proto"; |
| 22 | +import "google/ads/googleads/v21/enums/display_upload_product_type.proto"; |
| 23 | +import "google/ads/googleads/v21/enums/legacy_app_install_ad_app_store.proto"; |
| 24 | +import "google/ads/googleads/v21/enums/mime_type.proto"; |
| 25 | +import "google/ads/googleads/v21/enums/video_thumbnail.proto"; |
26 | 26 | import "google/api/field_behavior.proto"; |
27 | 27 |
|
28 | | -option csharp_namespace = "Google.Ads.GoogleAds.V20.Common"; |
29 | | -option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v20/common;common"; |
| 28 | +option csharp_namespace = "Google.Ads.GoogleAds.V21.Common"; |
| 29 | +option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v21/common;common"; |
30 | 30 | option java_multiple_files = true; |
31 | 31 | option java_outer_classname = "AdTypeInfosProto"; |
32 | | -option java_package = "com.google.ads.googleads.v20.common"; |
| 32 | +option java_package = "com.google.ads.googleads.v21.common"; |
33 | 33 | option objc_class_prefix = "GAA"; |
34 | | -option php_namespace = "Google\\Ads\\GoogleAds\\V20\\Common"; |
35 | | -option ruby_package = "Google::Ads::GoogleAds::V20::Common"; |
| 34 | +option php_namespace = "Google\\Ads\\GoogleAds\\V21\\Common"; |
| 35 | +option ruby_package = "Google::Ads::GoogleAds::V21::Common"; |
36 | 36 |
|
37 | 37 | // Proto file containing info messages for specific ad types. |
38 | 38 |
|
@@ -121,7 +121,7 @@ message ImageAdInfo { |
121 | 121 | optional string preview_image_url = 20; |
122 | 122 |
|
123 | 123 | // The mime type of the image. |
124 | | - google.ads.googleads.v20.enums.MimeTypeEnum.MimeType mime_type = 10; |
| 124 | + google.ads.googleads.v21.enums.MimeTypeEnum.MimeType mime_type = 10; |
125 | 125 |
|
126 | 126 | // The name of the image. If the image was created from a MediaFile, this is |
127 | 127 | // the MediaFile's name. If the image was created from bytes, this is empty. |
@@ -212,7 +212,7 @@ message InFeedVideoAdInfo { |
212 | 212 | string description2 = 3; |
213 | 213 |
|
214 | 214 | // Video thumbnail image to use. |
215 | | - google.ads.googleads.v20.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = |
| 215 | + google.ads.googleads.v21.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = |
216 | 216 | 4; |
217 | 217 | } |
218 | 218 |
|
@@ -355,7 +355,7 @@ message LegacyResponsiveDisplayAdInfo { |
355 | 355 | optional string square_marketing_image = 27; |
356 | 356 |
|
357 | 357 | // Specifies which format the ad will be served in. Default is ALL_FORMATS. |
358 | | - google.ads.googleads.v20.enums.DisplayAdFormatSettingEnum |
| 358 | + google.ads.googleads.v21.enums.DisplayAdFormatSettingEnum |
359 | 359 | .DisplayAdFormatSetting format_setting = 13; |
360 | 360 |
|
361 | 361 | // Prefix before price. For example, 'as low as'. |
@@ -439,7 +439,7 @@ message LegacyAppInstallAdInfo { |
439 | 439 | optional string app_id = 6; |
440 | 440 |
|
441 | 441 | // The app store the mobile app is available in. |
442 | | - google.ads.googleads.v20.enums.LegacyAppInstallAdAppStoreEnum |
| 442 | + google.ads.googleads.v21.enums.LegacyAppInstallAdAppStoreEnum |
443 | 443 | .LegacyAppInstallAdAppStore app_store = 2; |
444 | 444 |
|
445 | 445 | // The headline of the ad. |
@@ -521,7 +521,7 @@ message ResponsiveDisplayAdInfo { |
521 | 521 | optional string promo_text = 23; |
522 | 522 |
|
523 | 523 | // Specifies which format the ad will be served in. Default is ALL_FORMATS. |
524 | | - google.ads.googleads.v20.enums.DisplayAdFormatSettingEnum |
| 524 | + google.ads.googleads.v21.enums.DisplayAdFormatSettingEnum |
525 | 525 | .DisplayAdFormatSetting format_setting = 16; |
526 | 526 |
|
527 | 527 | // Specification for various creative controls. |
@@ -572,7 +572,7 @@ message LocalAdInfo { |
572 | 572 | // need to be included with the ad. |
573 | 573 | message DisplayUploadAdInfo { |
574 | 574 | // The product type of this ad. See comments on the enum for details. |
575 | | - google.ads.googleads.v20.enums.DisplayUploadProductTypeEnum |
| 575 | + google.ads.googleads.v21.enums.DisplayUploadProductTypeEnum |
576 | 576 | .DisplayUploadProductType display_upload_product_type = 1; |
577 | 577 |
|
578 | 578 | // The asset data that makes up the ad. |
@@ -651,7 +651,7 @@ message CallAdInfo { |
651 | 651 |
|
652 | 652 | // The call conversion behavior of this call ad. It can use its own call |
653 | 653 | // conversion setting, inherit the account level setting, or be disabled. |
654 | | - google.ads.googleads.v20.enums.CallConversionReportingStateEnum |
| 654 | + google.ads.googleads.v21.enums.CallConversionReportingStateEnum |
655 | 655 | .CallConversionReportingState conversion_reporting_state = 10; |
656 | 656 |
|
657 | 657 | // First part of text that can be appended to the URL in the ad. Optional. |
|
0 commit comments