I have an application that was reporting simple stats from client adwords 
campaigns (clicks, impressions, budgets, etc.) that has broken now that 
v201302 has been sunset.

I already utilize OAuth for authorization and we only really utilize 
campaignservice and campaignstats to report numbers through an interface 
(Rails view).  We don't even need to download the reports.

I think all I need to do is switch the version in my application controller 
(Followed the adwords on rails demo to set this up) right?

application_controller.rb - 

# Returns the API version in use.
  def get_api_version()
    return :v201306
  end

However, I am getting an error: 
AdsCommon::Errors::Error
Environment 'PRODUCTION' does not support version 'v201306'
and I can't figure out what is causing it.

I see v201309 no longer utilizes "stats" but does that mean I can't use 
CampaignStats?  How else would I get simple info like clicks, impressions, 
etc. without downloading a report?

Even if that is the case, shouldn't v201306 be working fine (until it also 
sunsets)?

Any help would be greatly appreciated. 

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to