Class: AdManagerApi::V202405::AdjustmentService::AdjustmentService
- Inherits:
-
AdsCommon::SavonService
- Object
- AdsCommon::SavonService
- AdManagerApi::V202405::AdjustmentService::AdjustmentService
- Defined in:
- lib/ad_manager_api/v202405/adjustment_service.rb
Instance Method Summary collapse
- #calculate_daily_ad_opportunity_counts(*args, &block) ⇒ Object
- #calculate_daily_ad_opportunity_counts_to_xml(*args) ⇒ Object
- #create_forecast_adjustments(*args, &block) ⇒ Object
- #create_forecast_adjustments_to_xml(*args) ⇒ Object
- #create_traffic_forecast_segments(*args, &block) ⇒ Object
- #create_traffic_forecast_segments_to_xml(*args) ⇒ Object
- #get_forecast_adjustments_by_statement(*args, &block) ⇒ Object
- #get_forecast_adjustments_by_statement_to_xml(*args) ⇒ Object
- #get_traffic_forecast_segments_by_statement(*args, &block) ⇒ Object
- #get_traffic_forecast_segments_by_statement_to_xml(*args) ⇒ Object
-
#initialize(config, endpoint) ⇒ AdjustmentService
constructor
A new instance of AdjustmentService.
- #perform_forecast_adjustment_action(*args, &block) ⇒ Object
- #perform_forecast_adjustment_action_to_xml(*args) ⇒ Object
- #update_forecast_adjustments(*args, &block) ⇒ Object
- #update_forecast_adjustments_to_xml(*args) ⇒ Object
- #update_traffic_forecast_segments(*args, &block) ⇒ Object
- #update_traffic_forecast_segments_to_xml(*args) ⇒ Object
Constructor Details
#initialize(config, endpoint) ⇒ AdjustmentService
Returns a new instance of AdjustmentService.
15 16 17 18 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 15 def initialize(config, endpoint) namespace = 'https://www.google.com/apis/ads/publisher/v202405' super(config, endpoint, namespace, :v202405) end |
Instance Method Details
#calculate_daily_ad_opportunity_counts(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 20 def calculate_daily_ad_opportunity_counts(*args, &block) return execute_action('calculate_daily_ad_opportunity_counts', args, &block) end |
#calculate_daily_ad_opportunity_counts_to_xml(*args) ⇒ Object
24 25 26 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 24 def calculate_daily_ad_opportunity_counts_to_xml(*args) return get_soap_xml('calculate_daily_ad_opportunity_counts', args) end |
#create_forecast_adjustments(*args, &block) ⇒ Object
28 29 30 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 28 def create_forecast_adjustments(*args, &block) return execute_action('create_forecast_adjustments', args, &block) end |
#create_forecast_adjustments_to_xml(*args) ⇒ Object
32 33 34 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 32 def create_forecast_adjustments_to_xml(*args) return get_soap_xml('create_forecast_adjustments', args) end |
#create_traffic_forecast_segments(*args, &block) ⇒ Object
36 37 38 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 36 def create_traffic_forecast_segments(*args, &block) return execute_action('create_traffic_forecast_segments', args, &block) end |
#create_traffic_forecast_segments_to_xml(*args) ⇒ Object
40 41 42 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 40 def create_traffic_forecast_segments_to_xml(*args) return get_soap_xml('create_traffic_forecast_segments', args) end |
#get_forecast_adjustments_by_statement(*args, &block) ⇒ Object
44 45 46 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 44 def get_forecast_adjustments_by_statement(*args, &block) return execute_action('get_forecast_adjustments_by_statement', args, &block) end |
#get_forecast_adjustments_by_statement_to_xml(*args) ⇒ Object
48 49 50 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 48 def get_forecast_adjustments_by_statement_to_xml(*args) return get_soap_xml('get_forecast_adjustments_by_statement', args) end |
#get_traffic_forecast_segments_by_statement(*args, &block) ⇒ Object
52 53 54 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 52 def get_traffic_forecast_segments_by_statement(*args, &block) return execute_action('get_traffic_forecast_segments_by_statement', args, &block) end |
#get_traffic_forecast_segments_by_statement_to_xml(*args) ⇒ Object
56 57 58 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 56 def get_traffic_forecast_segments_by_statement_to_xml(*args) return get_soap_xml('get_traffic_forecast_segments_by_statement', args) end |
#perform_forecast_adjustment_action(*args, &block) ⇒ Object
60 61 62 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 60 def perform_forecast_adjustment_action(*args, &block) return execute_action('perform_forecast_adjustment_action', args, &block) end |
#perform_forecast_adjustment_action_to_xml(*args) ⇒ Object
64 65 66 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 64 def perform_forecast_adjustment_action_to_xml(*args) return get_soap_xml('perform_forecast_adjustment_action', args) end |
#update_forecast_adjustments(*args, &block) ⇒ Object
68 69 70 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 68 def update_forecast_adjustments(*args, &block) return execute_action('update_forecast_adjustments', args, &block) end |
#update_forecast_adjustments_to_xml(*args) ⇒ Object
72 73 74 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 72 def update_forecast_adjustments_to_xml(*args) return get_soap_xml('update_forecast_adjustments', args) end |
#update_traffic_forecast_segments(*args, &block) ⇒ Object
76 77 78 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 76 def update_traffic_forecast_segments(*args, &block) return execute_action('update_traffic_forecast_segments', args, &block) end |
#update_traffic_forecast_segments_to_xml(*args) ⇒ Object
80 81 82 |
# File 'lib/ad_manager_api/v202405/adjustment_service.rb', line 80 def update_traffic_forecast_segments_to_xml(*args) return get_soap_xml('update_traffic_forecast_segments', args) end |