Hi there,

I want to play in the sandbox and generate the demo client IDs. How do I do 
this? Here is where I am at so far:

adwords = AdwordsApi::Api.new({
  :authentication => {
    :method => 'ClientLogin',
    :developer_token => '*********@gmail.com++EUR',
    :user_agent => 'Richard Burton',
    :password => '********',
    :email => '*********@gmail.com'
    },
    :service => {
      :environment => 'SANDBOX'
    }
    })

 
  campaign_srv = adwords.service(:CampaignService, :v201109)
 
 campaigns = campaign_srv.get({:fields => ['Id', 'Name', 'Status']})
 
campaigns.each do |c|
  puts c.methods.sort
end

Thanks a lot in advance for any help.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to