123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- syntax = "proto3";
- package google.ads.googleads.v10.common;
- import "google/ads/googleads/v10/common/custom_parameter.proto";
- import "google/ads/googleads/v10/common/feed_common.proto";
- import "google/ads/googleads/v10/enums/app_store.proto";
- import "google/ads/googleads/v10/enums/call_conversion_reporting_state.proto";
- import "google/ads/googleads/v10/enums/price_extension_price_qualifier.proto";
- import "google/ads/googleads/v10/enums/price_extension_price_unit.proto";
- import "google/ads/googleads/v10/enums/price_extension_type.proto";
- import "google/ads/googleads/v10/enums/promotion_extension_discount_modifier.proto";
- import "google/ads/googleads/v10/enums/promotion_extension_occasion.proto";
- import "google/api/field_behavior.proto";
- import "google/api/resource.proto";
- option csharp_namespace = "Google.Ads.GoogleAds.V10.Common";
- option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/common;common";
- option java_multiple_files = true;
- option java_outer_classname = "ExtensionsProto";
- option java_package = "com.google.ads.googleads.v10.common";
- option objc_class_prefix = "GAA";
- option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Common";
- option ruby_package = "Google::Ads::GoogleAds::V10::Common";
- message AppFeedItem {
-
-
-
- optional string link_text = 9;
-
-
- optional string app_id = 10;
-
-
- google.ads.googleads.v10.enums.AppStoreEnum.AppStore app_store = 3;
-
-
- repeated string final_urls = 11;
-
- repeated string final_mobile_urls = 12;
-
- optional string tracking_url_template = 13;
-
-
- repeated CustomParameter url_custom_parameters = 7;
-
-
- optional string final_url_suffix = 14;
- }
- message CallFeedItem {
-
-
- optional string phone_number = 7;
-
-
- optional string country_code = 8;
-
-
- optional bool call_tracking_enabled = 9;
-
-
-
- optional string call_conversion_action = 10;
-
-
- optional bool call_conversion_tracking_disabled = 11;
-
-
-
- google.ads.googleads.v10.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;
- }
- message CalloutFeedItem {
-
-
- optional string callout_text = 2;
- }
- message LocationFeedItem {
-
- optional string business_name = 9;
-
- optional string address_line_1 = 10;
-
- optional string address_line_2 = 11;
-
- optional string city = 12;
-
- optional string province = 13;
-
- optional string postal_code = 14;
-
- optional string country_code = 15;
-
- optional string phone_number = 16;
- }
- message AffiliateLocationFeedItem {
-
- optional string business_name = 11;
-
- optional string address_line_1 = 12;
-
- optional string address_line_2 = 13;
-
- optional string city = 14;
-
- optional string province = 15;
-
- optional string postal_code = 16;
-
- optional string country_code = 17;
-
- optional string phone_number = 18;
-
- optional int64 chain_id = 19;
-
- optional string chain_name = 20;
- }
- message TextMessageFeedItem {
-
-
- optional string business_name = 6;
-
-
- optional string country_code = 7;
-
- optional string phone_number = 8;
-
-
- optional string text = 9;
-
- optional string extension_text = 10;
- }
- message PriceFeedItem {
-
- google.ads.googleads.v10.enums.PriceExtensionTypeEnum.PriceExtensionType type = 1;
-
- google.ads.googleads.v10.enums.PriceExtensionPriceQualifierEnum.PriceExtensionPriceQualifier price_qualifier = 2;
-
- optional string tracking_url_template = 7;
-
- optional string language_code = 8;
-
- repeated PriceOffer price_offerings = 5;
-
- optional string final_url_suffix = 9;
- }
- message PriceOffer {
-
- optional string header = 7;
-
- optional string description = 8;
-
- Money price = 3;
-
- google.ads.googleads.v10.enums.PriceExtensionPriceUnitEnum.PriceExtensionPriceUnit unit = 4;
-
- repeated string final_urls = 9;
-
- repeated string final_mobile_urls = 10;
- }
- message PromotionFeedItem {
-
-
- optional string promotion_target = 16;
-
- google.ads.googleads.v10.enums.PromotionExtensionDiscountModifierEnum.PromotionExtensionDiscountModifier discount_modifier = 2;
-
- optional string promotion_start_date = 19;
-
- optional string promotion_end_date = 20;
-
-
-
- google.ads.googleads.v10.enums.PromotionExtensionOccasionEnum.PromotionExtensionOccasion occasion = 9;
-
-
- repeated string final_urls = 21;
-
- repeated string final_mobile_urls = 22;
-
- optional string tracking_url_template = 23;
-
-
- repeated CustomParameter url_custom_parameters = 13;
-
-
- optional string final_url_suffix = 24;
-
-
- optional string language_code = 25;
-
- oneof discount_type {
-
-
-
- int64 percent_off = 17;
-
-
- Money money_amount_off = 4;
- }
-
-
- oneof promotion_trigger {
-
- string promotion_code = 18;
-
-
- Money orders_over_amount = 6;
- }
- }
- message StructuredSnippetFeedItem {
-
-
- optional string header = 3;
-
-
- repeated string values = 4;
- }
- message SitelinkFeedItem {
-
-
- optional string link_text = 9;
-
-
-
- optional string line1 = 10;
-
-
-
- optional string line2 = 11;
-
- repeated string final_urls = 12;
-
- repeated string final_mobile_urls = 13;
-
- optional string tracking_url_template = 14;
-
-
- repeated CustomParameter url_custom_parameters = 7;
-
-
- optional string final_url_suffix = 15;
- }
- message HotelCalloutFeedItem {
-
-
- optional string text = 3;
-
-
- optional string language_code = 4;
- }
- message ImageFeedItem {
-
- string image_asset = 1 [
- (google.api.field_behavior) = REQUIRED,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/Asset"
- }
- ];
- }
|