Class: AdwordsApi::V201509::ConstantDataService::ConstantDataService

Inherits:
AdsCommon::SavonService
  • Object
show all
Defined in:
lib/adwords_api/v201509/constant_data_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ConstantDataService

Returns a new instance of ConstantDataService.



15
16
17
18
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 15

def initialize(config, endpoint)
  namespace = 'https://adwords.google.com/api/adwords/cm/v201509'
  super(config, endpoint, namespace, :v201509)
end

Instance Method Details

#get_age_range_criterion(*args, &block) ⇒ Object



20
21
22
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 20

def get_age_range_criterion(*args, &block)
  return execute_action('get_age_range_criterion', args, &block)
end

#get_age_range_criterion_to_xml(*args) ⇒ Object



24
25
26
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 24

def get_age_range_criterion_to_xml(*args)
  return get_soap_xml('get_age_range_criterion', args)
end

#get_carrier_criterion(*args, &block) ⇒ Object



28
29
30
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 28

def get_carrier_criterion(*args, &block)
  return execute_action('get_carrier_criterion', args, &block)
end

#get_carrier_criterion_to_xml(*args) ⇒ Object



32
33
34
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 32

def get_carrier_criterion_to_xml(*args)
  return get_soap_xml('get_carrier_criterion', args)
end

#get_gender_criterion(*args, &block) ⇒ Object



36
37
38
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 36

def get_gender_criterion(*args, &block)
  return execute_action('get_gender_criterion', args, &block)
end

#get_gender_criterion_to_xml(*args) ⇒ Object



40
41
42
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 40

def get_gender_criterion_to_xml(*args)
  return get_soap_xml('get_gender_criterion', args)
end

#get_language_criterion(*args, &block) ⇒ Object



44
45
46
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 44

def get_language_criterion(*args, &block)
  return execute_action('get_language_criterion', args, &block)
end

#get_language_criterion_to_xml(*args) ⇒ Object



48
49
50
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 48

def get_language_criterion_to_xml(*args)
  return get_soap_xml('get_language_criterion', args)
end

#get_mobile_device_criterion(*args, &block) ⇒ Object



52
53
54
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 52

def get_mobile_device_criterion(*args, &block)
  return execute_action('get_mobile_device_criterion', args, &block)
end

#get_mobile_device_criterion_to_xml(*args) ⇒ Object



56
57
58
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 56

def get_mobile_device_criterion_to_xml(*args)
  return get_soap_xml('get_mobile_device_criterion', args)
end

#get_operating_system_version_criterion(*args, &block) ⇒ Object



60
61
62
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 60

def get_operating_system_version_criterion(*args, &block)
  return execute_action('get_operating_system_version_criterion', args, &block)
end

#get_operating_system_version_criterion_to_xml(*args) ⇒ Object



64
65
66
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 64

def get_operating_system_version_criterion_to_xml(*args)
  return get_soap_xml('get_operating_system_version_criterion', args)
end

#get_product_bidding_category_data(*args, &block) ⇒ Object



68
69
70
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 68

def get_product_bidding_category_data(*args, &block)
  return execute_action('get_product_bidding_category_data', args, &block)
end

#get_product_bidding_category_data_to_xml(*args) ⇒ Object



72
73
74
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 72

def get_product_bidding_category_data_to_xml(*args)
  return get_soap_xml('get_product_bidding_category_data', args)
end

#get_user_interest_criterion(*args, &block) ⇒ Object



76
77
78
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 76

def get_user_interest_criterion(*args, &block)
  return execute_action('get_user_interest_criterion', args, &block)
end

#get_user_interest_criterion_to_xml(*args) ⇒ Object



80
81
82
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 80

def get_user_interest_criterion_to_xml(*args)
  return get_soap_xml('get_user_interest_criterion', args)
end

#get_vertical_criterion(*args, &block) ⇒ Object



84
85
86
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 84

def get_vertical_criterion(*args, &block)
  return execute_action('get_vertical_criterion', args, &block)
end

#get_vertical_criterion_to_xml(*args) ⇒ Object



88
89
90
# File 'lib/adwords_api/v201509/constant_data_service.rb', line 88

def get_vertical_criterion_to_xml(*args)
  return get_soap_xml('get_vertical_criterion', args)
end