123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- syntax = "proto3";
- package google.ads.googleads.v10.resources;
- import "google/ads/googleads/v10/common/criteria.proto";
- import "google/ads/googleads/v10/common/extensions.proto";
- import "google/ads/googleads/v10/enums/keyword_match_type.proto";
- import "google/ads/googleads/v10/enums/recommendation_type.proto";
- import "google/ads/googleads/v10/enums/target_cpa_opt_in_recommendation_goal.proto";
- import "google/ads/googleads/v10/resources/ad.proto";
- import "google/api/field_behavior.proto";
- import "google/api/resource.proto";
- option csharp_namespace = "Google.Ads.GoogleAds.V10.Resources";
- option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v10/resources;resources";
- option java_multiple_files = true;
- option java_outer_classname = "RecommendationProto";
- option java_package = "com.google.ads.googleads.v10.resources";
- option objc_class_prefix = "GAA";
- option php_namespace = "Google\\Ads\\GoogleAds\\V10\\Resources";
- option ruby_package = "Google::Ads::GoogleAds::V10::Resources";
- message Recommendation {
- option (google.api.resource) = {
- type: "googleads.googleapis.com/Recommendation"
- pattern: "customers/{customer_id}/recommendations/{recommendation_id}"
- };
-
-
- message RecommendationImpact {
-
- RecommendationMetrics base_metrics = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- RecommendationMetrics potential_metrics = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
-
- message RecommendationMetrics {
-
- optional double impressions = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional double clicks = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional int64 cost_micros = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional double conversions = 9 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional double video_views = 10 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message CampaignBudgetRecommendation {
-
- message CampaignBudgetRecommendationOption {
-
- optional int64 budget_amount_micros = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- RecommendationImpact impact = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- optional int64 current_budget_amount_micros = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional int64 recommended_budget_amount_micros = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- repeated CampaignBudgetRecommendationOption budget_options = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message KeywordRecommendation {
-
- google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional int64 recommended_cpc_bid_micros = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message TextAdRecommendation {
-
- Ad ad = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- optional string creation_date = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
- optional string auto_apply_date = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message TargetCpaOptInRecommendation {
-
- message TargetCpaOptInRecommendationOption {
-
- google.ads.googleads.v10.enums.TargetCpaOptInRecommendationGoalEnum.TargetCpaOptInRecommendationGoal goal = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- optional int64 target_cpa_micros = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
- optional int64 required_campaign_budget_amount_micros = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- RecommendationImpact impact = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- repeated TargetCpaOptInRecommendationOption options = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- optional int64 recommended_target_cpa_micros = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message MaximizeConversionsOptInRecommendation {
-
- optional int64 recommended_budget_amount_micros = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message EnhancedCpcOptInRecommendation {
- }
-
- message SearchPartnersOptInRecommendation {
- }
-
- message MaximizeClicksOptInRecommendation {
-
-
- optional int64 recommended_budget_amount_micros = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message OptimizeAdRotationRecommendation {
- }
-
- message CalloutExtensionRecommendation {
-
- repeated google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message SitelinkExtensionRecommendation {
-
- repeated google.ads.googleads.v10.common.SitelinkFeedItem recommended_extensions = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message CallExtensionRecommendation {
-
- repeated google.ads.googleads.v10.common.CallFeedItem recommended_extensions = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message KeywordMatchTypeRecommendation {
-
- google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType recommended_match_type = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message MoveUnusedBudgetRecommendation {
-
- optional string excess_campaign_budget = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- CampaignBudgetRecommendation budget_recommendation = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message TargetRoasOptInRecommendation {
-
-
- optional double recommended_target_roas = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
- optional int64 required_campaign_budget_amount_micros = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message ResponsiveSearchAdAssetRecommendation {
-
- Ad current_ad = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- Ad recommended_assets = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message ResponsiveSearchAdRecommendation {
-
- Ad ad = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
- message UseBroadMatchKeywordRecommendation {
-
- repeated google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- int64 suggested_keywords_count = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- int64 campaign_keywords_count = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- bool campaign_uses_shared_budget = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- int64 required_campaign_budget_amount_micros = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
-
-
-
- string resource_name = 1 [
- (google.api.field_behavior) = IMMUTABLE,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/Recommendation"
- }
- ];
-
- google.ads.googleads.v10.enums.RecommendationTypeEnum.RecommendationType type = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
- RecommendationImpact impact = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
-
-
-
-
-
-
- optional string campaign_budget = 24 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/CampaignBudget"
- }
- ];
-
-
-
-
-
-
-
-
-
- optional string campaign = 25 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/Campaign"
- }
- ];
-
-
-
-
-
-
- optional string ad_group = 26 [
- (google.api.field_behavior) = OUTPUT_ONLY,
- (google.api.resource_reference) = {
- type: "googleads.googleapis.com/AdGroup"
- }
- ];
-
- optional bool dismissed = 27 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- oneof recommendation {
-
- CampaignBudgetRecommendation campaign_budget_recommendation = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- CampaignBudgetRecommendation forecasting_campaign_budget_recommendation = 22 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- KeywordRecommendation keyword_recommendation = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- TextAdRecommendation text_ad_recommendation = 9 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- TargetCpaOptInRecommendation target_cpa_opt_in_recommendation = 10 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- MaximizeConversionsOptInRecommendation maximize_conversions_opt_in_recommendation = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- EnhancedCpcOptInRecommendation enhanced_cpc_opt_in_recommendation = 12 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- SearchPartnersOptInRecommendation search_partners_opt_in_recommendation = 14 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- MaximizeClicksOptInRecommendation maximize_clicks_opt_in_recommendation = 15 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- OptimizeAdRotationRecommendation optimize_ad_rotation_recommendation = 16 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- CalloutExtensionRecommendation callout_extension_recommendation = 17 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- SitelinkExtensionRecommendation sitelink_extension_recommendation = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- CallExtensionRecommendation call_extension_recommendation = 19 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- KeywordMatchTypeRecommendation keyword_match_type_recommendation = 20 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- MoveUnusedBudgetRecommendation move_unused_budget_recommendation = 21 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- TargetRoasOptInRecommendation target_roas_opt_in_recommendation = 23 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- ResponsiveSearchAdRecommendation responsive_search_ad_recommendation = 28 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- CampaignBudgetRecommendation marginal_roi_campaign_budget_recommendation = 29 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- UseBroadMatchKeywordRecommendation use_broad_match_keyword_recommendation = 30 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- ResponsiveSearchAdAssetRecommendation responsive_search_ad_asset_recommendation = 31 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
- }
|