campaign.proto 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. // Copyright 2022 Google LLC
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. syntax = "proto3";
  15. package google.ads.googleads.v10.resources;
  16. import "google/ads/googleads/v10/common/bidding.proto";
  17. import "google/ads/googleads/v10/common/custom_parameter.proto";
  18. import "google/ads/googleads/v10/common/frequency_cap.proto";
  19. import "google/ads/googleads/v10/common/real_time_bidding_setting.proto";
  20. import "google/ads/googleads/v10/common/targeting_setting.proto";
  21. import "google/ads/googleads/v10/enums/ad_serving_optimization_status.proto";
  22. import "google/ads/googleads/v10/enums/advertising_channel_sub_type.proto";
  23. import "google/ads/googleads/v10/enums/advertising_channel_type.proto";
  24. import "google/ads/googleads/v10/enums/app_campaign_app_store.proto";
  25. import "google/ads/googleads/v10/enums/app_campaign_bidding_strategy_goal_type.proto";
  26. import "google/ads/googleads/v10/enums/asset_field_type.proto";
  27. import "google/ads/googleads/v10/enums/bidding_strategy_type.proto";
  28. import "google/ads/googleads/v10/enums/brand_safety_suitability.proto";
  29. import "google/ads/googleads/v10/enums/campaign_experiment_type.proto";
  30. import "google/ads/googleads/v10/enums/campaign_serving_status.proto";
  31. import "google/ads/googleads/v10/enums/campaign_status.proto";
  32. import "google/ads/googleads/v10/enums/location_source_type.proto";
  33. import "google/ads/googleads/v10/enums/negative_geo_target_type.proto";
  34. import "google/ads/googleads/v10/enums/optimization_goal_type.proto";
  35. import "google/ads/googleads/v10/enums/payment_mode.proto";
  36. import "google/ads/googleads/v10/enums/positive_geo_target_type.proto";
  37. import "google/ads/googleads/v10/enums/vanity_pharma_display_url_mode.proto";
  38. import "google/ads/googleads/v10/enums/vanity_pharma_text.proto";
  39. import "google/api/field_behavior.proto";
  40. import "google/api/resource.proto";
  41. option csharp_namespace = "Google.Ads.GoogleAds.V10.Resources";
  42. option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/resources;resources";
  43. option java_multiple_files = true;
  44. option java_outer_classname = "CampaignProto";
  45. option java_package = "com.google.ads.googleads.v10.resources";
  46. option objc_class_prefix = "GAA";
  47. option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Resources";
  48. option ruby_package = "Google::Ads::GoogleAds::V10::Resources";
  49. // Proto file describing the Campaign resource.
  50. // A campaign.
  51. message Campaign {
  52. option (google.api.resource) = {
  53. type: "googleads.googleapis.com/Campaign"
  54. pattern: "customers/{customer_id}/campaigns/{campaign_id}"
  55. };
  56. // The network settings for the campaign.
  57. message NetworkSettings {
  58. // Whether ads will be served with google.com search results.
  59. optional bool target_google_search = 5;
  60. // Whether ads will be served on partner sites in the Google Search Network
  61. // (requires `target_google_search` to also be `true`).
  62. optional bool target_search_network = 6;
  63. // Whether ads will be served on specified placements in the Google Display
  64. // Network. Placements are specified using the Placement criterion.
  65. optional bool target_content_network = 7;
  66. // Whether ads will be served on the Google Partner Network.
  67. // This is available only to some select Google partner accounts.
  68. optional bool target_partner_search_network = 8;
  69. }
  70. // Campaign-level settings for hotel ads.
  71. message HotelSettingInfo {
  72. // Immutable. The linked Hotel Center account.
  73. optional int64 hotel_center_id = 2 [(google.api.field_behavior) = IMMUTABLE];
  74. }
  75. // The setting for controlling Dynamic Search Ads (DSA).
  76. message DynamicSearchAdsSetting {
  77. // Required. The Internet domain name that this setting represents, e.g., "google.com"
  78. // or "www.google.com".
  79. string domain_name = 6 [(google.api.field_behavior) = REQUIRED];
  80. // Required. The language code specifying the language of the domain, e.g., "en".
  81. string language_code = 7 [(google.api.field_behavior) = REQUIRED];
  82. // Whether the campaign uses advertiser supplied URLs exclusively.
  83. optional bool use_supplied_urls_only = 8;
  84. // The list of page feeds associated with the campaign.
  85. repeated string feeds = 9 [(google.api.resource_reference) = {
  86. type: "googleads.googleapis.com/Feed"
  87. }];
  88. }
  89. // The setting for Shopping campaigns. Defines the universe of products that
  90. // can be advertised by the campaign, and how this campaign interacts with
  91. // other Shopping campaigns.
  92. message ShoppingSetting {
  93. // Immutable. ID of the Merchant Center account.
  94. // This field is required for create operations. This field is immutable for
  95. // Shopping campaigns.
  96. optional int64 merchant_id = 5 [(google.api.field_behavior) = IMMUTABLE];
  97. // Sales country of products to include in the campaign.
  98. // This field is required for Shopping campaigns.
  99. // This field is optional for non-Shopping campaigns, but it must be equal
  100. // to 'ZZ' if set.
  101. optional string sales_country = 6;
  102. // Priority of the campaign. Campaigns with numerically higher priorities
  103. // take precedence over those with lower priorities.
  104. // This field is required for Shopping campaigns, with values between 0 and
  105. // 2, inclusive.
  106. // This field is optional for Smart Shopping campaigns, but must be equal to
  107. // 3 if set.
  108. optional int32 campaign_priority = 7;
  109. // Whether to include local products.
  110. optional bool enable_local = 8;
  111. // Immutable. Whether to target Vehicle Listing inventory.
  112. bool use_vehicle_inventory = 9 [(google.api.field_behavior) = IMMUTABLE];
  113. }
  114. // Campaign-level settings for tracking information.
  115. message TrackingSetting {
  116. // Output only. The url used for dynamic tracking.
  117. optional string tracking_url = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
  118. }
  119. // Represents a collection of settings related to ads geotargeting.
  120. message GeoTargetTypeSetting {
  121. // The setting used for positive geotargeting in this particular campaign.
  122. google.ads.googleads.v10.enums.PositiveGeoTargetTypeEnum.PositiveGeoTargetType positive_geo_target_type = 1;
  123. // The setting used for negative geotargeting in this particular campaign.
  124. google.ads.googleads.v10.enums.NegativeGeoTargetTypeEnum.NegativeGeoTargetType negative_geo_target_type = 2;
  125. }
  126. // Campaign setting for local campaigns.
  127. message LocalCampaignSetting {
  128. // The location source type for this local campaign.
  129. google.ads.googleads.v10.enums.LocationSourceTypeEnum.LocationSourceType location_source_type = 1;
  130. }
  131. // Campaign-level settings for App Campaigns.
  132. message AppCampaignSetting {
  133. // Represents the goal which the bidding strategy of this app campaign
  134. // should optimize towards.
  135. google.ads.googleads.v10.enums.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType bidding_strategy_goal_type = 1;
  136. // Immutable. A string that uniquely identifies a mobile application.
  137. optional string app_id = 4 [(google.api.field_behavior) = IMMUTABLE];
  138. // Immutable. The application store that distributes this specific app.
  139. google.ads.googleads.v10.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(google.api.field_behavior) = IMMUTABLE];
  140. }
  141. // Describes how unbranded pharma ads will be displayed.
  142. message VanityPharma {
  143. // The display mode for vanity pharma URLs.
  144. google.ads.googleads.v10.enums.VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode vanity_pharma_display_url_mode = 1;
  145. // The text that will be displayed in display URL of the text ad when
  146. // website description is the selected display mode for vanity pharma URLs.
  147. google.ads.googleads.v10.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;
  148. }
  149. // Selective optimization setting for this campaign, which includes a set of
  150. // conversion actions to optimize this campaign towards.
  151. message SelectiveOptimization {
  152. // The selected set of conversion actions for optimizing this campaign.
  153. repeated string conversion_actions = 2 [(google.api.resource_reference) = {
  154. type: "googleads.googleapis.com/ConversionAction"
  155. }];
  156. }
  157. // Optimization goal setting for this campaign, which includes a set of
  158. // optimization goal types.
  159. message OptimizationGoalSetting {
  160. // The list of optimization goal types.
  161. repeated google.ads.googleads.v10.enums.OptimizationGoalTypeEnum.OptimizationGoalType optimization_goal_types = 1;
  162. }
  163. // Settings for the audience targeting.
  164. message AudienceSetting {
  165. // Immutable. If true, this campaign uses an Audience resource for audience targeting.
  166. // If false, this campaign may use audience segment criteria instead.
  167. optional bool use_audience_grouped = 1 [(google.api.field_behavior) = IMMUTABLE];
  168. }
  169. // Immutable. The resource name of the campaign.
  170. // Campaign resource names have the form:
  171. //
  172. // `customers/{customer_id}/campaigns/{campaign_id}`
  173. string resource_name = 1 [
  174. (google.api.field_behavior) = IMMUTABLE,
  175. (google.api.resource_reference) = {
  176. type: "googleads.googleapis.com/Campaign"
  177. }
  178. ];
  179. // Output only. The ID of the campaign.
  180. optional int64 id = 59 [(google.api.field_behavior) = OUTPUT_ONLY];
  181. // The name of the campaign.
  182. //
  183. // This field is required and should not be empty when creating new
  184. // campaigns.
  185. //
  186. // It must not contain any null (code point 0x0), NL line feed
  187. // (code point 0xA) or carriage return (code point 0xD) characters.
  188. optional string name = 58;
  189. // The status of the campaign.
  190. //
  191. // When a new campaign is added, the status defaults to ENABLED.
  192. google.ads.googleads.v10.enums.CampaignStatusEnum.CampaignStatus status = 5;
  193. // Output only. The ad serving status of the campaign.
  194. google.ads.googleads.v10.enums.CampaignServingStatusEnum.CampaignServingStatus serving_status = 21 [(google.api.field_behavior) = OUTPUT_ONLY];
  195. // The ad serving optimization status of the campaign.
  196. google.ads.googleads.v10.enums.AdServingOptimizationStatusEnum.AdServingOptimizationStatus ad_serving_optimization_status = 8;
  197. // Immutable. The primary serving target for ads within the campaign.
  198. // The targeting options can be refined in `network_settings`.
  199. //
  200. // This field is required and should not be empty when creating new
  201. // campaigns.
  202. //
  203. // Can be set only when creating campaigns.
  204. // After the campaign is created, the field can not be changed.
  205. google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 9 [(google.api.field_behavior) = IMMUTABLE];
  206. // Immutable. Optional refinement to `advertising_channel_type`.
  207. // Must be a valid sub-type of the parent channel type.
  208. //
  209. // Can be set only when creating campaigns.
  210. // After campaign is created, the field can not be changed.
  211. google.ads.googleads.v10.enums.AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType advertising_channel_sub_type = 10 [(google.api.field_behavior) = IMMUTABLE];
  212. // The URL template for constructing a tracking URL.
  213. optional string tracking_url_template = 60;
  214. // The list of mappings used to substitute custom parameter tags in a
  215. // `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
  216. repeated google.ads.googleads.v10.common.CustomParameter url_custom_parameters = 12;
  217. // Settings for Real-Time Bidding, a feature only available for campaigns
  218. // targeting the Ad Exchange network.
  219. google.ads.googleads.v10.common.RealTimeBiddingSetting real_time_bidding_setting = 39;
  220. // The network settings for the campaign.
  221. NetworkSettings network_settings = 14;
  222. // Immutable. The hotel setting for the campaign.
  223. HotelSettingInfo hotel_setting = 32 [(google.api.field_behavior) = IMMUTABLE];
  224. // The setting for controlling Dynamic Search Ads (DSA).
  225. DynamicSearchAdsSetting dynamic_search_ads_setting = 33;
  226. // The setting for controlling Shopping campaigns.
  227. ShoppingSetting shopping_setting = 36;
  228. // Setting for targeting related features.
  229. google.ads.googleads.v10.common.TargetingSetting targeting_setting = 43;
  230. // Immutable. Setting for audience related features.
  231. optional AudienceSetting audience_setting = 73 [(google.api.field_behavior) = IMMUTABLE];
  232. // The setting for ads geotargeting.
  233. GeoTargetTypeSetting geo_target_type_setting = 47;
  234. // The setting for local campaign.
  235. LocalCampaignSetting local_campaign_setting = 50;
  236. // The setting related to App Campaign.
  237. AppCampaignSetting app_campaign_setting = 51;
  238. // Output only. The resource names of labels attached to this campaign.
  239. repeated string labels = 61 [
  240. (google.api.field_behavior) = OUTPUT_ONLY,
  241. (google.api.resource_reference) = {
  242. type: "googleads.googleapis.com/CampaignLabel"
  243. }
  244. ];
  245. // Output only. The type of campaign: normal, draft, or experiment.
  246. google.ads.googleads.v10.enums.CampaignExperimentTypeEnum.CampaignExperimentType experiment_type = 17 [(google.api.field_behavior) = OUTPUT_ONLY];
  247. // Output only. The resource name of the base campaign of a draft or experiment campaign.
  248. // For base campaigns, this is equal to `resource_name`.
  249. //
  250. // This field is read-only.
  251. optional string base_campaign = 56 [
  252. (google.api.field_behavior) = OUTPUT_ONLY,
  253. (google.api.resource_reference) = {
  254. type: "googleads.googleapis.com/Campaign"
  255. }
  256. ];
  257. // The budget of the campaign.
  258. optional string campaign_budget = 62 [(google.api.resource_reference) = {
  259. type: "googleads.googleapis.com/CampaignBudget"
  260. }];
  261. // Output only. The type of bidding strategy.
  262. //
  263. // A bidding strategy can be created by setting either the bidding scheme to
  264. // create a standard bidding strategy or the `bidding_strategy` field to
  265. // create a portfolio bidding strategy.
  266. //
  267. // This field is read-only.
  268. google.ads.googleads.v10.enums.BiddingStrategyTypeEnum.BiddingStrategyType bidding_strategy_type = 22 [(google.api.field_behavior) = OUTPUT_ONLY];
  269. // Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the
  270. // unrestricted attributes of the attached portfolio bidding
  271. // strategy identified by 'bidding_strategy'. Empty, if the campaign does not
  272. // use a portfolio strategy.
  273. // Unrestricted strategy attributes are available to all customers
  274. // with whom the strategy is shared and are read from the
  275. // AccessibleBiddingStrategy resource. In contrast, restricted attributes are
  276. // only available to the owner customer of the strategy and their managers.
  277. // Restricted attributes can only be read from the BiddingStrategy resource.
  278. string accessible_bidding_strategy = 71 [
  279. (google.api.field_behavior) = OUTPUT_ONLY,
  280. (google.api.resource_reference) = {
  281. type: "googleads.googleapis.com/AccessibleBiddingStrategy"
  282. }
  283. ];
  284. // The date when campaign started in serving customer's timezone in YYYY-MM-DD
  285. // format.
  286. optional string start_date = 63;
  287. // The campaign group this campaign belongs to.
  288. optional string campaign_group = 76 [(google.api.resource_reference) = {
  289. type: "googleads.googleapis.com/CampaignGroup"
  290. }];
  291. // The last day of the campaign in serving customer's timezone in YYYY-MM-DD
  292. // format.
  293. optional string end_date = 64;
  294. // Suffix used to append query parameters to landing pages that are served
  295. // with parallel tracking.
  296. optional string final_url_suffix = 65;
  297. // A list that limits how often each user will see this campaign's ads.
  298. repeated google.ads.googleads.v10.common.FrequencyCapEntry frequency_caps = 40;
  299. // Output only. 3-Tier Brand Safety setting for the campaign.
  300. google.ads.googleads.v10.enums.BrandSafetySuitabilityEnum.BrandSafetySuitability video_brand_safety_suitability = 42 [(google.api.field_behavior) = OUTPUT_ONLY];
  301. // Describes how unbranded pharma ads will be displayed.
  302. VanityPharma vanity_pharma = 44;
  303. // Selective optimization setting for this campaign, which includes a set of
  304. // conversion actions to optimize this campaign towards.
  305. SelectiveOptimization selective_optimization = 45;
  306. // Optimization goal setting for this campaign, which includes a set of
  307. // optimization goal types.
  308. OptimizationGoalSetting optimization_goal_setting = 54;
  309. // Output only. Campaign-level settings for tracking information.
  310. TrackingSetting tracking_setting = 46 [(google.api.field_behavior) = OUTPUT_ONLY];
  311. // Payment mode for the campaign.
  312. google.ads.googleads.v10.enums.PaymentModeEnum.PaymentMode payment_mode = 52;
  313. // Output only. Optimization score of the campaign.
  314. //
  315. // Optimization score is an estimate of how well a campaign is set to perform.
  316. // It ranges from 0% (0.0) to 100% (1.0), with 100% indicating that the
  317. // campaign is performing at full potential. This field is null for unscored
  318. // campaigns.
  319. //
  320. // See "About optimization score" at
  321. // https://support.google.com/google-ads/answer/9061546.
  322. //
  323. // This field is read-only.
  324. optional double optimization_score = 66 [(google.api.field_behavior) = OUTPUT_ONLY];
  325. // The asset field types that should be excluded from this campaign. Asset
  326. // links with these field types will not be inherited by this campaign from
  327. // the upper level.
  328. repeated google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType excluded_parent_asset_field_types = 69;
  329. // Represents opting out of URL expansion to more targeted URLs. If opted out
  330. // (true), only the final URLs in the asset group or URLs specified in the
  331. // advertiser's Google Merchant Center or business data feeds are targeted.
  332. // If opted in (false), the entire domain will be targeted. This field can
  333. // only be set for Performance Max campaigns, where the default value is
  334. // false.
  335. optional bool url_expansion_opt_out = 72;
  336. // The bidding strategy for the campaign.
  337. //
  338. // Must be either portfolio (created via BiddingStrategy service) or
  339. // standard, that is embedded into the campaign.
  340. oneof campaign_bidding_strategy {
  341. // Portfolio bidding strategy used by campaign.
  342. string bidding_strategy = 67 [(google.api.resource_reference) = {
  343. type: "googleads.googleapis.com/BiddingStrategy"
  344. }];
  345. // Commission is an automatic bidding strategy in which the advertiser pays
  346. // a certain portion of the conversion value.
  347. google.ads.googleads.v10.common.Commission commission = 49;
  348. // Standard Manual CPC bidding strategy.
  349. // Manual click-based bidding where user pays per click.
  350. google.ads.googleads.v10.common.ManualCpc manual_cpc = 24;
  351. // Standard Manual CPM bidding strategy.
  352. // Manual impression-based bidding where user pays per thousand
  353. // impressions.
  354. google.ads.googleads.v10.common.ManualCpm manual_cpm = 25;
  355. // Output only. A bidding strategy that pays a configurable amount per video view.
  356. google.ads.googleads.v10.common.ManualCpv manual_cpv = 37 [(google.api.field_behavior) = OUTPUT_ONLY];
  357. // Standard Maximize Conversions bidding strategy that automatically
  358. // maximizes number of conversions while spending your budget.
  359. google.ads.googleads.v10.common.MaximizeConversions maximize_conversions = 30;
  360. // Standard Maximize Conversion Value bidding strategy that automatically
  361. // sets bids to maximize revenue while spending your budget.
  362. google.ads.googleads.v10.common.MaximizeConversionValue maximize_conversion_value = 31;
  363. // Standard Target CPA bidding strategy that automatically sets bids to
  364. // help get as many conversions as possible at the target
  365. // cost-per-acquisition (CPA) you set.
  366. google.ads.googleads.v10.common.TargetCpa target_cpa = 26;
  367. // Target Impression Share bidding strategy. An automated bidding strategy
  368. // that sets bids to achieve a desired percentage of impressions.
  369. google.ads.googleads.v10.common.TargetImpressionShare target_impression_share = 48;
  370. // Standard Target ROAS bidding strategy that automatically maximizes
  371. // revenue while averaging a specific target return on ad spend (ROAS).
  372. google.ads.googleads.v10.common.TargetRoas target_roas = 29;
  373. // Standard Target Spend bidding strategy that automatically sets your bids
  374. // to help get as many clicks as possible within your budget.
  375. google.ads.googleads.v10.common.TargetSpend target_spend = 27;
  376. // Standard Percent Cpc bidding strategy where bids are a fraction of the
  377. // advertised price for some good or service.
  378. google.ads.googleads.v10.common.PercentCpc percent_cpc = 34;
  379. // A bidding strategy that automatically optimizes cost per thousand
  380. // impressions.
  381. google.ads.googleads.v10.common.TargetCpm target_cpm = 41;
  382. }
  383. }