Class: Sem4r::TargetingIdeaService

Inherits:
Sem4rSoap::SoapServiceV2010 show all
Defined in:
lib/sem4r/targeting_idea/targeting_idea_service.rb

Instance Method Summary collapse

Methods inherited from Sem4rSoap::SoapServiceV2010

soap_call

Methods inherited from Sem4rSoap::SoapService

_soap_call, #build_soap_message, #helper_call, #helper_call_raw, #init

Constructor Details

#initialize(connector) ⇒ TargetingIdeaService

:nodoc: all



31
32
33
34
35
36
37
38
39
40
# File 'lib/sem4r/targeting_idea/targeting_idea_service.rb', line 31

def initialize(connector)
  @connector = connector

  @header_namespace  = "https://adwords.google.com/api/adwords/cm/v201008"
  @service_namespace = "https://adwords.google.com/api/adwords/o/v201008"

  @sandbox_service_url    = "https://adwords-sandbox.google.com/api/adwords/o/v201008/TargetingIdeaService"
  @production_service_url = "https://adwords.google.com/api/adwords/o/v201008/TargetingIdeaService"
  init(@header_namespace, @service_namespace)
end