Hi,
We were previously using the v13 service to get campaign/customerid
cost, clicks, imp, conv, pos.   I found the google Adwords Api gem,
and set it up this way:

     aw = AdwordsApi::Api.new(File.expand_path("#{ROOT_DIR}/config/
adwords_api.yml"))
     c = aw.service(:CampaignService, :v201101)
     s = {
        :fields => ['Id', 'Name', 'Status'],
        :ordering => [{:field => 'Name', :sort_order => 'ASCENDING'}]
     }
     c.get(s)

but i get no campaigns back (I should be getting ~2000 campaigns
back).

I do know it's configured via the following yml (fields x'ed out for
this post).  The service reponse on the get is 0 entries (it does
authenticate successfully)

  :authentication:
     :method: ClientLogin
    :password: xxxx
    :email: xxxx
    :developer_token: xxxxx
    :client_email: xxxx
    :user_agent: xxxxx
  :service:
    :environment: production
  :connection:
    :strict_ssl_verification: false
  :library:
    :log_level: INFO

Any idea why i'm not getting campaigns back?

And...once i get past this issue, how do i get cost, clicks, imp,
conv, pos back?

Thanks!! :)

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to