google-ads-googleads 11.0.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/lib/google/ads/google_ads/api_versions.rb +2 -2
- data/lib/google/ads/google_ads/factories.rb +23 -4
- data/lib/google/ads/google_ads/factories/v5/enums.rb +1181 -1181
- data/lib/google/ads/google_ads/factories/v5/operations.rb +1646 -1646
- data/lib/google/ads/google_ads/factories/v5/resources.rb +2827 -2827
- data/lib/google/ads/google_ads/factories/v5/services.rb +590 -590
- data/lib/google/ads/google_ads/factories/v6/enums.rb +1420 -1420
- data/lib/google/ads/google_ads/factories/v6/operations.rb +1911 -1911
- data/lib/google/ads/google_ads/factories/v6/resources.rb +2881 -2881
- data/lib/google/ads/google_ads/factories/v6/services.rb +612 -612
- data/lib/google/ads/google_ads/factories/v7/enums.rb +1416 -1416
- data/lib/google/ads/google_ads/factories/v7/operations.rb +1986 -1986
- data/lib/google/ads/google_ads/factories/v7/resources.rb +3046 -3046
- data/lib/google/ads/google_ads/factories/v7/services.rb +638 -638
- data/lib/google/ads/google_ads/factories/v8/enums.rb +2979 -0
- data/lib/google/ads/google_ads/factories/v8/operations.rb +5163 -0
- data/lib/google/ads/google_ads/factories/v8/resources.rb +7473 -0
- data/lib/google/ads/google_ads/factories/v8/services.rb +2622 -0
- data/lib/google/ads/google_ads/google_ads_client.rb +8 -10
- data/lib/google/ads/google_ads/interceptors/logging_interceptor.rb +11 -1
- data/lib/google/ads/google_ads/utils/path_lookup_config.rb +38 -0
- data/lib/google/ads/google_ads/utils/v8/path_lookup_util.rb +31 -0
- data/lib/google/ads/google_ads/v8/common/ad_asset_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/common/ad_type_infos_pb.rb +270 -0
- data/lib/google/ads/google_ads/v8/common/asset_policy_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/common/asset_types_pb.rb +141 -0
- data/lib/google/ads/google_ads/v8/common/bidding_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/common/click_location_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/common/criteria_pb.rb +333 -0
- data/lib/google/ads/google_ads/v8/common/criterion_category_availability_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/common/custom_parameter_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/dates_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/common/explorer_auto_optimizer_setting_pb.rb +25 -0
- data/lib/google/ads/google_ads/v8/common/extensions_pb.rb +153 -0
- data/lib/google/ads/google_ads/v8/common/feed_common_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/feed_item_set_filter_type_infos_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/common/final_app_url_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/common/frequency_cap_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/common/keyword_plan_common_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/common/matching_function_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/common/metrics_pb.rb +147 -0
- data/lib/google/ads/google_ads/v8/common/offline_user_data_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/common/policy_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/common/real_time_bidding_setting_pb.rb +25 -0
- data/lib/google/ads/google_ads/v8/common/segments_pb.rb +146 -0
- data/lib/google/ads/google_ads/v8/common/simulation_pb.rb +152 -0
- data/lib/google/ads/google_ads/v8/common/tag_snippet_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/common/targeting_setting_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/common/text_label_pb.rb +26 -0
- data/lib/google/ads/google_ads/v8/common/url_collection_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/common/user_lists_pb.rb +123 -0
- data/lib/google/ads/google_ads/v8/common/value_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/access_invitation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/access_reason_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/access_role_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_proposal_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/account_budget_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/account_link_status_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_customizer_placeholder_field_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/ad_destination_type_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_ad_rotation_mode_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_ad_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_approval_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_criterion_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/ad_group_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/ad_network_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_serving_optimization_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/ad_strength_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/ad_type_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/advertising_channel_sub_type_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/advertising_channel_type_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/affiliate_location_feed_relationship_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/affiliate_location_placeholder_field_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/age_range_type_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/app_campaign_app_store_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/app_campaign_bidding_strategy_goal_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/app_payment_model_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/app_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/app_store_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/app_url_operating_system_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/asset_field_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/asset_link_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/asset_performance_label_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/asset_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/attribution_model_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/batch_job_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/bid_modifier_source_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_source_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_strategy_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/bidding_strategy_type_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/enums/billing_setup_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/brand_safety_suitability_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/budget_campaign_association_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_delivery_method_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_period_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/budget_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/call_conversion_reporting_state_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/call_placeholder_field_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/call_tracking_display_location_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/call_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/callout_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_criterion_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_draft_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_status_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_traffic_split_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_experiment_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_serving_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_shared_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/campaign_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/change_client_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/change_event_resource_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/change_status_operation_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/change_status_resource_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/click_type_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/enums/combined_audience_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/content_label_type_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_category_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_counting_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_action_type_pb.rb +64 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_adjustment_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_attribution_event_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_custom_variable_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_lag_bucket_pb.rb +48 -0
- data/lib/google/ads/google_ads/v8/enums/conversion_or_adjustment_lag_bucket_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_category_channel_availability_mode_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_category_locale_availability_mode_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_system_serving_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/criterion_type_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_member_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_audience_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_member_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_interest_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/custom_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/customer_match_upload_key_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/customer_pay_per_conversion_eligibility_failure_reason_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/data_driven_model_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/day_of_week_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/device_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/display_ad_format_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/display_upload_product_type_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/enums/distance_bucket_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/dsa_page_feed_criterion_field_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/education_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/extension_setting_device_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/extension_type_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/enums/external_conversion_source_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/enums/feed_attribute_type_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_quality_approval_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_quality_disapproval_reason_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_set_string_filter_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_device_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_target_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/feed_item_validation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/feed_link_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_mapping_criterion_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_mapping_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_origin_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/feed_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/flight_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_event_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_level_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/frequency_cap_time_unit_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/gender_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/geo_target_constant_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/geo_targeting_restriction_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/geo_targeting_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/google_ads_field_category_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/google_ads_field_data_type_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/enums/google_voice_call_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_date_selection_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_price_bucket_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/hotel_rate_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/image_placeholder_field_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/income_range_type_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/interaction_event_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/interaction_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/invoice_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/job_placeholder_field_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_match_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_aggregate_metric_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_competition_level_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_concept_group_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_forecast_interval_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_keyword_annotation_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/keyword_plan_network_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/label_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_call_to_action_type_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_desired_intent_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_field_user_input_type_pb.rb +89 -0
- data/lib/google/ads/google_ads/v8/enums/lead_form_post_submit_call_to_action_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/legacy_app_install_ad_app_store_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/linked_account_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/listing_group_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/local_placeholder_field_pb.rb +48 -0
- data/lib/google/ads/google_ads/v8/enums/location_extension_targeting_criterion_field_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/location_group_radius_units_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/location_placeholder_field_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/location_source_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/manager_link_status_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/matching_function_context_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/matching_function_operator_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/media_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/merchant_center_link_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/message_placeholder_field_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/mime_type_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/minute_of_hour_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/mobile_app_vendor_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/mobile_device_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/month_of_year_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/negative_geo_target_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_failure_reason_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/offline_user_data_job_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/operating_system_version_operator_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/optimization_goal_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/parental_status_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/payment_mode_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/placeholder_type_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/placement_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/policy_approval_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/policy_review_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_entry_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_mismatch_url_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_device_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/policy_topic_evidence_destination_not_working_dns_error_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/positive_geo_target_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/preferred_content_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_price_qualifier_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_price_unit_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/price_extension_type_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/enums/price_placeholder_field_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/enums/product_bidding_category_level_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/product_bidding_category_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_channel_exclusivity_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_channel_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/product_condition_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/product_custom_attribute_index_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/product_type_level_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_extension_discount_modifier_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_extension_occasion_pb.rb +66 -0
- data/lib/google/ads/google_ads/v8/enums/promotion_placeholder_field_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/enums/proximity_radius_units_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/quality_score_bucket_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_ad_length_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_age_range_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/enums/reach_plan_network_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/real_estate_placeholder_field_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/recommendation_type_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/enums/resource_change_operation_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/resource_limit_type_pb.rb +116 -0
- data/lib/google/ads/google_ads/v8/enums/response_content_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/search_engine_results_page_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/search_term_match_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/search_term_targeting_status_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/served_asset_field_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/shared_set_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/shared_set_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/simulation_modification_method_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/simulation_type_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/sitelink_placeholder_field_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/slot_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/enums/spending_limit_type_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/structured_snippet_placeholder_field_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/summary_row_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/system_managed_entity_source_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/target_cpa_opt_in_recommendation_goal_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/target_impression_share_location_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/targeting_dimension_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/time_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/tracking_code_page_format_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/tracking_code_type_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/travel_placeholder_field_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/enums/user_identifier_source_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_interest_taxonomy_type_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_access_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_closing_reason_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_combined_rule_operator_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_crm_data_source_type_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_date_rule_item_operator_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_logical_rule_operator_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_membership_status_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_number_rule_item_operator_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_prepopulation_status_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_rule_type_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_size_range_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_string_rule_item_operator_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/enums/user_list_type_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/enums/vanity_pharma_display_url_mode_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/enums/vanity_pharma_text_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/enums/webpage_condition_operand_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/enums/webpage_condition_operator_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/access_invitation_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/account_budget_proposal_error_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/errors/account_link_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/ad_customizer_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/ad_error_pb.rb +175 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_ad_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_bid_modifier_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_criterion_error_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/ad_group_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/ad_parameter_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/ad_sharing_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/adx_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/asset_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/asset_link_error_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/errors/authentication_error_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/errors/authorization_error_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/errors/batch_job_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/errors/bidding_error_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/errors/bidding_strategy_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/billing_setup_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_budget_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_criterion_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_draft_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_error_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_experiment_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/campaign_shared_set_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/change_event_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/change_status_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/collection_size_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/context_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_action_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_adjustment_upload_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_custom_variable_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/conversion_upload_error_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/errors/country_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/criterion_error_pb.rb +154 -0
- data/lib/google/ads/google_ads/v8/errors/currency_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/custom_audience_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/custom_interest_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/customer_client_link_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/customer_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/customer_feed_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/customer_manager_link_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/customer_user_access_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/database_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/date_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/date_range_error_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/errors/distinct_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/enum_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/errors_pb.rb +330 -0
- data/lib/google/ads/google_ads/v8/errors/extension_feed_item_error_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/errors/extension_setting_error_pb.rb +94 -0
- data/lib/google/ads/google_ads/v8/errors/feed_attribute_reference_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/feed_error_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_set_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_set_link_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_target_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/feed_item_validation_error_pb.rb +134 -0
- data/lib/google/ads/google_ads/v8/errors/feed_mapping_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/field_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/field_mask_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/function_error_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/errors/function_parsing_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/geo_target_constant_suggestion_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/header_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/id_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/image_error_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/errors/internal_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/invoice_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_ad_group_keyword_error_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_error_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_campaign_keyword_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/keyword_plan_idea_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/label_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/language_code_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/list_operation_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/manager_link_error_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/errors/media_bundle_error_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/errors/media_file_error_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/errors/media_upload_error_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/errors/multiplier_error_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/errors/mutate_error_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/errors/new_resource_creation_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/not_allowlisted_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/not_empty_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/null_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/offline_user_data_job_error_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/errors/operation_access_denied_error_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/errors/operator_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/partial_failure_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/payments_account_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/policy_finding_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/policy_validation_parameter_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/policy_violation_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/query_error_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/errors/quota_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/range_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/reach_plan_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/recommendation_error_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/errors/region_code_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/request_error_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/errors/resource_access_denied_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/resource_count_limit_exceeded_error_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/errors/setting_error_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/errors/shared_criterion_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/shared_set_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/size_limit_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/string_format_error_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/errors/string_length_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/third_party_app_analytics_link_error_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/errors/time_zone_error_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/errors/url_field_error_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/errors/user_data_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/errors/user_list_error_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/errors/youtube_video_registration_error_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/accessible_bidding_strategy_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/resources/account_budget_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/resources/account_budget_proposal_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/resources/account_link_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_asset_view_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_ad_pb.rb +45 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_asset_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_audience_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_bid_modifier_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_pb.rb +102 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_criterion_simulation_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_extension_setting_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_feed_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/resources/ad_group_simulation_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/resources/ad_parameter_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/ad_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/resources/ad_schedule_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/age_range_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/asset_field_type_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/asset_pb.rb +60 -0
- data/lib/google/ads/google_ads/v8/resources/batch_job_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/bidding_strategy_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/bidding_strategy_simulation_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/billing_setup_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/resources/call_view_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_asset_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_audience_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_bid_modifier_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_budget_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_criterion_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_criterion_simulation_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_draft_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_experiment_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_extension_setting_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_feed_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_pb.rb +158 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_shared_set_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/campaign_simulation_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/carrier_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/change_event_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/resources/change_status_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/resources/click_view_pb.rb +38 -0
- data/lib/google/ads/google_ads/v8/resources/combined_audience_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/conversion_action_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/resources/conversion_custom_variable_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/currency_constant_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/custom_audience_pb.rb +46 -0
- data/lib/google/ads/google_ads/v8/resources/custom_interest_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/resources/customer_asset_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_client_link_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_client_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/resources/customer_extension_setting_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/customer_feed_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/customer_label_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/customer_manager_link_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/customer_negative_criterion_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/customer_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/customer_user_access_invitation_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/customer_user_access_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/detail_placement_view_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/detailed_demographic_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/display_keyword_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/distance_view_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/domain_category_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/dynamic_search_ads_search_term_view_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/expanded_landing_page_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/extension_feed_item_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_set_link_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_set_pb.rb +37 -0
- data/lib/google/ads/google_ads/v8/resources/feed_item_target_pb.rb +43 -0
- data/lib/google/ads/google_ads/v8/resources/feed_mapping_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/resources/feed_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/resources/feed_placeholder_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/gender_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/geo_target_constant_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/geographic_view_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/google_ads_field_pb.rb +42 -0
- data/lib/google/ads/google_ads/v8/resources/group_placement_view_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/resources/hotel_group_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/hotel_performance_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/income_range_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/invoice_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_keyword_pb.rb +34 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_ad_group_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_keyword_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_campaign_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_plan_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_theme_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/keyword_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/label_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/landing_page_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/language_constant_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/life_event_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/location_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/managed_placement_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/media_file_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/resources/merchant_center_link_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/mobile_app_category_constant_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/mobile_device_constant_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/offline_user_data_job_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/operating_system_version_constant_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/paid_organic_search_term_view_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/parental_status_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/payments_account_pb.rb +33 -0
- data/lib/google/ads/google_ads/v8/resources/product_bidding_category_constant_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/resources/product_group_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/recommendation_pb.rb +154 -0
- data/lib/google/ads/google_ads/v8/resources/remarketing_action_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/search_term_view_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/shared_criterion_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/shared_set_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/shopping_performance_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/smart_campaign_search_term_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/smart_campaign_setting_pb.rb +40 -0
- data/lib/google/ads/google_ads/v8/resources/third_party_app_analytics_link_pb.rb +28 -0
- data/lib/google/ads/google_ads/v8/resources/topic_constant_pb.rb +30 -0
- data/lib/google/ads/google_ads/v8/resources/topic_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/resources/user_interest_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/resources/user_list_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/resources/user_location_view_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/resources/video_pb.rb +31 -0
- data/lib/google/ads/google_ads/v8/resources/webpage_view_pb.rb +27 -0
- data/lib/google/ads/google_ads/v8/services.rb +172 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/accessible_bidding_strategy_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service.rb +64 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/client.rb +498 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_proposal_service_services_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/client.rb +391 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service/paths.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/account_budget_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/client.rb +578 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/account_link_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service/paths.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_asset_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/client.rb +487 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_label_service_services_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/client.rb +521 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service/paths.rb +109 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_ad_service_services_pb.rb +104 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/client.rb +491 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_asset_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_audience_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_bid_modifier_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/client.rb +485 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_label_service_services_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/client.rb +512 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service/paths.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_service_services_pb.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_criterion_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/client.rb +507 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_extension_setting_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_feed_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/client.rb +488 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_label_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/client.rb +508 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_service_services_pb.rb +92 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_group_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service/paths.rb +75 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_parameter_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/ad_schedule_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/ad_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/client.rb +514 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/ad_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/ad_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/ad_service_services_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/age_range_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/asset_field_type_view_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/asset_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/client.rb +505 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/asset_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/asset_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/asset_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/client.rb +774 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service/paths.rb +1045 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/batch_job_service_services_pb.rb +107 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/client.rb +506 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_service_services_pb.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/bidding_strategy_simulation_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/client.rb +486 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/billing_setup_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service/paths.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_asset_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_audience_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_bid_modifier_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/client.rb +497 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_budget_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/client.rb +508 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_service_services_pb.rb +90 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_criterion_simulation_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/client.rb +694 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/campaign_draft_service_services_pb.rb +103 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/client.rb +981 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_pb.rb +101 -0
- data/lib/google/ads/google_ads/v8/services/campaign_experiment_service_services_pb.rb +155 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/client.rb +509 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_extension_setting_service_services_pb.rb +89 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_feed_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/client.rb +488 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/campaign_label_service_services_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/client.rb +512 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service/paths.rb +156 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/campaign_service_services_pb.rb +96 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service/paths.rb +88 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/campaign_shared_set_service_services_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service/paths.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/campaign_simulation_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/carrier_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service/paths.rb +236 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/change_status_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service/paths.rb +123 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/click_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/client.rb +391 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/combined_audience_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/client.rb +496 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/conversion_action_service_services_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service.rb +50 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/client.rb +401 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/conversion_adjustment_upload_service_services_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/client.rb +490 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/conversion_custom_variable_service_services_pb.rb +70 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service_pb.rb +108 -0
- data/lib/google/ads/google_ads/v8/services/conversion_upload_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/currency_constant_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/client.rb +484 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/custom_audience_service_services_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/client.rb +482 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/custom_interest_service_services_pb.rb +72 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/client.rb +489 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_asset_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/client.rb +483 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service_pb.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_link_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/customer_client_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/client.rb +507 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_extension_setting_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/client.rb +502 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/customer_feed_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/client.rb +486 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service/paths.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service_pb.rb +53 -0
- data/lib/google/ads/google_ads/v8/services/customer_label_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/client.rb +582 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service/paths.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_pb.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/customer_manager_link_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/client.rb +489 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/customer_negative_criterion_service_services_pb.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/customer_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/client.rb +651 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/customer_service_pb.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/customer_service_services_pb.rb +96 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/client.rb +476 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_invitation_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/client.rb +478 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/customer_user_access_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/detail_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/detailed_demographic_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/display_keyword_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/distance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service/paths.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/domain_category_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service/paths.rb +62 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/dynamic_search_ads_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/expanded_landing_page_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/client.rb +504 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service/paths.rb +117 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/extension_feed_item_service_services_pb.rb +85 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/client.rb +503 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_service_services_pb.rb +87 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/client.rb +482 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service/paths.rb +94 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_link_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/client.rb +484 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service_pb.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_set_service_services_pb.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/client.rb +498 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service/paths.rb +126 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/feed_item_target_service_services_pb.rb +80 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/feed_mapping_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/feed_placeholder_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/feed_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/feed_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/feed_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/feed_service_services_pb.rb +86 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/gender_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/client.rb +475 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_pb.rb +58 -0
- data/lib/google/ads/google_ads/v8/services/geo_target_constant_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/geographic_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/client.rb +477 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service_pb.rb +41 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_field_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/client.rb +707 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service/paths.rb +2320 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service_pb.rb +490 -0
- data/lib/google/ads/google_ads/v8/services/google_ads_service_services_pb.rb +188 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/group_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/hotel_group_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/hotel_performance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/income_range_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/client.rb +399 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service_pb.rb +36 -0
- data/lib/google/ads/google_ads/v8/services/invoice_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/client.rb +495 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_keyword_service_services_pb.rb +78 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/client.rb +491 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_ad_group_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_keyword_service_services_pb.rb +76 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/client.rb +492 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service/paths.rb +97 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_campaign_service_services_pb.rb +77 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service.rb +50 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/client.rb +430 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_pb.rb +74 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_idea_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/client.rb +842 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service_pb.rb +147 -0
- data/lib/google/ads/google_ads/v8/services/keyword_plan_service_services_pb.rb +130 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/client.rb +465 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_pb.rb +39 -0
- data/lib/google/ads/google_ads/v8/services/keyword_theme_constant_service_services_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/keyword_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/label_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/label_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/label_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/label_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/label_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/label_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/landing_page_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/language_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/client.rb +380 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/life_event_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/location_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/managed_placement_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/media_file_service_services_pb.rb +82 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/client.rb +563 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_pb.rb +60 -0
- data/lib/google/ads/google_ads/v8/services/merchant_center_link_service_services_pb.rb +79 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/mobile_app_category_constant_service_services_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/mobile_device_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/client.rb +679 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/operations.rb +659 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_pb.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/offline_user_data_job_service_services_pb.rb +100 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/operating_system_version_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service/paths.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/paid_organic_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/parental_status_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/client.rb +393 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service/paths.rb +66 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service_pb.rb +32 -0
- data/lib/google/ads/google_ads/v8/services/payments_account_service_services_pb.rb +61 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/product_bidding_category_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/product_group_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service/client.rb +678 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service_pb.rb +162 -0
- data/lib/google/ads/google_ads/v8/services/reach_plan_service_services_pb.rb +98 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/client.rb +579 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service/paths.rb +120 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service_pb.rb +127 -0
- data/lib/google/ads/google_ads/v8/services/recommendation_service_services_pb.rb +83 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/client.rb +483 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/remarketing_action_service_services_pb.rb +68 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service/paths.rb +73 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/client.rb +499 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/shared_criterion_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/client.rb +501 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service_pb.rb +59 -0
- data/lib/google/ads/google_ads/v8/services/shared_set_service_services_pb.rb +84 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/shopping_performance_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service/paths.rb +71 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_search_term_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/client.rb +469 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service/paths.rb +69 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_pb.rb +55 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_setting_service_services_pb.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/client.rb +385 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_pb.rb +65 -0
- data/lib/google/ads/google_ads/v8/services/smart_campaign_suggest_service_services_pb.rb +47 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/client.rb +474 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_pb.rb +35 -0
- data/lib/google/ads/google_ads/v8/services/third_party_app_analytics_link_service_services_pb.rb +67 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service/paths.rb +49 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/topic_constant_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/client.rb +388 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/topic_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service/client.rb +396 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service_pb.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_data_service_services_pb.rb +63 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/user_interest_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/client.rb +494 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service_pb.rb +56 -0
- data/lib/google/ads/google_ads/v8/services/user_list_service_services_pb.rb +81 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/client.rb +389 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/user_location_view_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/video_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/video_service/client.rb +387 -0
- data/lib/google/ads/google_ads/v8/services/video_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/video_service/paths.rb +52 -0
- data/lib/google/ads/google_ads/v8/services/video_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/video_service_services_pb.rb +57 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service.rb +51 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/client.rb +381 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/credentials.rb +44 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service/paths.rb +54 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service_pb.rb +29 -0
- data/lib/google/ads/google_ads/v8/services/webpage_view_service_services_pb.rb +49 -0
- data/lib/google/ads/google_ads/version.rb +1 -1
- metadata +1337 -6
@@ -0,0 +1,44 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "googleauth"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Ads
|
23
|
+
module GoogleAds
|
24
|
+
module V8
|
25
|
+
module Services
|
26
|
+
module GoogleAdsService
|
27
|
+
# Credentials for the GoogleAdsService API.
|
28
|
+
class Credentials < ::Google::Auth::Credentials
|
29
|
+
self.scope = [
|
30
|
+
"https://www.googleapis.com/auth/adwords"
|
31
|
+
]
|
32
|
+
self.env_vars = [
|
33
|
+
"GOOGLEADS_CREDENTIALS",
|
34
|
+
"GOOGLEADS_KEYFILE",
|
35
|
+
"GOOGLEADS_CREDENTIALS_JSON",
|
36
|
+
"GOOGLEADS_KEYFILE_JSON"
|
37
|
+
]
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
@@ -0,0 +1,2320 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Ads
|
22
|
+
module GoogleAds
|
23
|
+
module V8
|
24
|
+
module Services
|
25
|
+
module GoogleAdsService
|
26
|
+
# Path helper methods for the GoogleAdsService API.
|
27
|
+
module Paths
|
28
|
+
##
|
29
|
+
# Create a fully-qualified AccessibleBiddingStrategy resource string.
|
30
|
+
#
|
31
|
+
# The resource will be in the following format:
|
32
|
+
#
|
33
|
+
# `customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}`
|
34
|
+
#
|
35
|
+
# @param customer_id [String]
|
36
|
+
# @param bidding_strategy_id [String]
|
37
|
+
#
|
38
|
+
# @return [::String]
|
39
|
+
def accessible_bidding_strategy_path customer_id:, bidding_strategy_id:
|
40
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
41
|
+
|
42
|
+
"customers/#{customer_id}/accessibleBiddingStrategies/#{bidding_strategy_id}"
|
43
|
+
end
|
44
|
+
|
45
|
+
##
|
46
|
+
# Create a fully-qualified AccountBudget resource string.
|
47
|
+
#
|
48
|
+
# The resource will be in the following format:
|
49
|
+
#
|
50
|
+
# `customers/{customer_id}/accountBudgets/{account_budget_id}`
|
51
|
+
#
|
52
|
+
# @param customer_id [String]
|
53
|
+
# @param account_budget_id [String]
|
54
|
+
#
|
55
|
+
# @return [::String]
|
56
|
+
def account_budget_path customer_id:, account_budget_id:
|
57
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
58
|
+
|
59
|
+
"customers/#{customer_id}/accountBudgets/#{account_budget_id}"
|
60
|
+
end
|
61
|
+
|
62
|
+
##
|
63
|
+
# Create a fully-qualified AccountBudgetProposal resource string.
|
64
|
+
#
|
65
|
+
# The resource will be in the following format:
|
66
|
+
#
|
67
|
+
# `customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}`
|
68
|
+
#
|
69
|
+
# @param customer_id [String]
|
70
|
+
# @param account_budget_proposal_id [String]
|
71
|
+
#
|
72
|
+
# @return [::String]
|
73
|
+
def account_budget_proposal_path customer_id:, account_budget_proposal_id:
|
74
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
75
|
+
|
76
|
+
"customers/#{customer_id}/accountBudgetProposals/#{account_budget_proposal_id}"
|
77
|
+
end
|
78
|
+
|
79
|
+
##
|
80
|
+
# Create a fully-qualified AccountLink resource string.
|
81
|
+
#
|
82
|
+
# The resource will be in the following format:
|
83
|
+
#
|
84
|
+
# `customers/{customer_id}/accountLinks/{account_link_id}`
|
85
|
+
#
|
86
|
+
# @param customer_id [String]
|
87
|
+
# @param account_link_id [String]
|
88
|
+
#
|
89
|
+
# @return [::String]
|
90
|
+
def account_link_path customer_id:, account_link_id:
|
91
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
92
|
+
|
93
|
+
"customers/#{customer_id}/accountLinks/#{account_link_id}"
|
94
|
+
end
|
95
|
+
|
96
|
+
##
|
97
|
+
# Create a fully-qualified Ad resource string.
|
98
|
+
#
|
99
|
+
# The resource will be in the following format:
|
100
|
+
#
|
101
|
+
# `customers/{customer_id}/ads/{ad_id}`
|
102
|
+
#
|
103
|
+
# @param customer_id [String]
|
104
|
+
# @param ad_id [String]
|
105
|
+
#
|
106
|
+
# @return [::String]
|
107
|
+
def ad_path customer_id:, ad_id:
|
108
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
109
|
+
|
110
|
+
"customers/#{customer_id}/ads/#{ad_id}"
|
111
|
+
end
|
112
|
+
|
113
|
+
##
|
114
|
+
# Create a fully-qualified AdGroup resource string.
|
115
|
+
#
|
116
|
+
# The resource will be in the following format:
|
117
|
+
#
|
118
|
+
# `customers/{customer_id}/adGroups/{ad_group_id}`
|
119
|
+
#
|
120
|
+
# @param customer_id [String]
|
121
|
+
# @param ad_group_id [String]
|
122
|
+
#
|
123
|
+
# @return [::String]
|
124
|
+
def ad_group_path customer_id:, ad_group_id:
|
125
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
126
|
+
|
127
|
+
"customers/#{customer_id}/adGroups/#{ad_group_id}"
|
128
|
+
end
|
129
|
+
|
130
|
+
##
|
131
|
+
# Create a fully-qualified AdGroupAd resource string.
|
132
|
+
#
|
133
|
+
# The resource will be in the following format:
|
134
|
+
#
|
135
|
+
# `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`
|
136
|
+
#
|
137
|
+
# @param customer_id [String]
|
138
|
+
# @param ad_group_id [String]
|
139
|
+
# @param ad_id [String]
|
140
|
+
#
|
141
|
+
# @return [::String]
|
142
|
+
def ad_group_ad_path customer_id:, ad_group_id:, ad_id:
|
143
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
144
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
145
|
+
|
146
|
+
"customers/#{customer_id}/adGroupAds/#{ad_group_id}~#{ad_id}"
|
147
|
+
end
|
148
|
+
|
149
|
+
##
|
150
|
+
# Create a fully-qualified AdGroupAdAssetView resource string.
|
151
|
+
#
|
152
|
+
# The resource will be in the following format:
|
153
|
+
#
|
154
|
+
# `customers/{customer_id}/adGroupAdAssetViews/{ad_group_id}~{ad_id}~{asset_id}~{field_type}`
|
155
|
+
#
|
156
|
+
# @param customer_id [String]
|
157
|
+
# @param ad_group_id [String]
|
158
|
+
# @param ad_id [String]
|
159
|
+
# @param asset_id [String]
|
160
|
+
# @param field_type [String]
|
161
|
+
#
|
162
|
+
# @return [::String]
|
163
|
+
def ad_group_ad_asset_view_path customer_id:, ad_group_id:, ad_id:, asset_id:, field_type:
|
164
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
165
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
166
|
+
raise ::ArgumentError, "ad_id cannot contain /" if ad_id.to_s.include? "/"
|
167
|
+
raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
|
168
|
+
|
169
|
+
"customers/#{customer_id}/adGroupAdAssetViews/#{ad_group_id}~#{ad_id}~#{asset_id}~#{field_type}"
|
170
|
+
end
|
171
|
+
|
172
|
+
##
|
173
|
+
# Create a fully-qualified AdGroupAdLabel resource string.
|
174
|
+
#
|
175
|
+
# The resource will be in the following format:
|
176
|
+
#
|
177
|
+
# `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`
|
178
|
+
#
|
179
|
+
# @param customer_id [String]
|
180
|
+
# @param ad_group_id [String]
|
181
|
+
# @param ad_id [String]
|
182
|
+
# @param label_id [String]
|
183
|
+
#
|
184
|
+
# @return [::String]
|
185
|
+
def ad_group_ad_label_path customer_id:, ad_group_id:, ad_id:, label_id:
|
186
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
187
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
188
|
+
raise ::ArgumentError, "ad_id cannot contain /" if ad_id.to_s.include? "/"
|
189
|
+
|
190
|
+
"customers/#{customer_id}/adGroupAdLabels/#{ad_group_id}~#{ad_id}~#{label_id}"
|
191
|
+
end
|
192
|
+
|
193
|
+
##
|
194
|
+
# Create a fully-qualified AdGroupAsset resource string.
|
195
|
+
#
|
196
|
+
# The resource will be in the following format:
|
197
|
+
#
|
198
|
+
# `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
|
199
|
+
#
|
200
|
+
# @param customer_id [String]
|
201
|
+
# @param ad_group_id [String]
|
202
|
+
# @param asset_id [String]
|
203
|
+
# @param field_type [String]
|
204
|
+
#
|
205
|
+
# @return [::String]
|
206
|
+
def ad_group_asset_path customer_id:, ad_group_id:, asset_id:, field_type:
|
207
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
208
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
209
|
+
raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
|
210
|
+
|
211
|
+
"customers/#{customer_id}/adGroupAssets/#{ad_group_id}~#{asset_id}~#{field_type}"
|
212
|
+
end
|
213
|
+
|
214
|
+
##
|
215
|
+
# Create a fully-qualified AdGroupAudienceView resource string.
|
216
|
+
#
|
217
|
+
# The resource will be in the following format:
|
218
|
+
#
|
219
|
+
# `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}~{criterion_id}`
|
220
|
+
#
|
221
|
+
# @param customer_id [String]
|
222
|
+
# @param ad_group_id [String]
|
223
|
+
# @param criterion_id [String]
|
224
|
+
#
|
225
|
+
# @return [::String]
|
226
|
+
def ad_group_audience_view_path customer_id:, ad_group_id:, criterion_id:
|
227
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
228
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
229
|
+
|
230
|
+
"customers/#{customer_id}/adGroupAudienceViews/#{ad_group_id}~#{criterion_id}"
|
231
|
+
end
|
232
|
+
|
233
|
+
##
|
234
|
+
# Create a fully-qualified AdGroupBidModifier resource string.
|
235
|
+
#
|
236
|
+
# The resource will be in the following format:
|
237
|
+
#
|
238
|
+
# `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}`
|
239
|
+
#
|
240
|
+
# @param customer_id [String]
|
241
|
+
# @param ad_group_id [String]
|
242
|
+
# @param criterion_id [String]
|
243
|
+
#
|
244
|
+
# @return [::String]
|
245
|
+
def ad_group_bid_modifier_path customer_id:, ad_group_id:, criterion_id:
|
246
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
247
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
248
|
+
|
249
|
+
"customers/#{customer_id}/adGroupBidModifiers/#{ad_group_id}~#{criterion_id}"
|
250
|
+
end
|
251
|
+
|
252
|
+
##
|
253
|
+
# Create a fully-qualified AdGroupCriterion resource string.
|
254
|
+
#
|
255
|
+
# The resource will be in the following format:
|
256
|
+
#
|
257
|
+
# `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
|
258
|
+
#
|
259
|
+
# @param customer_id [String]
|
260
|
+
# @param ad_group_id [String]
|
261
|
+
# @param criterion_id [String]
|
262
|
+
#
|
263
|
+
# @return [::String]
|
264
|
+
def ad_group_criterion_path customer_id:, ad_group_id:, criterion_id:
|
265
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
266
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
267
|
+
|
268
|
+
"customers/#{customer_id}/adGroupCriteria/#{ad_group_id}~#{criterion_id}"
|
269
|
+
end
|
270
|
+
|
271
|
+
##
|
272
|
+
# Create a fully-qualified AdGroupCriterionLabel resource string.
|
273
|
+
#
|
274
|
+
# The resource will be in the following format:
|
275
|
+
#
|
276
|
+
# `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`
|
277
|
+
#
|
278
|
+
# @param customer_id [String]
|
279
|
+
# @param ad_group_id [String]
|
280
|
+
# @param criterion_id [String]
|
281
|
+
# @param label_id [String]
|
282
|
+
#
|
283
|
+
# @return [::String]
|
284
|
+
def ad_group_criterion_label_path customer_id:, ad_group_id:, criterion_id:, label_id:
|
285
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
286
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
287
|
+
raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
|
288
|
+
|
289
|
+
"customers/#{customer_id}/adGroupCriterionLabels/#{ad_group_id}~#{criterion_id}~#{label_id}"
|
290
|
+
end
|
291
|
+
|
292
|
+
##
|
293
|
+
# Create a fully-qualified AdGroupCriterionSimulation resource string.
|
294
|
+
#
|
295
|
+
# The resource will be in the following format:
|
296
|
+
#
|
297
|
+
# `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}`
|
298
|
+
#
|
299
|
+
# @param customer_id [String]
|
300
|
+
# @param ad_group_id [String]
|
301
|
+
# @param criterion_id [String]
|
302
|
+
# @param type [String]
|
303
|
+
# @param modification_method [String]
|
304
|
+
# @param start_date [String]
|
305
|
+
# @param end_date [String]
|
306
|
+
#
|
307
|
+
# @return [::String]
|
308
|
+
def ad_group_criterion_simulation_path customer_id:, ad_group_id:, criterion_id:, type:, modification_method:, start_date:, end_date:
|
309
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
310
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
311
|
+
raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
|
312
|
+
raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
|
313
|
+
raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
|
314
|
+
raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
|
315
|
+
|
316
|
+
"customers/#{customer_id}/adGroupCriterionSimulations/#{ad_group_id}~#{criterion_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
|
317
|
+
end
|
318
|
+
|
319
|
+
##
|
320
|
+
# Create a fully-qualified AdGroupExtensionSetting resource string.
|
321
|
+
#
|
322
|
+
# The resource will be in the following format:
|
323
|
+
#
|
324
|
+
# `customers/{customer_id}/adGroupExtensionSettings/{ad_group_id}~{extension_type}`
|
325
|
+
#
|
326
|
+
# @param customer_id [String]
|
327
|
+
# @param ad_group_id [String]
|
328
|
+
# @param extension_type [String]
|
329
|
+
#
|
330
|
+
# @return [::String]
|
331
|
+
def ad_group_extension_setting_path customer_id:, ad_group_id:, extension_type:
|
332
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
333
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
334
|
+
|
335
|
+
"customers/#{customer_id}/adGroupExtensionSettings/#{ad_group_id}~#{extension_type}"
|
336
|
+
end
|
337
|
+
|
338
|
+
##
|
339
|
+
# Create a fully-qualified AdGroupFeed resource string.
|
340
|
+
#
|
341
|
+
# The resource will be in the following format:
|
342
|
+
#
|
343
|
+
# `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}`
|
344
|
+
#
|
345
|
+
# @param customer_id [String]
|
346
|
+
# @param ad_group_id [String]
|
347
|
+
# @param feed_id [String]
|
348
|
+
#
|
349
|
+
# @return [::String]
|
350
|
+
def ad_group_feed_path customer_id:, ad_group_id:, feed_id:
|
351
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
352
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
353
|
+
|
354
|
+
"customers/#{customer_id}/adGroupFeeds/#{ad_group_id}~#{feed_id}"
|
355
|
+
end
|
356
|
+
|
357
|
+
##
|
358
|
+
# Create a fully-qualified AdGroupLabel resource string.
|
359
|
+
#
|
360
|
+
# The resource will be in the following format:
|
361
|
+
#
|
362
|
+
# `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`
|
363
|
+
#
|
364
|
+
# @param customer_id [String]
|
365
|
+
# @param ad_group_id [String]
|
366
|
+
# @param label_id [String]
|
367
|
+
#
|
368
|
+
# @return [::String]
|
369
|
+
def ad_group_label_path customer_id:, ad_group_id:, label_id:
|
370
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
371
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
372
|
+
|
373
|
+
"customers/#{customer_id}/adGroupLabels/#{ad_group_id}~#{label_id}"
|
374
|
+
end
|
375
|
+
|
376
|
+
##
|
377
|
+
# Create a fully-qualified AdGroupSimulation resource string.
|
378
|
+
#
|
379
|
+
# The resource will be in the following format:
|
380
|
+
#
|
381
|
+
# `customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}`
|
382
|
+
#
|
383
|
+
# @param customer_id [String]
|
384
|
+
# @param ad_group_id [String]
|
385
|
+
# @param type [String]
|
386
|
+
# @param modification_method [String]
|
387
|
+
# @param start_date [String]
|
388
|
+
# @param end_date [String]
|
389
|
+
#
|
390
|
+
# @return [::String]
|
391
|
+
def ad_group_simulation_path customer_id:, ad_group_id:, type:, modification_method:, start_date:, end_date:
|
392
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
393
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
394
|
+
raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
|
395
|
+
raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
|
396
|
+
raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
|
397
|
+
|
398
|
+
"customers/#{customer_id}/adGroupSimulations/#{ad_group_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
|
399
|
+
end
|
400
|
+
|
401
|
+
##
|
402
|
+
# Create a fully-qualified AdParameter resource string.
|
403
|
+
#
|
404
|
+
# The resource will be in the following format:
|
405
|
+
#
|
406
|
+
# `customers/{customer_id}/adParameters/{ad_group_id}~{criterion_id}~{parameter_index}`
|
407
|
+
#
|
408
|
+
# @param customer_id [String]
|
409
|
+
# @param ad_group_id [String]
|
410
|
+
# @param criterion_id [String]
|
411
|
+
# @param parameter_index [String]
|
412
|
+
#
|
413
|
+
# @return [::String]
|
414
|
+
def ad_parameter_path customer_id:, ad_group_id:, criterion_id:, parameter_index:
|
415
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
416
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
417
|
+
raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
|
418
|
+
|
419
|
+
"customers/#{customer_id}/adParameters/#{ad_group_id}~#{criterion_id}~#{parameter_index}"
|
420
|
+
end
|
421
|
+
|
422
|
+
##
|
423
|
+
# Create a fully-qualified AdScheduleView resource string.
|
424
|
+
#
|
425
|
+
# The resource will be in the following format:
|
426
|
+
#
|
427
|
+
# `customers/{customer_id}/adScheduleViews/{campaign_id}~{criterion_id}`
|
428
|
+
#
|
429
|
+
# @param customer_id [String]
|
430
|
+
# @param campaign_id [String]
|
431
|
+
# @param criterion_id [String]
|
432
|
+
#
|
433
|
+
# @return [::String]
|
434
|
+
def ad_schedule_view_path customer_id:, campaign_id:, criterion_id:
|
435
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
436
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
437
|
+
|
438
|
+
"customers/#{customer_id}/adScheduleViews/#{campaign_id}~#{criterion_id}"
|
439
|
+
end
|
440
|
+
|
441
|
+
##
|
442
|
+
# Create a fully-qualified AgeRangeView resource string.
|
443
|
+
#
|
444
|
+
# The resource will be in the following format:
|
445
|
+
#
|
446
|
+
# `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`
|
447
|
+
#
|
448
|
+
# @param customer_id [String]
|
449
|
+
# @param ad_group_id [String]
|
450
|
+
# @param criterion_id [String]
|
451
|
+
#
|
452
|
+
# @return [::String]
|
453
|
+
def age_range_view_path customer_id:, ad_group_id:, criterion_id:
|
454
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
455
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
456
|
+
|
457
|
+
"customers/#{customer_id}/ageRangeViews/#{ad_group_id}~#{criterion_id}"
|
458
|
+
end
|
459
|
+
|
460
|
+
##
|
461
|
+
# Create a fully-qualified Asset resource string.
|
462
|
+
#
|
463
|
+
# The resource will be in the following format:
|
464
|
+
#
|
465
|
+
# `customers/{customer_id}/assets/{asset_id}`
|
466
|
+
#
|
467
|
+
# @param customer_id [String]
|
468
|
+
# @param asset_id [String]
|
469
|
+
#
|
470
|
+
# @return [::String]
|
471
|
+
def asset_path customer_id:, asset_id:
|
472
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
473
|
+
|
474
|
+
"customers/#{customer_id}/assets/#{asset_id}"
|
475
|
+
end
|
476
|
+
|
477
|
+
##
|
478
|
+
# Create a fully-qualified AssetFieldTypeView resource string.
|
479
|
+
#
|
480
|
+
# The resource will be in the following format:
|
481
|
+
#
|
482
|
+
# `customers/{customer_id}/assetFieldTypeViews/{field_type}`
|
483
|
+
#
|
484
|
+
# @param customer_id [String]
|
485
|
+
# @param field_type [String]
|
486
|
+
#
|
487
|
+
# @return [::String]
|
488
|
+
def asset_field_type_view_path customer_id:, field_type:
|
489
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
490
|
+
|
491
|
+
"customers/#{customer_id}/assetFieldTypeViews/#{field_type}"
|
492
|
+
end
|
493
|
+
|
494
|
+
##
|
495
|
+
# Create a fully-qualified BatchJob resource string.
|
496
|
+
#
|
497
|
+
# The resource will be in the following format:
|
498
|
+
#
|
499
|
+
# `customers/{customer_id}/batchJobs/{batch_job_id}`
|
500
|
+
#
|
501
|
+
# @param customer_id [String]
|
502
|
+
# @param batch_job_id [String]
|
503
|
+
#
|
504
|
+
# @return [::String]
|
505
|
+
def batch_job_path customer_id:, batch_job_id:
|
506
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
507
|
+
|
508
|
+
"customers/#{customer_id}/batchJobs/#{batch_job_id}"
|
509
|
+
end
|
510
|
+
|
511
|
+
##
|
512
|
+
# Create a fully-qualified BiddingStrategy resource string.
|
513
|
+
#
|
514
|
+
# The resource will be in the following format:
|
515
|
+
#
|
516
|
+
# `customers/{customer_id}/biddingStrategies/{bidding_strategy_id}`
|
517
|
+
#
|
518
|
+
# @param customer_id [String]
|
519
|
+
# @param bidding_strategy_id [String]
|
520
|
+
#
|
521
|
+
# @return [::String]
|
522
|
+
def bidding_strategy_path customer_id:, bidding_strategy_id:
|
523
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
524
|
+
|
525
|
+
"customers/#{customer_id}/biddingStrategies/#{bidding_strategy_id}"
|
526
|
+
end
|
527
|
+
|
528
|
+
##
|
529
|
+
# Create a fully-qualified BiddingStrategySimulation resource string.
|
530
|
+
#
|
531
|
+
# The resource will be in the following format:
|
532
|
+
#
|
533
|
+
# `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`
|
534
|
+
#
|
535
|
+
# @param customer_id [String]
|
536
|
+
# @param bidding_strategy_id [String]
|
537
|
+
# @param type [String]
|
538
|
+
# @param modification_method [String]
|
539
|
+
# @param start_date [String]
|
540
|
+
# @param end_date [String]
|
541
|
+
#
|
542
|
+
# @return [::String]
|
543
|
+
def bidding_strategy_simulation_path customer_id:, bidding_strategy_id:, type:, modification_method:, start_date:, end_date:
|
544
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
545
|
+
raise ::ArgumentError, "bidding_strategy_id cannot contain /" if bidding_strategy_id.to_s.include? "/"
|
546
|
+
raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
|
547
|
+
raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
|
548
|
+
raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
|
549
|
+
|
550
|
+
"customers/#{customer_id}/biddingStrategySimulations/#{bidding_strategy_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
|
551
|
+
end
|
552
|
+
|
553
|
+
##
|
554
|
+
# Create a fully-qualified BillingSetup resource string.
|
555
|
+
#
|
556
|
+
# The resource will be in the following format:
|
557
|
+
#
|
558
|
+
# `customers/{customer_id}/billingSetups/{billing_setup_id}`
|
559
|
+
#
|
560
|
+
# @param customer_id [String]
|
561
|
+
# @param billing_setup_id [String]
|
562
|
+
#
|
563
|
+
# @return [::String]
|
564
|
+
def billing_setup_path customer_id:, billing_setup_id:
|
565
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
566
|
+
|
567
|
+
"customers/#{customer_id}/billingSetups/#{billing_setup_id}"
|
568
|
+
end
|
569
|
+
|
570
|
+
##
|
571
|
+
# Create a fully-qualified CallView resource string.
|
572
|
+
#
|
573
|
+
# The resource will be in the following format:
|
574
|
+
#
|
575
|
+
# `customers/{customer_id}/callViews/{call_detail_id}`
|
576
|
+
#
|
577
|
+
# @param customer_id [String]
|
578
|
+
# @param call_detail_id [String]
|
579
|
+
#
|
580
|
+
# @return [::String]
|
581
|
+
def call_view_path customer_id:, call_detail_id:
|
582
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
583
|
+
|
584
|
+
"customers/#{customer_id}/callViews/#{call_detail_id}"
|
585
|
+
end
|
586
|
+
|
587
|
+
##
|
588
|
+
# Create a fully-qualified Campaign resource string.
|
589
|
+
#
|
590
|
+
# The resource will be in the following format:
|
591
|
+
#
|
592
|
+
# `customers/{customer_id}/campaigns/{campaign_id}`
|
593
|
+
#
|
594
|
+
# @param customer_id [String]
|
595
|
+
# @param campaign_id [String]
|
596
|
+
#
|
597
|
+
# @return [::String]
|
598
|
+
def campaign_path customer_id:, campaign_id:
|
599
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
600
|
+
|
601
|
+
"customers/#{customer_id}/campaigns/#{campaign_id}"
|
602
|
+
end
|
603
|
+
|
604
|
+
##
|
605
|
+
# Create a fully-qualified CampaignAsset resource string.
|
606
|
+
#
|
607
|
+
# The resource will be in the following format:
|
608
|
+
#
|
609
|
+
# `customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}`
|
610
|
+
#
|
611
|
+
# @param customer_id [String]
|
612
|
+
# @param campaign_id [String]
|
613
|
+
# @param asset_id [String]
|
614
|
+
# @param field_type [String]
|
615
|
+
#
|
616
|
+
# @return [::String]
|
617
|
+
def campaign_asset_path customer_id:, campaign_id:, asset_id:, field_type:
|
618
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
619
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
620
|
+
raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
|
621
|
+
|
622
|
+
"customers/#{customer_id}/campaignAssets/#{campaign_id}~#{asset_id}~#{field_type}"
|
623
|
+
end
|
624
|
+
|
625
|
+
##
|
626
|
+
# Create a fully-qualified CampaignAudienceView resource string.
|
627
|
+
#
|
628
|
+
# The resource will be in the following format:
|
629
|
+
#
|
630
|
+
# `customers/{customer_id}/campaignAudienceViews/{campaign_id}~{criterion_id}`
|
631
|
+
#
|
632
|
+
# @param customer_id [String]
|
633
|
+
# @param campaign_id [String]
|
634
|
+
# @param criterion_id [String]
|
635
|
+
#
|
636
|
+
# @return [::String]
|
637
|
+
def campaign_audience_view_path customer_id:, campaign_id:, criterion_id:
|
638
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
639
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
640
|
+
|
641
|
+
"customers/#{customer_id}/campaignAudienceViews/#{campaign_id}~#{criterion_id}"
|
642
|
+
end
|
643
|
+
|
644
|
+
##
|
645
|
+
# Create a fully-qualified CampaignBidModifier resource string.
|
646
|
+
#
|
647
|
+
# The resource will be in the following format:
|
648
|
+
#
|
649
|
+
# `customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_id}`
|
650
|
+
#
|
651
|
+
# @param customer_id [String]
|
652
|
+
# @param campaign_id [String]
|
653
|
+
# @param criterion_id [String]
|
654
|
+
#
|
655
|
+
# @return [::String]
|
656
|
+
def campaign_bid_modifier_path customer_id:, campaign_id:, criterion_id:
|
657
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
658
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
659
|
+
|
660
|
+
"customers/#{customer_id}/campaignBidModifiers/#{campaign_id}~#{criterion_id}"
|
661
|
+
end
|
662
|
+
|
663
|
+
##
|
664
|
+
# Create a fully-qualified CampaignBudget resource string.
|
665
|
+
#
|
666
|
+
# The resource will be in the following format:
|
667
|
+
#
|
668
|
+
# `customers/{customer_id}/campaignBudgets/{campaign_budget_id}`
|
669
|
+
#
|
670
|
+
# @param customer_id [String]
|
671
|
+
# @param campaign_budget_id [String]
|
672
|
+
#
|
673
|
+
# @return [::String]
|
674
|
+
def campaign_budget_path customer_id:, campaign_budget_id:
|
675
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
676
|
+
|
677
|
+
"customers/#{customer_id}/campaignBudgets/#{campaign_budget_id}"
|
678
|
+
end
|
679
|
+
|
680
|
+
##
|
681
|
+
# Create a fully-qualified CampaignCriterion resource string.
|
682
|
+
#
|
683
|
+
# The resource will be in the following format:
|
684
|
+
#
|
685
|
+
# `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}`
|
686
|
+
#
|
687
|
+
# @param customer_id [String]
|
688
|
+
# @param campaign_id [String]
|
689
|
+
# @param criterion_id [String]
|
690
|
+
#
|
691
|
+
# @return [::String]
|
692
|
+
def campaign_criterion_path customer_id:, campaign_id:, criterion_id:
|
693
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
694
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
695
|
+
|
696
|
+
"customers/#{customer_id}/campaignCriteria/#{campaign_id}~#{criterion_id}"
|
697
|
+
end
|
698
|
+
|
699
|
+
##
|
700
|
+
# Create a fully-qualified CampaignCriterionSimulation resource string.
|
701
|
+
#
|
702
|
+
# The resource will be in the following format:
|
703
|
+
#
|
704
|
+
# `customers/{customer_id}/campaignCriterionSimulations/{campaign_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}`
|
705
|
+
#
|
706
|
+
# @param customer_id [String]
|
707
|
+
# @param campaign_id [String]
|
708
|
+
# @param criterion_id [String]
|
709
|
+
# @param type [String]
|
710
|
+
# @param modification_method [String]
|
711
|
+
# @param start_date [String]
|
712
|
+
# @param end_date [String]
|
713
|
+
#
|
714
|
+
# @return [::String]
|
715
|
+
def campaign_criterion_simulation_path customer_id:, campaign_id:, criterion_id:, type:, modification_method:, start_date:, end_date:
|
716
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
717
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
718
|
+
raise ::ArgumentError, "criterion_id cannot contain /" if criterion_id.to_s.include? "/"
|
719
|
+
raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
|
720
|
+
raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
|
721
|
+
raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
|
722
|
+
|
723
|
+
"customers/#{customer_id}/campaignCriterionSimulations/#{campaign_id}~#{criterion_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
|
724
|
+
end
|
725
|
+
|
726
|
+
##
|
727
|
+
# Create a fully-qualified CampaignDraft resource string.
|
728
|
+
#
|
729
|
+
# The resource will be in the following format:
|
730
|
+
#
|
731
|
+
# `customers/{customer_id}/campaignDrafts/{base_campaign_id}~{draft_id}`
|
732
|
+
#
|
733
|
+
# @param customer_id [String]
|
734
|
+
# @param base_campaign_id [String]
|
735
|
+
# @param draft_id [String]
|
736
|
+
#
|
737
|
+
# @return [::String]
|
738
|
+
def campaign_draft_path customer_id:, base_campaign_id:, draft_id:
|
739
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
740
|
+
raise ::ArgumentError, "base_campaign_id cannot contain /" if base_campaign_id.to_s.include? "/"
|
741
|
+
|
742
|
+
"customers/#{customer_id}/campaignDrafts/#{base_campaign_id}~#{draft_id}"
|
743
|
+
end
|
744
|
+
|
745
|
+
##
|
746
|
+
# Create a fully-qualified CampaignExperiment resource string.
|
747
|
+
#
|
748
|
+
# The resource will be in the following format:
|
749
|
+
#
|
750
|
+
# `customers/{customer_id}/campaignExperiments/{campaign_experiment_id}`
|
751
|
+
#
|
752
|
+
# @param customer_id [String]
|
753
|
+
# @param campaign_experiment_id [String]
|
754
|
+
#
|
755
|
+
# @return [::String]
|
756
|
+
def campaign_experiment_path customer_id:, campaign_experiment_id:
|
757
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
758
|
+
|
759
|
+
"customers/#{customer_id}/campaignExperiments/#{campaign_experiment_id}"
|
760
|
+
end
|
761
|
+
|
762
|
+
##
|
763
|
+
# Create a fully-qualified CampaignExtensionSetting resource string.
|
764
|
+
#
|
765
|
+
# The resource will be in the following format:
|
766
|
+
#
|
767
|
+
# `customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}`
|
768
|
+
#
|
769
|
+
# @param customer_id [String]
|
770
|
+
# @param campaign_id [String]
|
771
|
+
# @param extension_type [String]
|
772
|
+
#
|
773
|
+
# @return [::String]
|
774
|
+
def campaign_extension_setting_path customer_id:, campaign_id:, extension_type:
|
775
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
776
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
777
|
+
|
778
|
+
"customers/#{customer_id}/campaignExtensionSettings/#{campaign_id}~#{extension_type}"
|
779
|
+
end
|
780
|
+
|
781
|
+
##
|
782
|
+
# Create a fully-qualified CampaignFeed resource string.
|
783
|
+
#
|
784
|
+
# The resource will be in the following format:
|
785
|
+
#
|
786
|
+
# `customers/{customer_id}/campaignFeeds/{campaign_id}~{feed_id}`
|
787
|
+
#
|
788
|
+
# @param customer_id [String]
|
789
|
+
# @param campaign_id [String]
|
790
|
+
# @param feed_id [String]
|
791
|
+
#
|
792
|
+
# @return [::String]
|
793
|
+
def campaign_feed_path customer_id:, campaign_id:, feed_id:
|
794
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
795
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
796
|
+
|
797
|
+
"customers/#{customer_id}/campaignFeeds/#{campaign_id}~#{feed_id}"
|
798
|
+
end
|
799
|
+
|
800
|
+
##
|
801
|
+
# Create a fully-qualified CampaignLabel resource string.
|
802
|
+
#
|
803
|
+
# The resource will be in the following format:
|
804
|
+
#
|
805
|
+
# `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
|
806
|
+
#
|
807
|
+
# @param customer_id [String]
|
808
|
+
# @param campaign_id [String]
|
809
|
+
# @param label_id [String]
|
810
|
+
#
|
811
|
+
# @return [::String]
|
812
|
+
def campaign_label_path customer_id:, campaign_id:, label_id:
|
813
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
814
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
815
|
+
|
816
|
+
"customers/#{customer_id}/campaignLabels/#{campaign_id}~#{label_id}"
|
817
|
+
end
|
818
|
+
|
819
|
+
##
|
820
|
+
# Create a fully-qualified CampaignSharedSet resource string.
|
821
|
+
#
|
822
|
+
# The resource will be in the following format:
|
823
|
+
#
|
824
|
+
# `customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_id}`
|
825
|
+
#
|
826
|
+
# @param customer_id [String]
|
827
|
+
# @param campaign_id [String]
|
828
|
+
# @param shared_set_id [String]
|
829
|
+
#
|
830
|
+
# @return [::String]
|
831
|
+
def campaign_shared_set_path customer_id:, campaign_id:, shared_set_id:
|
832
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
833
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
834
|
+
|
835
|
+
"customers/#{customer_id}/campaignSharedSets/#{campaign_id}~#{shared_set_id}"
|
836
|
+
end
|
837
|
+
|
838
|
+
##
|
839
|
+
# Create a fully-qualified CampaignSimulation resource string.
|
840
|
+
#
|
841
|
+
# The resource will be in the following format:
|
842
|
+
#
|
843
|
+
# `customers/{customer_id}/campaignSimulations/{campaign_id}~{type}~{modification_method}~{start_date}~{end_date}`
|
844
|
+
#
|
845
|
+
# @param customer_id [String]
|
846
|
+
# @param campaign_id [String]
|
847
|
+
# @param type [String]
|
848
|
+
# @param modification_method [String]
|
849
|
+
# @param start_date [String]
|
850
|
+
# @param end_date [String]
|
851
|
+
#
|
852
|
+
# @return [::String]
|
853
|
+
def campaign_simulation_path customer_id:, campaign_id:, type:, modification_method:, start_date:, end_date:
|
854
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
855
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
856
|
+
raise ::ArgumentError, "type cannot contain /" if type.to_s.include? "/"
|
857
|
+
raise ::ArgumentError, "modification_method cannot contain /" if modification_method.to_s.include? "/"
|
858
|
+
raise ::ArgumentError, "start_date cannot contain /" if start_date.to_s.include? "/"
|
859
|
+
|
860
|
+
"customers/#{customer_id}/campaignSimulations/#{campaign_id}~#{type}~#{modification_method}~#{start_date}~#{end_date}"
|
861
|
+
end
|
862
|
+
|
863
|
+
##
|
864
|
+
# Create a fully-qualified CarrierConstant resource string.
|
865
|
+
#
|
866
|
+
# The resource will be in the following format:
|
867
|
+
#
|
868
|
+
# `carrierConstants/{criterion_id}`
|
869
|
+
#
|
870
|
+
# @param criterion_id [String]
|
871
|
+
#
|
872
|
+
# @return [::String]
|
873
|
+
def carrier_constant_path criterion_id:
|
874
|
+
"carrierConstants/#{criterion_id}"
|
875
|
+
end
|
876
|
+
|
877
|
+
##
|
878
|
+
# Create a fully-qualified ChangeEvent resource string.
|
879
|
+
#
|
880
|
+
# The resource will be in the following format:
|
881
|
+
#
|
882
|
+
# `customers/{customer_id}/changeEvents/{timestamp_micros}~{command_index}~{mutate_index}`
|
883
|
+
#
|
884
|
+
# @param customer_id [String]
|
885
|
+
# @param timestamp_micros [String]
|
886
|
+
# @param command_index [String]
|
887
|
+
# @param mutate_index [String]
|
888
|
+
#
|
889
|
+
# @return [::String]
|
890
|
+
def change_event_path customer_id:, timestamp_micros:, command_index:, mutate_index:
|
891
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
892
|
+
raise ::ArgumentError, "timestamp_micros cannot contain /" if timestamp_micros.to_s.include? "/"
|
893
|
+
raise ::ArgumentError, "command_index cannot contain /" if command_index.to_s.include? "/"
|
894
|
+
|
895
|
+
"customers/#{customer_id}/changeEvents/#{timestamp_micros}~#{command_index}~#{mutate_index}"
|
896
|
+
end
|
897
|
+
|
898
|
+
##
|
899
|
+
# Create a fully-qualified ChangeStatus resource string.
|
900
|
+
#
|
901
|
+
# The resource will be in the following format:
|
902
|
+
#
|
903
|
+
# `customers/{customer_id}/changeStatus/{change_status_id}`
|
904
|
+
#
|
905
|
+
# @param customer_id [String]
|
906
|
+
# @param change_status_id [String]
|
907
|
+
#
|
908
|
+
# @return [::String]
|
909
|
+
def change_status_path customer_id:, change_status_id:
|
910
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
911
|
+
|
912
|
+
"customers/#{customer_id}/changeStatus/#{change_status_id}"
|
913
|
+
end
|
914
|
+
|
915
|
+
##
|
916
|
+
# Create a fully-qualified ClickView resource string.
|
917
|
+
#
|
918
|
+
# The resource will be in the following format:
|
919
|
+
#
|
920
|
+
# `customers/{customer_id}/clickViews/{date}~{gclid}`
|
921
|
+
#
|
922
|
+
# @param customer_id [String]
|
923
|
+
# @param date [String]
|
924
|
+
# @param gclid [String]
|
925
|
+
#
|
926
|
+
# @return [::String]
|
927
|
+
def click_view_path customer_id:, date:, gclid:
|
928
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
929
|
+
raise ::ArgumentError, "date cannot contain /" if date.to_s.include? "/"
|
930
|
+
|
931
|
+
"customers/#{customer_id}/clickViews/#{date}~#{gclid}"
|
932
|
+
end
|
933
|
+
|
934
|
+
##
|
935
|
+
# Create a fully-qualified CombinedAudience resource string.
|
936
|
+
#
|
937
|
+
# The resource will be in the following format:
|
938
|
+
#
|
939
|
+
# `customers/{customer_id}/combinedAudiences/{combined_audience_id}`
|
940
|
+
#
|
941
|
+
# @param customer_id [String]
|
942
|
+
# @param combined_audience_id [String]
|
943
|
+
#
|
944
|
+
# @return [::String]
|
945
|
+
def combined_audience_path customer_id:, combined_audience_id:
|
946
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
947
|
+
|
948
|
+
"customers/#{customer_id}/combinedAudiences/#{combined_audience_id}"
|
949
|
+
end
|
950
|
+
|
951
|
+
##
|
952
|
+
# Create a fully-qualified ConversionAction resource string.
|
953
|
+
#
|
954
|
+
# The resource will be in the following format:
|
955
|
+
#
|
956
|
+
# `customers/{customer_id}/conversionActions/{conversion_action_id}`
|
957
|
+
#
|
958
|
+
# @param customer_id [String]
|
959
|
+
# @param conversion_action_id [String]
|
960
|
+
#
|
961
|
+
# @return [::String]
|
962
|
+
def conversion_action_path customer_id:, conversion_action_id:
|
963
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
964
|
+
|
965
|
+
"customers/#{customer_id}/conversionActions/#{conversion_action_id}"
|
966
|
+
end
|
967
|
+
|
968
|
+
##
|
969
|
+
# Create a fully-qualified ConversionCustomVariable resource string.
|
970
|
+
#
|
971
|
+
# The resource will be in the following format:
|
972
|
+
#
|
973
|
+
# `customers/{customer_id}/conversionCustomVariables/{conversion_custom_variable_id}`
|
974
|
+
#
|
975
|
+
# @param customer_id [String]
|
976
|
+
# @param conversion_custom_variable_id [String]
|
977
|
+
#
|
978
|
+
# @return [::String]
|
979
|
+
def conversion_custom_variable_path customer_id:, conversion_custom_variable_id:
|
980
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
981
|
+
|
982
|
+
"customers/#{customer_id}/conversionCustomVariables/#{conversion_custom_variable_id}"
|
983
|
+
end
|
984
|
+
|
985
|
+
##
|
986
|
+
# Create a fully-qualified CurrencyConstant resource string.
|
987
|
+
#
|
988
|
+
# The resource will be in the following format:
|
989
|
+
#
|
990
|
+
# `currencyConstants/{code}`
|
991
|
+
#
|
992
|
+
# @param code [String]
|
993
|
+
#
|
994
|
+
# @return [::String]
|
995
|
+
def currency_constant_path code:
|
996
|
+
"currencyConstants/#{code}"
|
997
|
+
end
|
998
|
+
|
999
|
+
##
|
1000
|
+
# Create a fully-qualified CustomAudience resource string.
|
1001
|
+
#
|
1002
|
+
# The resource will be in the following format:
|
1003
|
+
#
|
1004
|
+
# `customers/{customer_id}/customAudiences/{custom_audience_id}`
|
1005
|
+
#
|
1006
|
+
# @param customer_id [String]
|
1007
|
+
# @param custom_audience_id [String]
|
1008
|
+
#
|
1009
|
+
# @return [::String]
|
1010
|
+
def custom_audience_path customer_id:, custom_audience_id:
|
1011
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1012
|
+
|
1013
|
+
"customers/#{customer_id}/customAudiences/#{custom_audience_id}"
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
##
|
1017
|
+
# Create a fully-qualified CustomInterest resource string.
|
1018
|
+
#
|
1019
|
+
# The resource will be in the following format:
|
1020
|
+
#
|
1021
|
+
# `customers/{customer_id}/customInterests/{custom_interest_id}`
|
1022
|
+
#
|
1023
|
+
# @param customer_id [String]
|
1024
|
+
# @param custom_interest_id [String]
|
1025
|
+
#
|
1026
|
+
# @return [::String]
|
1027
|
+
def custom_interest_path customer_id:, custom_interest_id:
|
1028
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1029
|
+
|
1030
|
+
"customers/#{customer_id}/customInterests/#{custom_interest_id}"
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
##
|
1034
|
+
# Create a fully-qualified Customer resource string.
|
1035
|
+
#
|
1036
|
+
# The resource will be in the following format:
|
1037
|
+
#
|
1038
|
+
# `customers/{customer_id}`
|
1039
|
+
#
|
1040
|
+
# @param customer_id [String]
|
1041
|
+
#
|
1042
|
+
# @return [::String]
|
1043
|
+
def customer_path customer_id:
|
1044
|
+
"customers/#{customer_id}"
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
##
|
1048
|
+
# Create a fully-qualified CustomerAsset resource string.
|
1049
|
+
#
|
1050
|
+
# The resource will be in the following format:
|
1051
|
+
#
|
1052
|
+
# `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`
|
1053
|
+
#
|
1054
|
+
# @param customer_id [String]
|
1055
|
+
# @param asset_id [String]
|
1056
|
+
# @param field_type [String]
|
1057
|
+
#
|
1058
|
+
# @return [::String]
|
1059
|
+
def customer_asset_path customer_id:, asset_id:, field_type:
|
1060
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1061
|
+
raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/"
|
1062
|
+
|
1063
|
+
"customers/#{customer_id}/customerAssets/#{asset_id}~#{field_type}"
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
##
|
1067
|
+
# Create a fully-qualified CustomerClient resource string.
|
1068
|
+
#
|
1069
|
+
# The resource will be in the following format:
|
1070
|
+
#
|
1071
|
+
# `customers/{customer_id}/customerClients/{client_customer_id}`
|
1072
|
+
#
|
1073
|
+
# @param customer_id [String]
|
1074
|
+
# @param client_customer_id [String]
|
1075
|
+
#
|
1076
|
+
# @return [::String]
|
1077
|
+
def customer_client_path customer_id:, client_customer_id:
|
1078
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1079
|
+
|
1080
|
+
"customers/#{customer_id}/customerClients/#{client_customer_id}"
|
1081
|
+
end
|
1082
|
+
|
1083
|
+
##
|
1084
|
+
# Create a fully-qualified CustomerClientLink resource string.
|
1085
|
+
#
|
1086
|
+
# The resource will be in the following format:
|
1087
|
+
#
|
1088
|
+
# `customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}`
|
1089
|
+
#
|
1090
|
+
# @param customer_id [String]
|
1091
|
+
# @param client_customer_id [String]
|
1092
|
+
# @param manager_link_id [String]
|
1093
|
+
#
|
1094
|
+
# @return [::String]
|
1095
|
+
def customer_client_link_path customer_id:, client_customer_id:, manager_link_id:
|
1096
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1097
|
+
raise ::ArgumentError, "client_customer_id cannot contain /" if client_customer_id.to_s.include? "/"
|
1098
|
+
|
1099
|
+
"customers/#{customer_id}/customerClientLinks/#{client_customer_id}~#{manager_link_id}"
|
1100
|
+
end
|
1101
|
+
|
1102
|
+
##
|
1103
|
+
# Create a fully-qualified CustomerExtensionSetting resource string.
|
1104
|
+
#
|
1105
|
+
# The resource will be in the following format:
|
1106
|
+
#
|
1107
|
+
# `customers/{customer_id}/customerExtensionSettings/{extension_type}`
|
1108
|
+
#
|
1109
|
+
# @param customer_id [String]
|
1110
|
+
# @param extension_type [String]
|
1111
|
+
#
|
1112
|
+
# @return [::String]
|
1113
|
+
def customer_extension_setting_path customer_id:, extension_type:
|
1114
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1115
|
+
|
1116
|
+
"customers/#{customer_id}/customerExtensionSettings/#{extension_type}"
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
##
|
1120
|
+
# Create a fully-qualified CustomerFeed resource string.
|
1121
|
+
#
|
1122
|
+
# The resource will be in the following format:
|
1123
|
+
#
|
1124
|
+
# `customers/{customer_id}/customerFeeds/{feed_id}`
|
1125
|
+
#
|
1126
|
+
# @param customer_id [String]
|
1127
|
+
# @param feed_id [String]
|
1128
|
+
#
|
1129
|
+
# @return [::String]
|
1130
|
+
def customer_feed_path customer_id:, feed_id:
|
1131
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1132
|
+
|
1133
|
+
"customers/#{customer_id}/customerFeeds/#{feed_id}"
|
1134
|
+
end
|
1135
|
+
|
1136
|
+
##
|
1137
|
+
# Create a fully-qualified CustomerLabel resource string.
|
1138
|
+
#
|
1139
|
+
# The resource will be in the following format:
|
1140
|
+
#
|
1141
|
+
# `customers/{customer_id}/customerLabels/{label_id}`
|
1142
|
+
#
|
1143
|
+
# @param customer_id [String]
|
1144
|
+
# @param label_id [String]
|
1145
|
+
#
|
1146
|
+
# @return [::String]
|
1147
|
+
def customer_label_path customer_id:, label_id:
|
1148
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1149
|
+
|
1150
|
+
"customers/#{customer_id}/customerLabels/#{label_id}"
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
##
|
1154
|
+
# Create a fully-qualified CustomerManagerLink resource string.
|
1155
|
+
#
|
1156
|
+
# The resource will be in the following format:
|
1157
|
+
#
|
1158
|
+
# `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`
|
1159
|
+
#
|
1160
|
+
# @param customer_id [String]
|
1161
|
+
# @param manager_customer_id [String]
|
1162
|
+
# @param manager_link_id [String]
|
1163
|
+
#
|
1164
|
+
# @return [::String]
|
1165
|
+
def customer_manager_link_path customer_id:, manager_customer_id:, manager_link_id:
|
1166
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1167
|
+
raise ::ArgumentError, "manager_customer_id cannot contain /" if manager_customer_id.to_s.include? "/"
|
1168
|
+
|
1169
|
+
"customers/#{customer_id}/customerManagerLinks/#{manager_customer_id}~#{manager_link_id}"
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
##
|
1173
|
+
# Create a fully-qualified CustomerNegativeCriterion resource string.
|
1174
|
+
#
|
1175
|
+
# The resource will be in the following format:
|
1176
|
+
#
|
1177
|
+
# `customers/{customer_id}/customerNegativeCriteria/{criterion_id}`
|
1178
|
+
#
|
1179
|
+
# @param customer_id [String]
|
1180
|
+
# @param criterion_id [String]
|
1181
|
+
#
|
1182
|
+
# @return [::String]
|
1183
|
+
def customer_negative_criterion_path customer_id:, criterion_id:
|
1184
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1185
|
+
|
1186
|
+
"customers/#{customer_id}/customerNegativeCriteria/#{criterion_id}"
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
##
|
1190
|
+
# Create a fully-qualified CustomerUserAccess resource string.
|
1191
|
+
#
|
1192
|
+
# The resource will be in the following format:
|
1193
|
+
#
|
1194
|
+
# `customers/{customer_id}/customerUserAccesses/{user_id}`
|
1195
|
+
#
|
1196
|
+
# @param customer_id [String]
|
1197
|
+
# @param user_id [String]
|
1198
|
+
#
|
1199
|
+
# @return [::String]
|
1200
|
+
def customer_user_access_path customer_id:, user_id:
|
1201
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1202
|
+
|
1203
|
+
"customers/#{customer_id}/customerUserAccesses/#{user_id}"
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
##
|
1207
|
+
# Create a fully-qualified CustomerUserAccessInvitation resource string.
|
1208
|
+
#
|
1209
|
+
# The resource will be in the following format:
|
1210
|
+
#
|
1211
|
+
# `customers/{customer_id}/customerUserAccessInvitations/{invitation_id}`
|
1212
|
+
#
|
1213
|
+
# @param customer_id [String]
|
1214
|
+
# @param invitation_id [String]
|
1215
|
+
#
|
1216
|
+
# @return [::String]
|
1217
|
+
def customer_user_access_invitation_path customer_id:, invitation_id:
|
1218
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1219
|
+
|
1220
|
+
"customers/#{customer_id}/customerUserAccessInvitations/#{invitation_id}"
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
##
|
1224
|
+
# Create a fully-qualified DetailPlacementView resource string.
|
1225
|
+
#
|
1226
|
+
# The resource will be in the following format:
|
1227
|
+
#
|
1228
|
+
# `customers/{customer_id}/detailPlacementViews/{ad_group_id}~{base64_placement}`
|
1229
|
+
#
|
1230
|
+
# @param customer_id [String]
|
1231
|
+
# @param ad_group_id [String]
|
1232
|
+
# @param base64_placement [String]
|
1233
|
+
#
|
1234
|
+
# @return [::String]
|
1235
|
+
def detail_placement_view_path customer_id:, ad_group_id:, base64_placement:
|
1236
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1237
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1238
|
+
|
1239
|
+
"customers/#{customer_id}/detailPlacementViews/#{ad_group_id}~#{base64_placement}"
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
##
|
1243
|
+
# Create a fully-qualified DetailedDemographic resource string.
|
1244
|
+
#
|
1245
|
+
# The resource will be in the following format:
|
1246
|
+
#
|
1247
|
+
# `customers/{customer_id}/detailedDemographics/{detailed_demographic_id}`
|
1248
|
+
#
|
1249
|
+
# @param customer_id [String]
|
1250
|
+
# @param detailed_demographic_id [String]
|
1251
|
+
#
|
1252
|
+
# @return [::String]
|
1253
|
+
def detailed_demographic_path customer_id:, detailed_demographic_id:
|
1254
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1255
|
+
|
1256
|
+
"customers/#{customer_id}/detailedDemographics/#{detailed_demographic_id}"
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
##
|
1260
|
+
# Create a fully-qualified DisplayKeywordView resource string.
|
1261
|
+
#
|
1262
|
+
# The resource will be in the following format:
|
1263
|
+
#
|
1264
|
+
# `customers/{customer_id}/displayKeywordViews/{ad_group_id}~{criterion_id}`
|
1265
|
+
#
|
1266
|
+
# @param customer_id [String]
|
1267
|
+
# @param ad_group_id [String]
|
1268
|
+
# @param criterion_id [String]
|
1269
|
+
#
|
1270
|
+
# @return [::String]
|
1271
|
+
def display_keyword_view_path customer_id:, ad_group_id:, criterion_id:
|
1272
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1273
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1274
|
+
|
1275
|
+
"customers/#{customer_id}/displayKeywordViews/#{ad_group_id}~#{criterion_id}"
|
1276
|
+
end
|
1277
|
+
|
1278
|
+
##
|
1279
|
+
# Create a fully-qualified DistanceView resource string.
|
1280
|
+
#
|
1281
|
+
# The resource will be in the following format:
|
1282
|
+
#
|
1283
|
+
# `customers/{customer_id}/distanceViews/{placeholder_chain_id}~{distance_bucket}`
|
1284
|
+
#
|
1285
|
+
# @param customer_id [String]
|
1286
|
+
# @param placeholder_chain_id [String]
|
1287
|
+
# @param distance_bucket [String]
|
1288
|
+
#
|
1289
|
+
# @return [::String]
|
1290
|
+
def distance_view_path customer_id:, placeholder_chain_id:, distance_bucket:
|
1291
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1292
|
+
raise ::ArgumentError, "placeholder_chain_id cannot contain /" if placeholder_chain_id.to_s.include? "/"
|
1293
|
+
|
1294
|
+
"customers/#{customer_id}/distanceViews/#{placeholder_chain_id}~#{distance_bucket}"
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
##
|
1298
|
+
# Create a fully-qualified DomainCategory resource string.
|
1299
|
+
#
|
1300
|
+
# The resource will be in the following format:
|
1301
|
+
#
|
1302
|
+
# `customers/{customer_id}/domainCategories/{campaign_id}~{base64_category}~{language_code}`
|
1303
|
+
#
|
1304
|
+
# @param customer_id [String]
|
1305
|
+
# @param campaign_id [String]
|
1306
|
+
# @param base64_category [String]
|
1307
|
+
# @param language_code [String]
|
1308
|
+
#
|
1309
|
+
# @return [::String]
|
1310
|
+
def domain_category_path customer_id:, campaign_id:, base64_category:, language_code:
|
1311
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1312
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
1313
|
+
raise ::ArgumentError, "base64_category cannot contain /" if base64_category.to_s.include? "/"
|
1314
|
+
|
1315
|
+
"customers/#{customer_id}/domainCategories/#{campaign_id}~#{base64_category}~#{language_code}"
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
##
|
1319
|
+
# Create a fully-qualified DynamicSearchAdsSearchTermView resource string.
|
1320
|
+
#
|
1321
|
+
# The resource will be in the following format:
|
1322
|
+
#
|
1323
|
+
# `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`
|
1324
|
+
#
|
1325
|
+
# @param customer_id [String]
|
1326
|
+
# @param ad_group_id [String]
|
1327
|
+
# @param search_term_fingerprint [String]
|
1328
|
+
# @param headline_fingerprint [String]
|
1329
|
+
# @param landing_page_fingerprint [String]
|
1330
|
+
# @param page_url_fingerprint [String]
|
1331
|
+
#
|
1332
|
+
# @return [::String]
|
1333
|
+
def dynamic_search_ads_search_term_view_path customer_id:, ad_group_id:, search_term_fingerprint:, headline_fingerprint:, landing_page_fingerprint:, page_url_fingerprint:
|
1334
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1335
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1336
|
+
raise ::ArgumentError,
|
1337
|
+
"search_term_fingerprint cannot contain /" if search_term_fingerprint.to_s.include? "/"
|
1338
|
+
raise ::ArgumentError, "headline_fingerprint cannot contain /" if headline_fingerprint.to_s.include? "/"
|
1339
|
+
raise ::ArgumentError,
|
1340
|
+
"landing_page_fingerprint cannot contain /" if landing_page_fingerprint.to_s.include? "/"
|
1341
|
+
|
1342
|
+
"customers/#{customer_id}/dynamicSearchAdsSearchTermViews/#{ad_group_id}~#{search_term_fingerprint}~#{headline_fingerprint}~#{landing_page_fingerprint}~#{page_url_fingerprint}"
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
##
|
1346
|
+
# Create a fully-qualified ExpandedLandingPageView resource string.
|
1347
|
+
#
|
1348
|
+
# The resource will be in the following format:
|
1349
|
+
#
|
1350
|
+
# `customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}`
|
1351
|
+
#
|
1352
|
+
# @param customer_id [String]
|
1353
|
+
# @param expanded_final_url_fingerprint [String]
|
1354
|
+
#
|
1355
|
+
# @return [::String]
|
1356
|
+
def expanded_landing_page_view_path customer_id:, expanded_final_url_fingerprint:
|
1357
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1358
|
+
|
1359
|
+
"customers/#{customer_id}/expandedLandingPageViews/#{expanded_final_url_fingerprint}"
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
##
|
1363
|
+
# Create a fully-qualified ExtensionFeedItem resource string.
|
1364
|
+
#
|
1365
|
+
# The resource will be in the following format:
|
1366
|
+
#
|
1367
|
+
# `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
|
1368
|
+
#
|
1369
|
+
# @param customer_id [String]
|
1370
|
+
# @param feed_item_id [String]
|
1371
|
+
#
|
1372
|
+
# @return [::String]
|
1373
|
+
def extension_feed_item_path customer_id:, feed_item_id:
|
1374
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1375
|
+
|
1376
|
+
"customers/#{customer_id}/extensionFeedItems/#{feed_item_id}"
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
##
|
1380
|
+
# Create a fully-qualified Feed resource string.
|
1381
|
+
#
|
1382
|
+
# The resource will be in the following format:
|
1383
|
+
#
|
1384
|
+
# `customers/{customer_id}/feeds/{feed_id}`
|
1385
|
+
#
|
1386
|
+
# @param customer_id [String]
|
1387
|
+
# @param feed_id [String]
|
1388
|
+
#
|
1389
|
+
# @return [::String]
|
1390
|
+
def feed_path customer_id:, feed_id:
|
1391
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1392
|
+
|
1393
|
+
"customers/#{customer_id}/feeds/#{feed_id}"
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
##
|
1397
|
+
# Create a fully-qualified FeedItem resource string.
|
1398
|
+
#
|
1399
|
+
# The resource will be in the following format:
|
1400
|
+
#
|
1401
|
+
# `customers/{customer_id}/feedItems/{feed_id}~{feed_item_id}`
|
1402
|
+
#
|
1403
|
+
# @param customer_id [String]
|
1404
|
+
# @param feed_id [String]
|
1405
|
+
# @param feed_item_id [String]
|
1406
|
+
#
|
1407
|
+
# @return [::String]
|
1408
|
+
def feed_item_path customer_id:, feed_id:, feed_item_id:
|
1409
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1410
|
+
raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
|
1411
|
+
|
1412
|
+
"customers/#{customer_id}/feedItems/#{feed_id}~#{feed_item_id}"
|
1413
|
+
end
|
1414
|
+
|
1415
|
+
##
|
1416
|
+
# Create a fully-qualified FeedItemSet resource string.
|
1417
|
+
#
|
1418
|
+
# The resource will be in the following format:
|
1419
|
+
#
|
1420
|
+
# `customers/{customer_id}/feedItemSets/{feed_id}~{feed_item_set_id}`
|
1421
|
+
#
|
1422
|
+
# @param customer_id [String]
|
1423
|
+
# @param feed_id [String]
|
1424
|
+
# @param feed_item_set_id [String]
|
1425
|
+
#
|
1426
|
+
# @return [::String]
|
1427
|
+
def feed_item_set_path customer_id:, feed_id:, feed_item_set_id:
|
1428
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1429
|
+
raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
|
1430
|
+
|
1431
|
+
"customers/#{customer_id}/feedItemSets/#{feed_id}~#{feed_item_set_id}"
|
1432
|
+
end
|
1433
|
+
|
1434
|
+
##
|
1435
|
+
# Create a fully-qualified FeedItemSetLink resource string.
|
1436
|
+
#
|
1437
|
+
# The resource will be in the following format:
|
1438
|
+
#
|
1439
|
+
# `customers/{customer_id}/feedItemSetLinks/{feed_id}~{feed_item_set_id}~{feed_item_id}`
|
1440
|
+
#
|
1441
|
+
# @param customer_id [String]
|
1442
|
+
# @param feed_id [String]
|
1443
|
+
# @param feed_item_set_id [String]
|
1444
|
+
# @param feed_item_id [String]
|
1445
|
+
#
|
1446
|
+
# @return [::String]
|
1447
|
+
def feed_item_set_link_path customer_id:, feed_id:, feed_item_set_id:, feed_item_id:
|
1448
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1449
|
+
raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
|
1450
|
+
raise ::ArgumentError, "feed_item_set_id cannot contain /" if feed_item_set_id.to_s.include? "/"
|
1451
|
+
|
1452
|
+
"customers/#{customer_id}/feedItemSetLinks/#{feed_id}~#{feed_item_set_id}~#{feed_item_id}"
|
1453
|
+
end
|
1454
|
+
|
1455
|
+
##
|
1456
|
+
# Create a fully-qualified FeedItemTarget resource string.
|
1457
|
+
#
|
1458
|
+
# The resource will be in the following format:
|
1459
|
+
#
|
1460
|
+
# `customers/{customer_id}/feedItemTargets/{feed_id}~{feed_item_id}~{feed_item_target_type}~{feed_item_target_id}`
|
1461
|
+
#
|
1462
|
+
# @param customer_id [String]
|
1463
|
+
# @param feed_id [String]
|
1464
|
+
# @param feed_item_id [String]
|
1465
|
+
# @param feed_item_target_type [String]
|
1466
|
+
# @param feed_item_target_id [String]
|
1467
|
+
#
|
1468
|
+
# @return [::String]
|
1469
|
+
def feed_item_target_path customer_id:, feed_id:, feed_item_id:, feed_item_target_type:, feed_item_target_id:
|
1470
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1471
|
+
raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
|
1472
|
+
raise ::ArgumentError, "feed_item_id cannot contain /" if feed_item_id.to_s.include? "/"
|
1473
|
+
raise ::ArgumentError,
|
1474
|
+
"feed_item_target_type cannot contain /" if feed_item_target_type.to_s.include? "/"
|
1475
|
+
|
1476
|
+
"customers/#{customer_id}/feedItemTargets/#{feed_id}~#{feed_item_id}~#{feed_item_target_type}~#{feed_item_target_id}"
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
##
|
1480
|
+
# Create a fully-qualified FeedMapping resource string.
|
1481
|
+
#
|
1482
|
+
# The resource will be in the following format:
|
1483
|
+
#
|
1484
|
+
# `customers/{customer_id}/feedMappings/{feed_id}~{feed_mapping_id}`
|
1485
|
+
#
|
1486
|
+
# @param customer_id [String]
|
1487
|
+
# @param feed_id [String]
|
1488
|
+
# @param feed_mapping_id [String]
|
1489
|
+
#
|
1490
|
+
# @return [::String]
|
1491
|
+
def feed_mapping_path customer_id:, feed_id:, feed_mapping_id:
|
1492
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1493
|
+
raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/"
|
1494
|
+
|
1495
|
+
"customers/#{customer_id}/feedMappings/#{feed_id}~#{feed_mapping_id}"
|
1496
|
+
end
|
1497
|
+
|
1498
|
+
##
|
1499
|
+
# Create a fully-qualified FeedPlaceholderView resource string.
|
1500
|
+
#
|
1501
|
+
# The resource will be in the following format:
|
1502
|
+
#
|
1503
|
+
# `customers/{customer_id}/feedPlaceholderViews/{placeholder_type}`
|
1504
|
+
#
|
1505
|
+
# @param customer_id [String]
|
1506
|
+
# @param placeholder_type [String]
|
1507
|
+
#
|
1508
|
+
# @return [::String]
|
1509
|
+
def feed_placeholder_view_path customer_id:, placeholder_type:
|
1510
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1511
|
+
|
1512
|
+
"customers/#{customer_id}/feedPlaceholderViews/#{placeholder_type}"
|
1513
|
+
end
|
1514
|
+
|
1515
|
+
##
|
1516
|
+
# Create a fully-qualified GenderView resource string.
|
1517
|
+
#
|
1518
|
+
# The resource will be in the following format:
|
1519
|
+
#
|
1520
|
+
# `customers/{customer_id}/genderViews/{ad_group_id}~{criterion_id}`
|
1521
|
+
#
|
1522
|
+
# @param customer_id [String]
|
1523
|
+
# @param ad_group_id [String]
|
1524
|
+
# @param criterion_id [String]
|
1525
|
+
#
|
1526
|
+
# @return [::String]
|
1527
|
+
def gender_view_path customer_id:, ad_group_id:, criterion_id:
|
1528
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1529
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1530
|
+
|
1531
|
+
"customers/#{customer_id}/genderViews/#{ad_group_id}~#{criterion_id}"
|
1532
|
+
end
|
1533
|
+
|
1534
|
+
##
|
1535
|
+
# Create a fully-qualified GeoTargetConstant resource string.
|
1536
|
+
#
|
1537
|
+
# The resource will be in the following format:
|
1538
|
+
#
|
1539
|
+
# `geoTargetConstants/{criterion_id}`
|
1540
|
+
#
|
1541
|
+
# @param criterion_id [String]
|
1542
|
+
#
|
1543
|
+
# @return [::String]
|
1544
|
+
def geo_target_constant_path criterion_id:
|
1545
|
+
"geoTargetConstants/#{criterion_id}"
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
##
|
1549
|
+
# Create a fully-qualified GeographicView resource string.
|
1550
|
+
#
|
1551
|
+
# The resource will be in the following format:
|
1552
|
+
#
|
1553
|
+
# `customers/{customer_id}/geographicViews/{country_criterion_id}~{location_type}`
|
1554
|
+
#
|
1555
|
+
# @param customer_id [String]
|
1556
|
+
# @param country_criterion_id [String]
|
1557
|
+
# @param location_type [String]
|
1558
|
+
#
|
1559
|
+
# @return [::String]
|
1560
|
+
def geographic_view_path customer_id:, country_criterion_id:, location_type:
|
1561
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1562
|
+
raise ::ArgumentError, "country_criterion_id cannot contain /" if country_criterion_id.to_s.include? "/"
|
1563
|
+
|
1564
|
+
"customers/#{customer_id}/geographicViews/#{country_criterion_id}~#{location_type}"
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
##
|
1568
|
+
# Create a fully-qualified GroupPlacementView resource string.
|
1569
|
+
#
|
1570
|
+
# The resource will be in the following format:
|
1571
|
+
#
|
1572
|
+
# `customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}`
|
1573
|
+
#
|
1574
|
+
# @param customer_id [String]
|
1575
|
+
# @param ad_group_id [String]
|
1576
|
+
# @param base64_placement [String]
|
1577
|
+
#
|
1578
|
+
# @return [::String]
|
1579
|
+
def group_placement_view_path customer_id:, ad_group_id:, base64_placement:
|
1580
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1581
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1582
|
+
|
1583
|
+
"customers/#{customer_id}/groupPlacementViews/#{ad_group_id}~#{base64_placement}"
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
##
|
1587
|
+
# Create a fully-qualified HotelGroupView resource string.
|
1588
|
+
#
|
1589
|
+
# The resource will be in the following format:
|
1590
|
+
#
|
1591
|
+
# `customers/{customer_id}/hotelGroupViews/{ad_group_id}~{criterion_id}`
|
1592
|
+
#
|
1593
|
+
# @param customer_id [String]
|
1594
|
+
# @param ad_group_id [String]
|
1595
|
+
# @param criterion_id [String]
|
1596
|
+
#
|
1597
|
+
# @return [::String]
|
1598
|
+
def hotel_group_view_path customer_id:, ad_group_id:, criterion_id:
|
1599
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1600
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1601
|
+
|
1602
|
+
"customers/#{customer_id}/hotelGroupViews/#{ad_group_id}~#{criterion_id}"
|
1603
|
+
end
|
1604
|
+
|
1605
|
+
##
|
1606
|
+
# Create a fully-qualified HotelPerformanceView resource string.
|
1607
|
+
#
|
1608
|
+
# The resource will be in the following format:
|
1609
|
+
#
|
1610
|
+
# `customers/{customer_id}/hotelPerformanceView`
|
1611
|
+
#
|
1612
|
+
# @param customer_id [String]
|
1613
|
+
#
|
1614
|
+
# @return [::String]
|
1615
|
+
def hotel_performance_view_path customer_id:
|
1616
|
+
"customers/#{customer_id}/hotelPerformanceView"
|
1617
|
+
end
|
1618
|
+
|
1619
|
+
##
|
1620
|
+
# Create a fully-qualified IncomeRangeView resource string.
|
1621
|
+
#
|
1622
|
+
# The resource will be in the following format:
|
1623
|
+
#
|
1624
|
+
# `customers/{customer_id}/incomeRangeViews/{ad_group_id}~{criterion_id}`
|
1625
|
+
#
|
1626
|
+
# @param customer_id [String]
|
1627
|
+
# @param ad_group_id [String]
|
1628
|
+
# @param criterion_id [String]
|
1629
|
+
#
|
1630
|
+
# @return [::String]
|
1631
|
+
def income_range_view_path customer_id:, ad_group_id:, criterion_id:
|
1632
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1633
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1634
|
+
|
1635
|
+
"customers/#{customer_id}/incomeRangeViews/#{ad_group_id}~#{criterion_id}"
|
1636
|
+
end
|
1637
|
+
|
1638
|
+
##
|
1639
|
+
# Create a fully-qualified KeywordPlan resource string.
|
1640
|
+
#
|
1641
|
+
# The resource will be in the following format:
|
1642
|
+
#
|
1643
|
+
# `customers/{customer_id}/keywordPlans/{keyword_plan_id}`
|
1644
|
+
#
|
1645
|
+
# @param customer_id [String]
|
1646
|
+
# @param keyword_plan_id [String]
|
1647
|
+
#
|
1648
|
+
# @return [::String]
|
1649
|
+
def keyword_plan_path customer_id:, keyword_plan_id:
|
1650
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1651
|
+
|
1652
|
+
"customers/#{customer_id}/keywordPlans/#{keyword_plan_id}"
|
1653
|
+
end
|
1654
|
+
|
1655
|
+
##
|
1656
|
+
# Create a fully-qualified KeywordPlanAdGroup resource string.
|
1657
|
+
#
|
1658
|
+
# The resource will be in the following format:
|
1659
|
+
#
|
1660
|
+
# `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`
|
1661
|
+
#
|
1662
|
+
# @param customer_id [String]
|
1663
|
+
# @param keyword_plan_ad_group_id [String]
|
1664
|
+
#
|
1665
|
+
# @return [::String]
|
1666
|
+
def keyword_plan_ad_group_path customer_id:, keyword_plan_ad_group_id:
|
1667
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1668
|
+
|
1669
|
+
"customers/#{customer_id}/keywordPlanAdGroups/#{keyword_plan_ad_group_id}"
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
##
|
1673
|
+
# Create a fully-qualified KeywordPlanAdGroupKeyword resource string.
|
1674
|
+
#
|
1675
|
+
# The resource will be in the following format:
|
1676
|
+
#
|
1677
|
+
# `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}`
|
1678
|
+
#
|
1679
|
+
# @param customer_id [String]
|
1680
|
+
# @param keyword_plan_ad_group_keyword_id [String]
|
1681
|
+
#
|
1682
|
+
# @return [::String]
|
1683
|
+
def keyword_plan_ad_group_keyword_path customer_id:, keyword_plan_ad_group_keyword_id:
|
1684
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1685
|
+
|
1686
|
+
"customers/#{customer_id}/keywordPlanAdGroupKeywords/#{keyword_plan_ad_group_keyword_id}"
|
1687
|
+
end
|
1688
|
+
|
1689
|
+
##
|
1690
|
+
# Create a fully-qualified KeywordPlanCampaign resource string.
|
1691
|
+
#
|
1692
|
+
# The resource will be in the following format:
|
1693
|
+
#
|
1694
|
+
# `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
|
1695
|
+
#
|
1696
|
+
# @param customer_id [String]
|
1697
|
+
# @param keyword_plan_campaign_id [String]
|
1698
|
+
#
|
1699
|
+
# @return [::String]
|
1700
|
+
def keyword_plan_campaign_path customer_id:, keyword_plan_campaign_id:
|
1701
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1702
|
+
|
1703
|
+
"customers/#{customer_id}/keywordPlanCampaigns/#{keyword_plan_campaign_id}"
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
##
|
1707
|
+
# Create a fully-qualified KeywordPlanCampaignKeyword resource string.
|
1708
|
+
#
|
1709
|
+
# The resource will be in the following format:
|
1710
|
+
#
|
1711
|
+
# `customers/{customer_id}/keywordPlanCampaignKeywords/{keyword_plan_campaign_keyword_id}`
|
1712
|
+
#
|
1713
|
+
# @param customer_id [String]
|
1714
|
+
# @param keyword_plan_campaign_keyword_id [String]
|
1715
|
+
#
|
1716
|
+
# @return [::String]
|
1717
|
+
def keyword_plan_campaign_keyword_path customer_id:, keyword_plan_campaign_keyword_id:
|
1718
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1719
|
+
|
1720
|
+
"customers/#{customer_id}/keywordPlanCampaignKeywords/#{keyword_plan_campaign_keyword_id}"
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
##
|
1724
|
+
# Create a fully-qualified KeywordThemeConstant resource string.
|
1725
|
+
#
|
1726
|
+
# The resource will be in the following format:
|
1727
|
+
#
|
1728
|
+
# `keywordThemeConstants/{express_category_id}~{express_sub_category_id}`
|
1729
|
+
#
|
1730
|
+
# @param express_category_id [String]
|
1731
|
+
# @param express_sub_category_id [String]
|
1732
|
+
#
|
1733
|
+
# @return [::String]
|
1734
|
+
def keyword_theme_constant_path express_category_id:, express_sub_category_id:
|
1735
|
+
raise ::ArgumentError, "express_category_id cannot contain /" if express_category_id.to_s.include? "/"
|
1736
|
+
|
1737
|
+
"keywordThemeConstants/#{express_category_id}~#{express_sub_category_id}"
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
##
|
1741
|
+
# Create a fully-qualified KeywordView resource string.
|
1742
|
+
#
|
1743
|
+
# The resource will be in the following format:
|
1744
|
+
#
|
1745
|
+
# `customers/{customer_id}/keywordViews/{ad_group_id}~{criterion_id}`
|
1746
|
+
#
|
1747
|
+
# @param customer_id [String]
|
1748
|
+
# @param ad_group_id [String]
|
1749
|
+
# @param criterion_id [String]
|
1750
|
+
#
|
1751
|
+
# @return [::String]
|
1752
|
+
def keyword_view_path customer_id:, ad_group_id:, criterion_id:
|
1753
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1754
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1755
|
+
|
1756
|
+
"customers/#{customer_id}/keywordViews/#{ad_group_id}~#{criterion_id}"
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
##
|
1760
|
+
# Create a fully-qualified Label resource string.
|
1761
|
+
#
|
1762
|
+
# The resource will be in the following format:
|
1763
|
+
#
|
1764
|
+
# `customers/{customer_id}/labels/{label_id}`
|
1765
|
+
#
|
1766
|
+
# @param customer_id [String]
|
1767
|
+
# @param label_id [String]
|
1768
|
+
#
|
1769
|
+
# @return [::String]
|
1770
|
+
def label_path customer_id:, label_id:
|
1771
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1772
|
+
|
1773
|
+
"customers/#{customer_id}/labels/#{label_id}"
|
1774
|
+
end
|
1775
|
+
|
1776
|
+
##
|
1777
|
+
# Create a fully-qualified LandingPageView resource string.
|
1778
|
+
#
|
1779
|
+
# The resource will be in the following format:
|
1780
|
+
#
|
1781
|
+
# `customers/{customer_id}/landingPageViews/{unexpanded_final_url_fingerprint}`
|
1782
|
+
#
|
1783
|
+
# @param customer_id [String]
|
1784
|
+
# @param unexpanded_final_url_fingerprint [String]
|
1785
|
+
#
|
1786
|
+
# @return [::String]
|
1787
|
+
def landing_page_view_path customer_id:, unexpanded_final_url_fingerprint:
|
1788
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1789
|
+
|
1790
|
+
"customers/#{customer_id}/landingPageViews/#{unexpanded_final_url_fingerprint}"
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
##
|
1794
|
+
# Create a fully-qualified LanguageConstant resource string.
|
1795
|
+
#
|
1796
|
+
# The resource will be in the following format:
|
1797
|
+
#
|
1798
|
+
# `languageConstants/{criterion_id}`
|
1799
|
+
#
|
1800
|
+
# @param criterion_id [String]
|
1801
|
+
#
|
1802
|
+
# @return [::String]
|
1803
|
+
def language_constant_path criterion_id:
|
1804
|
+
"languageConstants/#{criterion_id}"
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
##
|
1808
|
+
# Create a fully-qualified LifeEvent resource string.
|
1809
|
+
#
|
1810
|
+
# The resource will be in the following format:
|
1811
|
+
#
|
1812
|
+
# `customers/{customer_id}/lifeEvents/{life_event_id}`
|
1813
|
+
#
|
1814
|
+
# @param customer_id [String]
|
1815
|
+
# @param life_event_id [String]
|
1816
|
+
#
|
1817
|
+
# @return [::String]
|
1818
|
+
def life_event_path customer_id:, life_event_id:
|
1819
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1820
|
+
|
1821
|
+
"customers/#{customer_id}/lifeEvents/#{life_event_id}"
|
1822
|
+
end
|
1823
|
+
|
1824
|
+
##
|
1825
|
+
# Create a fully-qualified LocationView resource string.
|
1826
|
+
#
|
1827
|
+
# The resource will be in the following format:
|
1828
|
+
#
|
1829
|
+
# `customers/{customer_id}/locationViews/{campaign_id}~{criterion_id}`
|
1830
|
+
#
|
1831
|
+
# @param customer_id [String]
|
1832
|
+
# @param campaign_id [String]
|
1833
|
+
# @param criterion_id [String]
|
1834
|
+
#
|
1835
|
+
# @return [::String]
|
1836
|
+
def location_view_path customer_id:, campaign_id:, criterion_id:
|
1837
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1838
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
1839
|
+
|
1840
|
+
"customers/#{customer_id}/locationViews/#{campaign_id}~#{criterion_id}"
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
##
|
1844
|
+
# Create a fully-qualified ManagedPlacementView resource string.
|
1845
|
+
#
|
1846
|
+
# The resource will be in the following format:
|
1847
|
+
#
|
1848
|
+
# `customers/{customer_id}/managedPlacementViews/{ad_group_id}~{criterion_id}`
|
1849
|
+
#
|
1850
|
+
# @param customer_id [String]
|
1851
|
+
# @param ad_group_id [String]
|
1852
|
+
# @param criterion_id [String]
|
1853
|
+
#
|
1854
|
+
# @return [::String]
|
1855
|
+
def managed_placement_view_path customer_id:, ad_group_id:, criterion_id:
|
1856
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1857
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1858
|
+
|
1859
|
+
"customers/#{customer_id}/managedPlacementViews/#{ad_group_id}~#{criterion_id}"
|
1860
|
+
end
|
1861
|
+
|
1862
|
+
##
|
1863
|
+
# Create a fully-qualified MediaFile resource string.
|
1864
|
+
#
|
1865
|
+
# The resource will be in the following format:
|
1866
|
+
#
|
1867
|
+
# `customers/{customer_id}/mediaFiles/{media_file_id}`
|
1868
|
+
#
|
1869
|
+
# @param customer_id [String]
|
1870
|
+
# @param media_file_id [String]
|
1871
|
+
#
|
1872
|
+
# @return [::String]
|
1873
|
+
def media_file_path customer_id:, media_file_id:
|
1874
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1875
|
+
|
1876
|
+
"customers/#{customer_id}/mediaFiles/#{media_file_id}"
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
##
|
1880
|
+
# Create a fully-qualified MobileAppCategoryConstant resource string.
|
1881
|
+
#
|
1882
|
+
# The resource will be in the following format:
|
1883
|
+
#
|
1884
|
+
# `mobileAppCategoryConstants/{mobile_app_category_id}`
|
1885
|
+
#
|
1886
|
+
# @param mobile_app_category_id [String]
|
1887
|
+
#
|
1888
|
+
# @return [::String]
|
1889
|
+
def mobile_app_category_constant_path mobile_app_category_id:
|
1890
|
+
"mobileAppCategoryConstants/#{mobile_app_category_id}"
|
1891
|
+
end
|
1892
|
+
|
1893
|
+
##
|
1894
|
+
# Create a fully-qualified MobileDeviceConstant resource string.
|
1895
|
+
#
|
1896
|
+
# The resource will be in the following format:
|
1897
|
+
#
|
1898
|
+
# `mobileDeviceConstants/{criterion_id}`
|
1899
|
+
#
|
1900
|
+
# @param criterion_id [String]
|
1901
|
+
#
|
1902
|
+
# @return [::String]
|
1903
|
+
def mobile_device_constant_path criterion_id:
|
1904
|
+
"mobileDeviceConstants/#{criterion_id}"
|
1905
|
+
end
|
1906
|
+
|
1907
|
+
##
|
1908
|
+
# Create a fully-qualified OfflineUserDataJob resource string.
|
1909
|
+
#
|
1910
|
+
# The resource will be in the following format:
|
1911
|
+
#
|
1912
|
+
# `customers/{customer_id}/offlineUserDataJobs/{offline_user_data_update_id}`
|
1913
|
+
#
|
1914
|
+
# @param customer_id [String]
|
1915
|
+
# @param offline_user_data_update_id [String]
|
1916
|
+
#
|
1917
|
+
# @return [::String]
|
1918
|
+
def offline_user_data_job_path customer_id:, offline_user_data_update_id:
|
1919
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1920
|
+
|
1921
|
+
"customers/#{customer_id}/offlineUserDataJobs/#{offline_user_data_update_id}"
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
##
|
1925
|
+
# Create a fully-qualified OperatingSystemVersionConstant resource string.
|
1926
|
+
#
|
1927
|
+
# The resource will be in the following format:
|
1928
|
+
#
|
1929
|
+
# `operatingSystemVersionConstants/{criterion_id}`
|
1930
|
+
#
|
1931
|
+
# @param criterion_id [String]
|
1932
|
+
#
|
1933
|
+
# @return [::String]
|
1934
|
+
def operating_system_version_constant_path criterion_id:
|
1935
|
+
"operatingSystemVersionConstants/#{criterion_id}"
|
1936
|
+
end
|
1937
|
+
|
1938
|
+
##
|
1939
|
+
# Create a fully-qualified PaidOrganicSearchTermView resource string.
|
1940
|
+
#
|
1941
|
+
# The resource will be in the following format:
|
1942
|
+
#
|
1943
|
+
# `customers/{customer_id}/paidOrganicSearchTermViews/{campaign_id}~{ad_group_id}~{base64_search_term}`
|
1944
|
+
#
|
1945
|
+
# @param customer_id [String]
|
1946
|
+
# @param campaign_id [String]
|
1947
|
+
# @param ad_group_id [String]
|
1948
|
+
# @param base64_search_term [String]
|
1949
|
+
#
|
1950
|
+
# @return [::String]
|
1951
|
+
def paid_organic_search_term_view_path customer_id:, campaign_id:, ad_group_id:, base64_search_term:
|
1952
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1953
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
1954
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1955
|
+
|
1956
|
+
"customers/#{customer_id}/paidOrganicSearchTermViews/#{campaign_id}~#{ad_group_id}~#{base64_search_term}"
|
1957
|
+
end
|
1958
|
+
|
1959
|
+
##
|
1960
|
+
# Create a fully-qualified ParentalStatusView resource string.
|
1961
|
+
#
|
1962
|
+
# The resource will be in the following format:
|
1963
|
+
#
|
1964
|
+
# `customers/{customer_id}/parentalStatusViews/{ad_group_id}~{criterion_id}`
|
1965
|
+
#
|
1966
|
+
# @param customer_id [String]
|
1967
|
+
# @param ad_group_id [String]
|
1968
|
+
# @param criterion_id [String]
|
1969
|
+
#
|
1970
|
+
# @return [::String]
|
1971
|
+
def parental_status_view_path customer_id:, ad_group_id:, criterion_id:
|
1972
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1973
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
1974
|
+
|
1975
|
+
"customers/#{customer_id}/parentalStatusViews/#{ad_group_id}~#{criterion_id}"
|
1976
|
+
end
|
1977
|
+
|
1978
|
+
##
|
1979
|
+
# Create a fully-qualified PaymentsAccount resource string.
|
1980
|
+
#
|
1981
|
+
# The resource will be in the following format:
|
1982
|
+
#
|
1983
|
+
# `customers/{customer_id}/paymentsAccounts/{payments_account_id}`
|
1984
|
+
#
|
1985
|
+
# @param customer_id [String]
|
1986
|
+
# @param payments_account_id [String]
|
1987
|
+
#
|
1988
|
+
# @return [::String]
|
1989
|
+
def payments_account_path customer_id:, payments_account_id:
|
1990
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
1991
|
+
|
1992
|
+
"customers/#{customer_id}/paymentsAccounts/#{payments_account_id}"
|
1993
|
+
end
|
1994
|
+
|
1995
|
+
##
|
1996
|
+
# Create a fully-qualified ProductBiddingCategoryConstant resource string.
|
1997
|
+
#
|
1998
|
+
# The resource will be in the following format:
|
1999
|
+
#
|
2000
|
+
# `productBiddingCategoryConstants/{country_code}~{level}~{id}`
|
2001
|
+
#
|
2002
|
+
# @param country_code [String]
|
2003
|
+
# @param level [String]
|
2004
|
+
# @param id [String]
|
2005
|
+
#
|
2006
|
+
# @return [::String]
|
2007
|
+
def product_bidding_category_constant_path country_code:, level:, id:
|
2008
|
+
raise ::ArgumentError, "country_code cannot contain /" if country_code.to_s.include? "/"
|
2009
|
+
raise ::ArgumentError, "level cannot contain /" if level.to_s.include? "/"
|
2010
|
+
|
2011
|
+
"productBiddingCategoryConstants/#{country_code}~#{level}~#{id}"
|
2012
|
+
end
|
2013
|
+
|
2014
|
+
##
|
2015
|
+
# Create a fully-qualified ProductGroupView resource string.
|
2016
|
+
#
|
2017
|
+
# The resource will be in the following format:
|
2018
|
+
#
|
2019
|
+
# `customers/{customer_id}/productGroupViews/{adgroup_id}~{criterion_id}`
|
2020
|
+
#
|
2021
|
+
# @param customer_id [String]
|
2022
|
+
# @param adgroup_id [String]
|
2023
|
+
# @param criterion_id [String]
|
2024
|
+
#
|
2025
|
+
# @return [::String]
|
2026
|
+
def product_group_view_path customer_id:, adgroup_id:, criterion_id:
|
2027
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2028
|
+
raise ::ArgumentError, "adgroup_id cannot contain /" if adgroup_id.to_s.include? "/"
|
2029
|
+
|
2030
|
+
"customers/#{customer_id}/productGroupViews/#{adgroup_id}~#{criterion_id}"
|
2031
|
+
end
|
2032
|
+
|
2033
|
+
##
|
2034
|
+
# Create a fully-qualified Recommendation resource string.
|
2035
|
+
#
|
2036
|
+
# The resource will be in the following format:
|
2037
|
+
#
|
2038
|
+
# `customers/{customer_id}/recommendations/{recommendation_id}`
|
2039
|
+
#
|
2040
|
+
# @param customer_id [String]
|
2041
|
+
# @param recommendation_id [String]
|
2042
|
+
#
|
2043
|
+
# @return [::String]
|
2044
|
+
def recommendation_path customer_id:, recommendation_id:
|
2045
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2046
|
+
|
2047
|
+
"customers/#{customer_id}/recommendations/#{recommendation_id}"
|
2048
|
+
end
|
2049
|
+
|
2050
|
+
##
|
2051
|
+
# Create a fully-qualified RemarketingAction resource string.
|
2052
|
+
#
|
2053
|
+
# The resource will be in the following format:
|
2054
|
+
#
|
2055
|
+
# `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
|
2056
|
+
#
|
2057
|
+
# @param customer_id [String]
|
2058
|
+
# @param remarketing_action_id [String]
|
2059
|
+
#
|
2060
|
+
# @return [::String]
|
2061
|
+
def remarketing_action_path customer_id:, remarketing_action_id:
|
2062
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2063
|
+
|
2064
|
+
"customers/#{customer_id}/remarketingActions/#{remarketing_action_id}"
|
2065
|
+
end
|
2066
|
+
|
2067
|
+
##
|
2068
|
+
# Create a fully-qualified SearchTermView resource string.
|
2069
|
+
#
|
2070
|
+
# The resource will be in the following format:
|
2071
|
+
#
|
2072
|
+
# `customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}~{query}`
|
2073
|
+
#
|
2074
|
+
# @param customer_id [String]
|
2075
|
+
# @param campaign_id [String]
|
2076
|
+
# @param ad_group_id [String]
|
2077
|
+
# @param query [String]
|
2078
|
+
#
|
2079
|
+
# @return [::String]
|
2080
|
+
def search_term_view_path customer_id:, campaign_id:, ad_group_id:, query:
|
2081
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2082
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
2083
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
2084
|
+
|
2085
|
+
"customers/#{customer_id}/searchTermViews/#{campaign_id}~#{ad_group_id}~#{query}"
|
2086
|
+
end
|
2087
|
+
|
2088
|
+
##
|
2089
|
+
# Create a fully-qualified SharedCriterion resource string.
|
2090
|
+
#
|
2091
|
+
# The resource will be in the following format:
|
2092
|
+
#
|
2093
|
+
# `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
|
2094
|
+
#
|
2095
|
+
# @param customer_id [String]
|
2096
|
+
# @param shared_set_id [String]
|
2097
|
+
# @param criterion_id [String]
|
2098
|
+
#
|
2099
|
+
# @return [::String]
|
2100
|
+
def shared_criterion_path customer_id:, shared_set_id:, criterion_id:
|
2101
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2102
|
+
raise ::ArgumentError, "shared_set_id cannot contain /" if shared_set_id.to_s.include? "/"
|
2103
|
+
|
2104
|
+
"customers/#{customer_id}/sharedCriteria/#{shared_set_id}~#{criterion_id}"
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
##
|
2108
|
+
# Create a fully-qualified SharedSet resource string.
|
2109
|
+
#
|
2110
|
+
# The resource will be in the following format:
|
2111
|
+
#
|
2112
|
+
# `customers/{customer_id}/sharedSets/{shared_set_id}`
|
2113
|
+
#
|
2114
|
+
# @param customer_id [String]
|
2115
|
+
# @param shared_set_id [String]
|
2116
|
+
#
|
2117
|
+
# @return [::String]
|
2118
|
+
def shared_set_path customer_id:, shared_set_id:
|
2119
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2120
|
+
|
2121
|
+
"customers/#{customer_id}/sharedSets/#{shared_set_id}"
|
2122
|
+
end
|
2123
|
+
|
2124
|
+
##
|
2125
|
+
# Create a fully-qualified ShoppingPerformanceView resource string.
|
2126
|
+
#
|
2127
|
+
# The resource will be in the following format:
|
2128
|
+
#
|
2129
|
+
# `customers/{customer_id}/shoppingPerformanceView`
|
2130
|
+
#
|
2131
|
+
# @param customer_id [String]
|
2132
|
+
#
|
2133
|
+
# @return [::String]
|
2134
|
+
def shopping_performance_view_path customer_id:
|
2135
|
+
"customers/#{customer_id}/shoppingPerformanceView"
|
2136
|
+
end
|
2137
|
+
|
2138
|
+
##
|
2139
|
+
# Create a fully-qualified SmartCampaignSearchTermView resource string.
|
2140
|
+
#
|
2141
|
+
# The resource will be in the following format:
|
2142
|
+
#
|
2143
|
+
# `customers/{customer_id}/smartCampaignSearchTermViews/{campaign_id}~{query}`
|
2144
|
+
#
|
2145
|
+
# @param customer_id [String]
|
2146
|
+
# @param campaign_id [String]
|
2147
|
+
# @param query [String]
|
2148
|
+
#
|
2149
|
+
# @return [::String]
|
2150
|
+
def smart_campaign_search_term_view_path customer_id:, campaign_id:, query:
|
2151
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2152
|
+
raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/"
|
2153
|
+
|
2154
|
+
"customers/#{customer_id}/smartCampaignSearchTermViews/#{campaign_id}~#{query}"
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
##
|
2158
|
+
# Create a fully-qualified SmartCampaignSetting resource string.
|
2159
|
+
#
|
2160
|
+
# The resource will be in the following format:
|
2161
|
+
#
|
2162
|
+
# `customers/{customer_id}/smartCampaignSettings/{campaign_id}`
|
2163
|
+
#
|
2164
|
+
# @param customer_id [String]
|
2165
|
+
# @param campaign_id [String]
|
2166
|
+
#
|
2167
|
+
# @return [::String]
|
2168
|
+
def smart_campaign_setting_path customer_id:, campaign_id:
|
2169
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2170
|
+
|
2171
|
+
"customers/#{customer_id}/smartCampaignSettings/#{campaign_id}"
|
2172
|
+
end
|
2173
|
+
|
2174
|
+
##
|
2175
|
+
# Create a fully-qualified ThirdPartyAppAnalyticsLink resource string.
|
2176
|
+
#
|
2177
|
+
# The resource will be in the following format:
|
2178
|
+
#
|
2179
|
+
# `customers/{customer_id}/thirdPartyAppAnalyticsLinks/{customer_link_id}`
|
2180
|
+
#
|
2181
|
+
# @param customer_id [String]
|
2182
|
+
# @param customer_link_id [String]
|
2183
|
+
#
|
2184
|
+
# @return [::String]
|
2185
|
+
def third_party_app_analytics_link_path customer_id:, customer_link_id:
|
2186
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2187
|
+
|
2188
|
+
"customers/#{customer_id}/thirdPartyAppAnalyticsLinks/#{customer_link_id}"
|
2189
|
+
end
|
2190
|
+
|
2191
|
+
##
|
2192
|
+
# Create a fully-qualified TopicConstant resource string.
|
2193
|
+
#
|
2194
|
+
# The resource will be in the following format:
|
2195
|
+
#
|
2196
|
+
# `topicConstants/{topic_id}`
|
2197
|
+
#
|
2198
|
+
# @param topic_id [String]
|
2199
|
+
#
|
2200
|
+
# @return [::String]
|
2201
|
+
def topic_constant_path topic_id:
|
2202
|
+
"topicConstants/#{topic_id}"
|
2203
|
+
end
|
2204
|
+
|
2205
|
+
##
|
2206
|
+
# Create a fully-qualified TopicView resource string.
|
2207
|
+
#
|
2208
|
+
# The resource will be in the following format:
|
2209
|
+
#
|
2210
|
+
# `customers/{customer_id}/topicViews/{ad_group_id}~{criterion_id}`
|
2211
|
+
#
|
2212
|
+
# @param customer_id [String]
|
2213
|
+
# @param ad_group_id [String]
|
2214
|
+
# @param criterion_id [String]
|
2215
|
+
#
|
2216
|
+
# @return [::String]
|
2217
|
+
def topic_view_path customer_id:, ad_group_id:, criterion_id:
|
2218
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2219
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
2220
|
+
|
2221
|
+
"customers/#{customer_id}/topicViews/#{ad_group_id}~#{criterion_id}"
|
2222
|
+
end
|
2223
|
+
|
2224
|
+
##
|
2225
|
+
# Create a fully-qualified UserInterest resource string.
|
2226
|
+
#
|
2227
|
+
# The resource will be in the following format:
|
2228
|
+
#
|
2229
|
+
# `customers/{customer_id}/userInterests/{user_interest_id}`
|
2230
|
+
#
|
2231
|
+
# @param customer_id [String]
|
2232
|
+
# @param user_interest_id [String]
|
2233
|
+
#
|
2234
|
+
# @return [::String]
|
2235
|
+
def user_interest_path customer_id:, user_interest_id:
|
2236
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2237
|
+
|
2238
|
+
"customers/#{customer_id}/userInterests/#{user_interest_id}"
|
2239
|
+
end
|
2240
|
+
|
2241
|
+
##
|
2242
|
+
# Create a fully-qualified UserList resource string.
|
2243
|
+
#
|
2244
|
+
# The resource will be in the following format:
|
2245
|
+
#
|
2246
|
+
# `customers/{customer_id}/userLists/{user_list_id}`
|
2247
|
+
#
|
2248
|
+
# @param customer_id [String]
|
2249
|
+
# @param user_list_id [String]
|
2250
|
+
#
|
2251
|
+
# @return [::String]
|
2252
|
+
def user_list_path customer_id:, user_list_id:
|
2253
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2254
|
+
|
2255
|
+
"customers/#{customer_id}/userLists/#{user_list_id}"
|
2256
|
+
end
|
2257
|
+
|
2258
|
+
##
|
2259
|
+
# Create a fully-qualified UserLocationView resource string.
|
2260
|
+
#
|
2261
|
+
# The resource will be in the following format:
|
2262
|
+
#
|
2263
|
+
# `customers/{customer_id}/userLocationViews/{country_criterion_id}~{is_targeting_location}`
|
2264
|
+
#
|
2265
|
+
# @param customer_id [String]
|
2266
|
+
# @param country_criterion_id [String]
|
2267
|
+
# @param is_targeting_location [String]
|
2268
|
+
#
|
2269
|
+
# @return [::String]
|
2270
|
+
def user_location_view_path customer_id:, country_criterion_id:, is_targeting_location:
|
2271
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2272
|
+
raise ::ArgumentError, "country_criterion_id cannot contain /" if country_criterion_id.to_s.include? "/"
|
2273
|
+
|
2274
|
+
"customers/#{customer_id}/userLocationViews/#{country_criterion_id}~#{is_targeting_location}"
|
2275
|
+
end
|
2276
|
+
|
2277
|
+
##
|
2278
|
+
# Create a fully-qualified Video resource string.
|
2279
|
+
#
|
2280
|
+
# The resource will be in the following format:
|
2281
|
+
#
|
2282
|
+
# `customers/{customer_id}/videos/{video_id}`
|
2283
|
+
#
|
2284
|
+
# @param customer_id [String]
|
2285
|
+
# @param video_id [String]
|
2286
|
+
#
|
2287
|
+
# @return [::String]
|
2288
|
+
def video_path customer_id:, video_id:
|
2289
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2290
|
+
|
2291
|
+
"customers/#{customer_id}/videos/#{video_id}"
|
2292
|
+
end
|
2293
|
+
|
2294
|
+
##
|
2295
|
+
# Create a fully-qualified WebpageView resource string.
|
2296
|
+
#
|
2297
|
+
# The resource will be in the following format:
|
2298
|
+
#
|
2299
|
+
# `customers/{customer_id}/webpageViews/{ad_group_id}~{criterion_id}`
|
2300
|
+
#
|
2301
|
+
# @param customer_id [String]
|
2302
|
+
# @param ad_group_id [String]
|
2303
|
+
# @param criterion_id [String]
|
2304
|
+
#
|
2305
|
+
# @return [::String]
|
2306
|
+
def webpage_view_path customer_id:, ad_group_id:, criterion_id:
|
2307
|
+
raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
|
2308
|
+
raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/"
|
2309
|
+
|
2310
|
+
"customers/#{customer_id}/webpageViews/#{ad_group_id}~#{criterion_id}"
|
2311
|
+
end
|
2312
|
+
|
2313
|
+
extend self
|
2314
|
+
end
|
2315
|
+
end
|
2316
|
+
end
|
2317
|
+
end
|
2318
|
+
end
|
2319
|
+
end
|
2320
|
+
end
|