Re: Campaign stats are NULL

2012-03-14 Thread MWA
*@**AdWords API Advisor* Please help me. URL of my question is given below. https://groups.google.com/forum/?hl=en&fromgroups#!topic/adwords-api/L0YGEE5Jiso Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

AdWords API Re: Campaign stats are NULL

2009-07-16 Thread Vinczente
I don't know what was wrong with my selector but I resolved my problem by looking on the "Sample code" This is how I'm doing now : selector = AdWords::V200906::CampaignService::CampaignSelector.new stats_selector = { :dateRange => { :min => date_google_format, :max => date_go

AdWords API Re: Campaign stats are NULL

2009-07-15 Thread AdWords API Advisor
Hello Vinczente, Could you try making two changes and see if you get any different results? Put quotes around the values for the date range (to ensure they're interpreted as strings, not numbers) and leave out the paging item entirely. Did that help any? I've successfully retrieved stats from

AdWords API Campaign stats are NULL

2009-07-15 Thread Vinczente
Hello, I saw the "google official client" in ruby for 200906 is out ! I have some problems to retrieve the stats... This is my selector : selector = { :ids => [], :campaignStatuses=> ['ACTIVE'], :statsSelector => { :dateRange => {:min=> 20090715, :max => 20090715}, },