google-ads-googleads 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ChangeLog +7 -0
- data/README.md +6 -6
- data/{googleads_config.rb → google_ads_config.rb} +1 -1
- data/lib/google/ads/{googleads → google_ads}/config.rb +1 -1
- data/lib/google/ads/{googleads → google_ads}/errors.rb +1 -1
- data/lib/google/ads/{googleads → google_ads}/field_mask_util.rb +1 -1
- data/lib/google/ads/{googleads/googleads_client.rb → google_ads/google_ads_client.rb} +31 -24
- data/lib/google/ads/{googleads → google_ads}/patches.rb +0 -0
- data/lib/google/ads/{googleads → google_ads}/path_lookup_util.rb +27 -1
- data/lib/google/ads/{googleads → google_ads}/proto_lookup_util.rb +78 -10
- data/lib/google/ads/{googleads → google_ads}/v0/common/ad_type_infos_pb.rb +5 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/bidding_pb.rb +6 -3
- data/lib/google/ads/{googleads → google_ads}/v0/common/criteria_pb.rb +29 -12
- data/lib/google/ads/{googleads → google_ads}/v0/common/custom_parameter_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/metrics_pb.rb +10 -2
- data/lib/google/ads/{googleads → google_ads}/v0/common/policy_pb.rb +8 -4
- data/lib/google/ads/{googleads → google_ads}/v0/common/value_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/account_budget_proposal_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v0/enums/account_budget_proposal_type_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_ad_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_criterion_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_group_type_pb.rb +4 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_network_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_serving_optimization_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/ad_type_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/advertising_channel_sub_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/advertising_channel_type_pb.rb +3 -2
- data/lib/google/ads/google_ads/v0/enums/attribution_model_pb.rb +33 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bid_modifier_source_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bidding_source_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/bidding_strategy_type_pb.rb +3 -2
- data/lib/google/ads/google_ads/v0/enums/billing_setup_status_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/budget_delivery_method_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/budget_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_group_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_serving_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_shared_set_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/campaign_status_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/change_status_operation_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_category_pb.rb +32 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_counting_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_status_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/enums/conversion_action_type_pb.rb +34 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/criterion_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/data_driven_model_status_pb.rb +30 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/day_of_week_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/device_pb.rb +2 -3
- data/lib/google/ads/{googleads → google_ads}/v0/enums/google_ads_field_category_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/google_ads_field_data_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/hotel_date_selection_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/interaction_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/keyword_match_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/listing_custom_attribute_index_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/listing_group_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/minute_of_hour_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/month_of_year_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/page_one_promoted_strategy_goal_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/policy_approval_status_pb.rb +30 -0
- data/lib/google/ads/google_ads/v0/enums/policy_review_status_pb.rb +29 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/policy_topic_entry_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/product_channel_exclusivity_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/product_channel_pb.rb +28 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/product_condition_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/product_type_level_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/quality_score_bucket_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/recommendation_type_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/resource_type_pb.rb +32 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/shared_set_status_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/shared_set_type_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/enums/slot_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/spending_limit_type_pb.rb +27 -0
- data/lib/google/ads/{googleads → google_ads}/v0/enums/target_cpa_opt_in_recommendation_goal_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/enums/time_type_pb.rb +28 -0
- data/lib/google/ads/google_ads/v0/enums/tracking_code_page_format_pb.rb +27 -0
- data/lib/google/ads/google_ads/v0/enums/tracking_code_type_pb.rb +29 -0
- data/lib/google/ads/google_ads/v0/errors/account_budget_proposal_error_pb.rb +48 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_customizer_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_ad_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_bid_modifier_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_group_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/ad_sharing_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/adx_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/authentication_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/authorization_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/bidding_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/bidding_strategy_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_budget_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_group_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/campaign_shared_set_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/errors/change_status_error_pb.rb +28 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/collection_size_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/context_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/errors/conversion_action_error_pb.rb +34 -0
- data/lib/google/ads/{googleads → google_ads}/v0/errors/criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/database_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/date_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/date_range_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/distinct_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/enum_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/errors_pb.rb +69 -63
- data/lib/google/ads/{googleads → google_ads}/v0/errors/feed_attribute_reference_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/field_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/field_mask_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/function_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/function_parsing_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/header_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/id_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/image_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/internal_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/list_operation_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/media_bundle_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/media_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/multiplier_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/mutate_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/new_resource_creation_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/not_empty_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/null_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/operation_access_denied_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/operator_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/policy_finding_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/query_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/quota_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/range_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/recommendation_error_pb.rb +3 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/region_code_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/request_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/resource_access_denied_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/resource_count_limit_exceeded_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/setting_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/shared_criterion_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/shared_set_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/string_format_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/string_length_error_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/errors/url_field_error_pb.rb +2 -2
- data/lib/google/ads/google_ads/v0/resources/account_budget_pb.rb +22 -0
- data/lib/google/ads/google_ads/v0/resources/account_budget_proposal_pb.rb +49 -0
- data/lib/google/ads/google_ads/v0/resources/ad_group_ad_pb.rb +38 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_bid_modifier_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_criterion_pb.rb +8 -8
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_group_pb.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/resources/ad_pb.rb +9 -5
- data/lib/google/ads/{googleads → google_ads}/v0/resources/bidding_strategy_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/resources/billing_setup_pb.rb +31 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_bid_modifier_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_budget_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_criterion_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_group_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_pb.rb +11 -10
- data/lib/google/ads/{googleads → google_ads}/v0/resources/campaign_shared_set_pb.rb +3 -3
- data/lib/google/ads/google_ads/v0/resources/change_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v0/resources/conversion_action_pb.rb +64 -0
- data/lib/google/ads/{googleads → google_ads}/v0/resources/customer_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/geo_target_constant_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/google_ads_field_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/keyword_view_pb.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/v0/resources/recommendation_pb.rb +6 -6
- data/lib/google/ads/{googleads → google_ads}/v0/resources/shared_criterion_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/resources/shared_set_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/resources/video_pb.rb +27 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_client.rb +280 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_pb.rb +46 -0
- data/lib/google/ads/google_ads/v0/services/account_budget_proposal_service_services_pb.rb +63 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_pb.rb +5 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_ad_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_bid_modifier_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/ad_group_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/bidding_strategy_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_client.rb +276 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_pb.rb +43 -0
- data/lib/google/ads/google_ads/v0/services/billing_setup_service_services_pb.rb +59 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_bid_modifier_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_budget_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_group_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/campaign_shared_set_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/change_status_service_client.rb +221 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_pb.rb +24 -0
- data/lib/google/ads/google_ads/v0/services/change_status_service_services_pb.rb +48 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_client.rb +268 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_client_config.json +36 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_pb.rb +47 -0
- data/lib/google/ads/google_ads/v0/services/conversion_action_service_services_pb.rb +51 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/credentials.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/customer_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/geo_target_constant_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_client.rb +21 -21
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_field_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_pb.rb +35 -25
- data/lib/google/ads/{googleads → google_ads}/v0/services/google_ads_service_services_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_client.rb +15 -15
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/keyword_view_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_pb.rb +5 -5
- data/lib/google/ads/{googleads → google_ads}/v0/services/recommendation_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_criterion_service_services_pb.rb +4 -4
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_client.rb +22 -22
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_client_config.json +0 -0
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_pb.rb +3 -3
- data/lib/google/ads/{googleads → google_ads}/v0/services/shared_set_service_services_pb.rb +4 -4
- data/lib/google/ads/google_ads/v0/services/video_service_client.rb +221 -0
- data/lib/google/ads/google_ads/v0/services/video_service_client_config.json +31 -0
- data/lib/google/ads/google_ads/v0/services/video_service_pb.rb +24 -0
- data/lib/google/ads/google_ads/v0/services/video_service_services_pb.rb +48 -0
- data/lib/google/ads/{googleads → google_ads}/version.rb +2 -2
- data/lib/google/ads/{googleads → google_ads}/wrapper_util.rb +1 -1
- data/lib/google/ads/{googleads.rb → google_ads.rb} +2 -2
- metadata +266 -267
- data/lib/google/ads/googleads/v0/resources/ad_group_ad_pb.rb +0 -28
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/ad_type_infos.rb +0 -120
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/bidding.rb +0 -176
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/criteria.rb +0 -225
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/custom_parameter.rb +0 -33
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/common/metrics.rb +0 -208
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad.rb +0 -79
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group.rb +0 -87
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_ad.rb +0 -43
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_bid_modifier.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/ad_group_criterion.rb +0 -148
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/bidding_strategy.rb +0 -73
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_bid_modifier.rb +0 -46
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_budget.rb +0 -88
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_criterion.rb +0 -66
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_group.rb +0 -49
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/campaign_shared_set.rb +0 -47
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/customer.rb +0 -57
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/geo_target_constant.rb +0 -44
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/google_ads_field.rb +0 -89
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/keyword_view.rb +0 -32
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/recommendation.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_criterion.rb +0 -46
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_set.rb +0 -56
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_ad_service.rb +0 -68
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_bid_modifier_service.rb +0 -71
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_criterion_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/ad_group_service.rb +0 -68
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/bidding_strategy_service.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_bid_modifier_service.rb +0 -71
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_budget_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_criterion_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_group_service.rb +0 -70
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/campaign_shared_set_service.rb +0 -64
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/customer_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/geo_target_constant_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/google_ads_field_service.rb +0 -59
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/google_ads_service.rb +0 -156
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/keyword_view_service.rb +0 -29
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/recommendation_service.rb +0 -112
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/shared_criterion_service.rb +0 -64
- data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/services/shared_set_service.rb +0 -69
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/any.rb +0 -124
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/field_mask.rb +0 -223
- data/lib/google/ads/googleads/v0/services/doc/google/protobuf/wrappers.rb +0 -89
- data/lib/google/ads/googleads/v0/services/doc/google/rpc/status.rb +0 -83
- data/lib/google/ads/googleads/v0/services/doc/overview.rb +0 -82
- data/lib/google/ads/googleads/v0/services.rb +0 -1163
@@ -1,44 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# A geo target constant.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the geo target constant.
|
24
|
-
# Geo target constant resource names have the form:
|
25
|
-
#
|
26
|
-
# +geoTargetConstants/{geo_target_constant_id}+
|
27
|
-
# @!attribute [rw] id
|
28
|
-
# @return [Google::Protobuf::Int64Value]
|
29
|
-
# The ID of the geo target constant.
|
30
|
-
# @!attribute [rw] name
|
31
|
-
# @return [Google::Protobuf::StringValue]
|
32
|
-
# Geo target constant English name.
|
33
|
-
# @!attribute [rw] country_code
|
34
|
-
# @return [Google::Protobuf::StringValue]
|
35
|
-
# The ISO-3166-1 alpha-2 country code that is associated with the target.
|
36
|
-
# @!attribute [rw] target_type
|
37
|
-
# @return [Google::Protobuf::StringValue]
|
38
|
-
# Geo target constant target type.
|
39
|
-
class GeoTargetConstant; end
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/google_ads_field.rb
DELETED
@@ -1,89 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# A field or resource (artifact) used by GoogleAdsService.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the artifact.
|
24
|
-
# Artifact resource names have the form:
|
25
|
-
#
|
26
|
-
# +googleAdsFields/{name}+
|
27
|
-
# @!attribute [rw] name
|
28
|
-
# @return [Google::Protobuf::StringValue]
|
29
|
-
# The name of the artifact.
|
30
|
-
# @!attribute [rw] category
|
31
|
-
# @return [Google::Ads::Googleads::V0::Enums::GoogleAdsFieldCategoryEnum::GoogleAdsFieldCategory]
|
32
|
-
# The category of the artifact.
|
33
|
-
# @!attribute [rw] selectable
|
34
|
-
# @return [Google::Protobuf::BoolValue]
|
35
|
-
# Whether the artifact can be used in a SELECT clause in search
|
36
|
-
# queries.
|
37
|
-
# @!attribute [rw] filterable
|
38
|
-
# @return [Google::Protobuf::BoolValue]
|
39
|
-
# Whether the artifact can be used in a WHERE clause in search
|
40
|
-
# queries.
|
41
|
-
# @!attribute [rw] sortable
|
42
|
-
# @return [Google::Protobuf::BoolValue]
|
43
|
-
# Whether the artifact can be used in a ORDER BY clause in search
|
44
|
-
# queries.
|
45
|
-
# @!attribute [rw] selectable_with
|
46
|
-
# @return [Array<Google::Protobuf::StringValue>]
|
47
|
-
# The names of all resources, segments, and metrics that are selectable with
|
48
|
-
# the described artifact.
|
49
|
-
# @!attribute [rw] attribute_resources
|
50
|
-
# @return [Array<Google::Protobuf::StringValue>]
|
51
|
-
# The names of all resources that are selectable with the described
|
52
|
-
# artifact. Fields from these resources do not segment metrics when included
|
53
|
-
# in search queries.
|
54
|
-
#
|
55
|
-
# This field is only set for artifacts whose category is RESOURCE.
|
56
|
-
# @!attribute [rw] metrics
|
57
|
-
# @return [Array<Google::Protobuf::StringValue>]
|
58
|
-
# The names of all metrics that are selectable with the described artifact.
|
59
|
-
#
|
60
|
-
# This field is only set for artifacts whose category is either RESOURCE or
|
61
|
-
# SEGMENT.
|
62
|
-
# @!attribute [rw] segments
|
63
|
-
# @return [Array<Google::Protobuf::StringValue>]
|
64
|
-
# The names of all artifacts, whether a segment or another resource, that
|
65
|
-
# segment metrics when included in search queries.
|
66
|
-
#
|
67
|
-
# This field is only set for artifacts of category RESOURCE, SEGMENT or
|
68
|
-
# METRIC.
|
69
|
-
# @!attribute [rw] enum_values
|
70
|
-
# @return [Array<Google::Protobuf::StringValue>]
|
71
|
-
# Values the artifact can assume if it is a field of type ENUM.
|
72
|
-
#
|
73
|
-
# This field is only set for artifacts of category SEGMENT or ATTRIBUTE.
|
74
|
-
# @!attribute [rw] data_type
|
75
|
-
# @return [Google::Ads::Googleads::V0::Enums::GoogleAdsFieldDataTypeEnum::GoogleAdsFieldDataType]
|
76
|
-
# This field determines the operators that can be used with the artifact
|
77
|
-
# in WHERE clauses.
|
78
|
-
# @!attribute [rw] type_url
|
79
|
-
# @return [Google::Protobuf::StringValue]
|
80
|
-
# The URL of proto describing the artifact's data type.
|
81
|
-
# @!attribute [rw] is_repeated
|
82
|
-
# @return [Google::Protobuf::BoolValue]
|
83
|
-
# Whether the field artifact is repeated.
|
84
|
-
class GoogleAdsField; end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/keyword_view.rb
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# A keyword view.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the keyword view.
|
24
|
-
# Keyword view resource names have the form:
|
25
|
-
#
|
26
|
-
# +customers/{customer_id}/keywordViews/{ad_group_id}_{criterion_id}+
|
27
|
-
class KeywordView; end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/recommendation.rb
DELETED
@@ -1,223 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# A recommendation.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the recommendation.
|
24
|
-
#
|
25
|
-
# +customers/{customer_id}/recommendations/{recommendation_id}+
|
26
|
-
# @!attribute [rw] type
|
27
|
-
# @return [Google::Ads::Googleads::V0::Enums::RecommendationTypeEnum::RecommendationType]
|
28
|
-
# The type of recommendation.
|
29
|
-
# @!attribute [rw] impact
|
30
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::RecommendationImpact]
|
31
|
-
# The impact on account performance as a result of applying the
|
32
|
-
# recommendation.
|
33
|
-
# @!attribute [rw] campaign_budget
|
34
|
-
# @return [Google::Protobuf::StringValue]
|
35
|
-
# The budget targeted by this recommendation. This will be set only when
|
36
|
-
# the recommendation affects a single campaign budget.
|
37
|
-
#
|
38
|
-
# This field must not be used in WHERE clauses.
|
39
|
-
#
|
40
|
-
# This field will be set for the following recommendation types:
|
41
|
-
# CAMPAIGN_BUDGET
|
42
|
-
# @!attribute [rw] campaign
|
43
|
-
# @return [Google::Protobuf::StringValue]
|
44
|
-
# The campaign targeted by this recommendation. This will be set only when
|
45
|
-
# the recommendation affects a single campaign.
|
46
|
-
#
|
47
|
-
# This field must not be used in WHERE clauses.
|
48
|
-
#
|
49
|
-
# This field will be set for the following recommendation types:
|
50
|
-
# ENHANCED_CPC_OPT_IN, KEYWORD, MAXIMIZE_CLICKS_OPT_IN,
|
51
|
-
# MAXIMIZE_CONVERSIONS_OPT_IN, OPTIMIZE_AD_ROTATION, SEARCH_PARTNERS_OPT_IN,
|
52
|
-
# TARGET_CPA_OPT_IN, TEXT_AD
|
53
|
-
# @!attribute [rw] ad_group
|
54
|
-
# @return [Google::Protobuf::StringValue]
|
55
|
-
# The ad group targeted by this recommendation. This will be set only when
|
56
|
-
# the recommendation affects a single ad group.
|
57
|
-
#
|
58
|
-
# This field must not be used in WHERE clauses.
|
59
|
-
#
|
60
|
-
# This field will be set for the following recommendation types:
|
61
|
-
# KEYWORD, OPTIMIZE_AD_ROTATION, TEXT_AD
|
62
|
-
# @!attribute [rw] dismissed
|
63
|
-
# @return [Google::Protobuf::BoolValue]
|
64
|
-
# Whether the recommendation is dismissed or not.
|
65
|
-
# @!attribute [rw] campaign_budget_recommendation
|
66
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::CampaignBudgetRecommendation]
|
67
|
-
# The campaign budget recommendation.
|
68
|
-
# @!attribute [rw] keyword_recommendation
|
69
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::KeywordRecommendation]
|
70
|
-
# The keyword recommendation.
|
71
|
-
# @!attribute [rw] text_ad_recommendation
|
72
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::TextAdRecommendation]
|
73
|
-
# Add expanded text ad recommendation.
|
74
|
-
# @!attribute [rw] target_cpa_opt_in_recommendation
|
75
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::TargetCpaOptInRecommendation]
|
76
|
-
# The TargetCPA opt-in recommendation.
|
77
|
-
# @!attribute [rw] maximize_conversions_opt_in_recommendation
|
78
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::MaximizeConversionsOptInRecommendation]
|
79
|
-
# The MaximizeConversions Opt-In recommendation.
|
80
|
-
# @!attribute [rw] enhanced_cpc_opt_in_recommendation
|
81
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::EnhancedCpcOptInRecommendation]
|
82
|
-
# The Enhanced Cost-Per-Click Opt-In recommendation.
|
83
|
-
# @!attribute [rw] search_partners_opt_in_recommendation
|
84
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::SearchPartnersOptInRecommendation]
|
85
|
-
# The Search Partners Opt-In recommendation.
|
86
|
-
# @!attribute [rw] maximize_clicks_opt_in_recommendation
|
87
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::MaximizeClicksOptInRecommendation]
|
88
|
-
# The MaximizeClicks Opt-In recommendation.
|
89
|
-
# @!attribute [rw] optimize_ad_rotation_recommendation
|
90
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::OptimizeAdRotationRecommendation]
|
91
|
-
# The Optimize Ad Rotation recommendation.
|
92
|
-
class Recommendation
|
93
|
-
# The impact of making the change as described in the recommendation.
|
94
|
-
# Some types of recommendations may not have impact information.
|
95
|
-
# @!attribute [rw] base_metrics
|
96
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::RecommendationMetrics]
|
97
|
-
# Base metrics at the time the recommendation was generated.
|
98
|
-
# @!attribute [rw] potential_metrics
|
99
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::RecommendationMetrics]
|
100
|
-
# Estimated metrics if the recommendation is applied.
|
101
|
-
class RecommendationImpact; end
|
102
|
-
|
103
|
-
# Weekly account performance metrics. For some recommendation types, these
|
104
|
-
# are averaged over the past 90-day period and hence can be fractional.
|
105
|
-
# @!attribute [rw] impressions
|
106
|
-
# @return [Google::Protobuf::DoubleValue]
|
107
|
-
# Number of ad impressions.
|
108
|
-
# @!attribute [rw] clicks
|
109
|
-
# @return [Google::Protobuf::DoubleValue]
|
110
|
-
# Number of ad clicks.
|
111
|
-
# @!attribute [rw] cost_micros
|
112
|
-
# @return [Google::Protobuf::Int64Value]
|
113
|
-
# Cost (in micros) for advertising, in the local currency for the account.
|
114
|
-
# @!attribute [rw] conversions
|
115
|
-
# @return [Google::Protobuf::DoubleValue]
|
116
|
-
# Number of conversions.
|
117
|
-
# @!attribute [rw] video_views
|
118
|
-
# @return [Google::Protobuf::DoubleValue]
|
119
|
-
# Number of video views for a video ad campaign.
|
120
|
-
class RecommendationMetrics; end
|
121
|
-
|
122
|
-
# The budget recommendation for budget constrained campaigns.
|
123
|
-
# @!attribute [rw] current_budget_amount_micros
|
124
|
-
# @return [Google::Protobuf::Int64Value]
|
125
|
-
# The current budget amount in micros.
|
126
|
-
# @!attribute [rw] recommended_budget_amount_micros
|
127
|
-
# @return [Google::Protobuf::Int64Value]
|
128
|
-
# The recommended budget amount in micros.
|
129
|
-
# @!attribute [rw] budget_options
|
130
|
-
# @return [Array<Google::Ads::Googleads::V0::Resources::Recommendation::CampaignBudgetRecommendation::CampaignBudgetRecommendationOption>]
|
131
|
-
# The budget amounts and associated impact estimates for some values of
|
132
|
-
# possible budget amounts.
|
133
|
-
class CampaignBudgetRecommendation
|
134
|
-
# The impact estimates for a given budget amount.
|
135
|
-
# @!attribute [rw] budget_amount_micros
|
136
|
-
# @return [Google::Protobuf::Int64Value]
|
137
|
-
# The budget amount for this option.
|
138
|
-
# @!attribute [rw] impact
|
139
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::RecommendationImpact]
|
140
|
-
# The impact estimate if budget is changed to amount specified in this
|
141
|
-
# option.
|
142
|
-
class CampaignBudgetRecommendationOption; end
|
143
|
-
end
|
144
|
-
|
145
|
-
# The keyword recommendation.
|
146
|
-
# @!attribute [rw] keyword
|
147
|
-
# @return [Google::Ads::Googleads::V0::Common::KeywordInfo]
|
148
|
-
# The recommended keyword.
|
149
|
-
# @!attribute [rw] recommended_cpc_bid_micros
|
150
|
-
# @return [Google::Protobuf::Int64Value]
|
151
|
-
# The recommended CPC (cost-per-click) bid.
|
152
|
-
class KeywordRecommendation; end
|
153
|
-
|
154
|
-
# The text ad recommendation.
|
155
|
-
# @!attribute [rw] ad
|
156
|
-
# @return [Google::Ads::Googleads::V0::Resources::Ad]
|
157
|
-
# Recommended ad.
|
158
|
-
# @!attribute [rw] creation_date
|
159
|
-
# @return [Google::Protobuf::StringValue]
|
160
|
-
# Creation date of the recommended ad.
|
161
|
-
# YYYY-MM-DD format, e.g., 2018-04-17.
|
162
|
-
# @!attribute [rw] auto_apply_date
|
163
|
-
# @return [Google::Protobuf::StringValue]
|
164
|
-
# Date, if present, is the earliest when the recommendation will be auto
|
165
|
-
# applied.
|
166
|
-
# YYYY-MM-DD format, e.g., 2018-04-17.
|
167
|
-
class TextAdRecommendation; end
|
168
|
-
|
169
|
-
# The Target CPA opt-in recommendation.
|
170
|
-
# @!attribute [rw] options
|
171
|
-
# @return [Array<Google::Ads::Googleads::V0::Resources::Recommendation::TargetCpaOptInRecommendation::TargetCpaOptInRecommendationOption>]
|
172
|
-
# The available goals and corresponding options for Target CPA strategy.
|
173
|
-
# @!attribute [rw] recommended_target_cpa_micros
|
174
|
-
# @return [Google::Protobuf::Int64Value]
|
175
|
-
# The recommended average CPA target. See required budget amount and impact
|
176
|
-
# of using this recommendation in options list.
|
177
|
-
class TargetCpaOptInRecommendation
|
178
|
-
# The Target CPA opt-in option with impact estimate.
|
179
|
-
# @!attribute [rw] goal
|
180
|
-
# @return [Google::Ads::Googleads::V0::Enums::TargetCpaOptInRecommendationGoalEnum::TargetCpaOptInRecommendationGoal]
|
181
|
-
# The goal achieved by this option.
|
182
|
-
# @!attribute [rw] target_cpa_micros
|
183
|
-
# @return [Google::Protobuf::Int64Value]
|
184
|
-
# Average CPA target.
|
185
|
-
# @!attribute [rw] required_campaign_budget_amount_micros
|
186
|
-
# @return [Google::Protobuf::Int64Value]
|
187
|
-
# The minimum campaign budget, in local currency for the account,
|
188
|
-
# required to achieve the target CPA.
|
189
|
-
# Amount is specified in micros, where one million is equivalent to one
|
190
|
-
# currency unit.
|
191
|
-
# @!attribute [rw] impact
|
192
|
-
# @return [Google::Ads::Googleads::V0::Resources::Recommendation::RecommendationImpact]
|
193
|
-
# The impact estimate if this option is selected.
|
194
|
-
class TargetCpaOptInRecommendationOption; end
|
195
|
-
end
|
196
|
-
|
197
|
-
# The Maximize Conversions Opt-In recommendation.
|
198
|
-
# @!attribute [rw] recommended_budget_amount_micros
|
199
|
-
# @return [Google::Protobuf::Int64Value]
|
200
|
-
# The recommended new budget amount.
|
201
|
-
class MaximizeConversionsOptInRecommendation; end
|
202
|
-
|
203
|
-
# The Enhanced Cost-Per-Click Opt-In recommendation.
|
204
|
-
class EnhancedCpcOptInRecommendation; end
|
205
|
-
|
206
|
-
# The Search Partners Opt-In recommendation.
|
207
|
-
class SearchPartnersOptInRecommendation; end
|
208
|
-
|
209
|
-
# The Maximize Clicks opt-in recommendation.
|
210
|
-
# @!attribute [rw] recommended_budget_amount_micros
|
211
|
-
# @return [Google::Protobuf::Int64Value]
|
212
|
-
# The recommended new budget amount.
|
213
|
-
# Only set if the current budget is too high.
|
214
|
-
class MaximizeClicksOptInRecommendation; end
|
215
|
-
|
216
|
-
# The Optimize Ad Rotation recommendation.
|
217
|
-
class OptimizeAdRotationRecommendation; end
|
218
|
-
end
|
219
|
-
end
|
220
|
-
end
|
221
|
-
end
|
222
|
-
end
|
223
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_criterion.rb
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# A criterion belonging to a shared set.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the shared criterion.
|
24
|
-
# Shared set resource names have the form:
|
25
|
-
#
|
26
|
-
# +customers/{customer_id}/sharedCriteria/{shared_set_id}_{criterion_id}+
|
27
|
-
# @!attribute [rw] shared_set
|
28
|
-
# @return [Google::Protobuf::StringValue]
|
29
|
-
# The shared set to which the shared criterion belongs.
|
30
|
-
# @!attribute [rw] criterion_id
|
31
|
-
# @return [Google::Protobuf::Int64Value]
|
32
|
-
# The ID of the criterion.
|
33
|
-
#
|
34
|
-
# This field is ignored for mutates.
|
35
|
-
# @!attribute [rw] type
|
36
|
-
# @return [Google::Ads::Googleads::V0::Enums::CriterionTypeEnum::CriterionType]
|
37
|
-
# The type of the criterion.
|
38
|
-
# @!attribute [rw] keyword
|
39
|
-
# @return [Google::Ads::Googleads::V0::Common::KeywordInfo]
|
40
|
-
# Keyword.
|
41
|
-
class SharedCriterion; end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
end
|
data/lib/google/ads/googleads/v0/services/doc/google/ads/googleads/v0/resources/shared_set.rb
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Resources
|
20
|
-
# SharedSets are used for sharing criterion exclusions across multiple
|
21
|
-
# campaigns.
|
22
|
-
# @!attribute [rw] resource_name
|
23
|
-
# @return [String]
|
24
|
-
# The resource name of the shared set.
|
25
|
-
# Shared set resource names have the form:
|
26
|
-
#
|
27
|
-
# +customers/{customer_id}/sharedSets/{shared_set_id}+
|
28
|
-
# @!attribute [rw] id
|
29
|
-
# @return [Google::Protobuf::Int64Value]
|
30
|
-
# The ID of this shared set. Read only.
|
31
|
-
# @!attribute [rw] type
|
32
|
-
# @return [Google::Ads::Googleads::V0::Enums::SharedSetTypeEnum::SharedSetType]
|
33
|
-
# The type of this shared set: each shared set holds only a single kind
|
34
|
-
# of entity. Required. Immutable.
|
35
|
-
# @!attribute [rw] name
|
36
|
-
# @return [Google::Protobuf::StringValue]
|
37
|
-
# The name of this shared set. Required.
|
38
|
-
# Shared Sets must have names that are unique among active shared sets of
|
39
|
-
# the same type.
|
40
|
-
# The length of this string should be between 1 and 255 UTF-8 bytes,
|
41
|
-
# inclusive.
|
42
|
-
# @!attribute [rw] status
|
43
|
-
# @return [Google::Ads::Googleads::V0::Enums::SharedSetStatusEnum::SharedSetStatus]
|
44
|
-
# The status of this shared set. Read only.
|
45
|
-
# @!attribute [rw] member_count
|
46
|
-
# @return [Google::Protobuf::Int64Value]
|
47
|
-
# The number of shared criteria within this shared set. Read only.
|
48
|
-
# @!attribute [rw] reference_count
|
49
|
-
# @return [Google::Protobuf::Int64Value]
|
50
|
-
# The number of campaigns associated with this shared set. Read only.
|
51
|
-
class SharedSet; end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
@@ -1,68 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupAdService::GetAdGroupAd AdGroupAdService::GetAdGroupAd}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the ad to fetch.
|
24
|
-
class GetAdGroupAdRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupAdService::MutateAdGroupAds AdGroupAdService::MutateAdGroupAds}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# The ID of the customer whose ads are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::AdGroupAdOperation>]
|
32
|
-
# The list of operations to perform on individual ads.
|
33
|
-
class MutateAdGroupAdsRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, update, remove) on an ad group ad.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupAd]
|
41
|
-
# Create operation: No resource name is expected for the new ad.
|
42
|
-
# @!attribute [rw] update
|
43
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupAd]
|
44
|
-
# Update operation: The ad is expected to have a valid resource name.
|
45
|
-
# @!attribute [rw] remove
|
46
|
-
# @return [String]
|
47
|
-
# Remove operation: A resource name for the removed ad is expected,
|
48
|
-
# in this format:
|
49
|
-
#
|
50
|
-
# +customers/{customer_id}/adGroupAds/{ad_group_id}_{ad_id}+
|
51
|
-
class AdGroupAdOperation; end
|
52
|
-
|
53
|
-
# Response message for an ad group ad mutate.
|
54
|
-
# @!attribute [rw] results
|
55
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateAdGroupAdResult>]
|
56
|
-
# All results for the mutate.
|
57
|
-
class MutateAdGroupAdsResponse; end
|
58
|
-
|
59
|
-
# The result for the ad mutate.
|
60
|
-
# @!attribute [rw] resource_name
|
61
|
-
# @return [String]
|
62
|
-
# The resource name returned for successful operations.
|
63
|
-
class MutateAdGroupAdResult; end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
@@ -1,71 +0,0 @@
|
|
1
|
-
# Copyright 2018 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
|
-
# https://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
|
-
|
15
|
-
module Google
|
16
|
-
module Ads
|
17
|
-
module Googleads
|
18
|
-
module V0
|
19
|
-
module Services
|
20
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupBidModifierService::GetAdGroupBidModifier AdGroupBidModifierService::GetAdGroupBidModifier}.
|
21
|
-
# @!attribute [rw] resource_name
|
22
|
-
# @return [String]
|
23
|
-
# The resource name of the ad group bid modifier to fetch.
|
24
|
-
class GetAdGroupBidModifierRequest; end
|
25
|
-
|
26
|
-
# Request message for {Google::Ads::Googleads::V0::Services::AdGroupBidModifierService::MutateAdGroupBidModifiers AdGroupBidModifierService::MutateAdGroupBidModifiers}.
|
27
|
-
# @!attribute [rw] customer_id
|
28
|
-
# @return [String]
|
29
|
-
# ID of the customer whose ad group bid modifiers are being modified.
|
30
|
-
# @!attribute [rw] operations
|
31
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::AdGroupBidModifierOperation>]
|
32
|
-
# The list of operations to perform on individual ad group bid modifiers.
|
33
|
-
class MutateAdGroupBidModifiersRequest; end
|
34
|
-
|
35
|
-
# A single operation (create, remove, update) on an ad group bid modifier.
|
36
|
-
# @!attribute [rw] update_mask
|
37
|
-
# @return [Google::Protobuf::FieldMask]
|
38
|
-
# FieldMask that determines which resource fields are modified in an update.
|
39
|
-
# @!attribute [rw] create
|
40
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupBidModifier]
|
41
|
-
# Create operation: No resource name is expected for the new ad group bid
|
42
|
-
# modifier.
|
43
|
-
# @!attribute [rw] update
|
44
|
-
# @return [Google::Ads::Googleads::V0::Resources::AdGroupBidModifier]
|
45
|
-
# Update operation: The ad group bid modifier is expected to have a valid
|
46
|
-
# resource name.
|
47
|
-
# @!attribute [rw] remove
|
48
|
-
# @return [String]
|
49
|
-
# Remove operation: A resource name for the removed ad group bid modifier
|
50
|
-
# is expected, in this format:
|
51
|
-
#
|
52
|
-
#
|
53
|
-
# +customers/{customer_id}/adGroupBidModifiers/{ad_group_id}_{criterion_id}+
|
54
|
-
class AdGroupBidModifierOperation; end
|
55
|
-
|
56
|
-
# Response message for ad group bid modifiers mutate.
|
57
|
-
# @!attribute [rw] results
|
58
|
-
# @return [Array<Google::Ads::Googleads::V0::Services::MutateAdGroupBidModifierResult>]
|
59
|
-
# All results for the mutate.
|
60
|
-
class MutateAdGroupBidModifiersResponse; end
|
61
|
-
|
62
|
-
# The result for the criterion mutate.
|
63
|
-
# @!attribute [rw] resource_name
|
64
|
-
# @return [String]
|
65
|
-
# Returned for successful operations.
|
66
|
-
class MutateAdGroupBidModifierResult; end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|