Class: AdwordsApi::V201509::DataService::DataService

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

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ DataService

Returns a new instance of DataService.



15
16
17
18
# File 'lib/adwords_api/v201509/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_ad_group_bid_landscape(*args, &block) ⇒ Object



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

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

#get_ad_group_bid_landscape_to_xml(*args) ⇒ Object



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

def get_ad_group_bid_landscape_to_xml(*args)
  return get_soap_xml('get_ad_group_bid_landscape', args)
end

#get_criterion_bid_landscape(*args, &block) ⇒ Object



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

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

#get_criterion_bid_landscape_to_xml(*args) ⇒ Object



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

def get_criterion_bid_landscape_to_xml(*args)
  return get_soap_xml('get_criterion_bid_landscape', args)
end

#get_domain_category(*args, &block) ⇒ Object



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

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

#get_domain_category_to_xml(*args) ⇒ Object



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

def get_domain_category_to_xml(*args)
  return get_soap_xml('get_domain_category', args)
end

#query_ad_group_bid_landscape(*args, &block) ⇒ Object



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

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

#query_ad_group_bid_landscape_to_xml(*args) ⇒ Object



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

def query_ad_group_bid_landscape_to_xml(*args)
  return get_soap_xml('query_ad_group_bid_landscape', args)
end

#query_criterion_bid_landscape(*args, &block) ⇒ Object



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

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

#query_criterion_bid_landscape_to_xml(*args) ⇒ Object



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

def query_criterion_bid_landscape_to_xml(*args)
  return get_soap_xml('query_criterion_bid_landscape', args)
end

#query_domain_category(*args, &block) ⇒ Object



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

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

#query_domain_category_to_xml(*args) ⇒ Object



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

def query_domain_category_to_xml(*args)
  return get_soap_xml('query_domain_category', args)
end