Re: aggregationTypes thru adwords API v201101

2011-07-29 Thread Steve Burkett
that did it (Campaign Performance). Thanks Ken Foster! On Jul 29, 12:08 pm, Ken Foster wrote: > Try Campaign Performance Report. I think the Ad Performance Report > aggregates at Keyword level, you aren't including KeywordId, but if you did, > my guess is they would be different for each of tho

Re: aggregationTypes thru adwords API v201101

2011-07-29 Thread Steve Burkett
Jason, I added "Date" to the fields (I tried Day, but this didnt go thru). It's still not aggregating (see below...i'm getting 5 rows, same date for campaignID. I included the operation below and sniplet of the output. How would i get all the impressions/clicks/costs for a compaignID for a day?

Re: aggregationTypes thru adwords API v201101

2011-07-29 Thread Steve Burkett
Thanks Jason! On Jul 29, 11:12 am, jstedman wrote: > Steve, > > v201101 uses implicit aggregation specification through the smallest > aggregation field specified in the report. So if you include the field > "Month" in your report definition, you will get data aggregated by > month, same goes for

aggregationTypes thru adwords API v201101

2011-07-29 Thread Steve Burkett
In v13, we were generating an ad performance report w/ "aggregationTypes" = "Daily" and "crossClient" = "true". How do i do this in v201101 (latest) (thru the Ruby adwords API gem)? i've tried adding it to the operand, but cant get it to work: operation = { :operator => 'ADD',

how to i get all the desired columns in a report?

2011-07-28 Thread Steve Burkett
For the columns shown at bottom, i'd like to get all these in my report. I cant figure out how to get these in fields (if i add these columns to fields, the API says invalid field). operation = { :operator => 'ADD', :operand => { :report_type => 'AD_PERFORMANC

how to set segments = "Day" on a report download

2011-07-27 Thread Steve Burkett
Hi, I'm creating a report w/ the following selector operation = { :operator => 'ADD', :operand => { :report_type => 'AD_PERFORMANCE_REPORT', :report_name => 'Daily G5 Adwords performance report #%d' % (Time.new.to_f * 1000).to_i, :selector =

Re: why no campaigns?

2011-07-27 Thread Steve Burkett
We figured it out finally...by using the mmc services. thanks. On Jul 27, 10:06 am, Steve Burkett wrote: > thanks Anash. > > I think #3 or #4 is our issue.   I'm at a loss to understand what > these mean tho.   I've asked our biz contact, and they dont know > eith

Re: why no campaigns?

2011-07-27 Thread Steve Burkett
thanks Anash. I think #3 or #4 is our issue. I'm at a loss to understand what these mean tho. I've asked our biz contact, and they dont know either. Can you walk us thru finding what our client_email should be? On Jul 26, 10:18 pm, AdWords API Advisor wrote: > Hi Steve, > > You could check

Re: why no campaigns?

2011-07-26 Thread Steve Burkett
i also tried to get the :ReportDefinitionService, but got no ":entries" back. On Jul 26, 3:58 pm, Steve Burkett wrote: > Hi, > We were previously using the v13 service to get campaign/customerid > cost, clicks, imp, conv, pos.   I found the google Adwords Api gem, >

why no campaigns?

2011-07-26 Thread Steve Burkett
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)

no campaigns

2011-07-26 Thread Steve Burkett
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

Re: novice question: getting adwords data using new version (migrating from v13)

2011-07-26 Thread Steve Burkett
cating ok. any guess of why no campaigns? On Jul 26, 9:30 am, Steve Burkett wrote: > Hi, > > I took over (Ruby) code that uses v13.  it > callshttps://adwords.google.com/api/adwords/v13/ReportServicew/ some home > grown SOAP::RPC::Driver code.  it uses the getReportDownloadUrl, to

novice question: getting adwords data using new version (migrating from v13)

2011-07-26 Thread Steve Burkett
Hi, I took over (Ruby) code that uses v13. it calls https://adwords.google.com/api/adwords/v13/ReportService w/ some home grown SOAP::RPC::Driver code. it uses the getReportDownloadUrl, to get a report Url to grab the account's cost, clicks, imps, conv, pos statistics for campaign. Using the ne

novice question: getting adwords data using new version (migrating from v13)

2011-07-26 Thread Steve Burkett
Hi, I took over (Ruby) code that uses v13. it calls https://adwords.google.com/api/adwords/v13/ReportService w/ some home grown SOAP::RPC::Driver code. it uses the getReportDownloadUrl, to get a report Url to grab the account's cost, clicks, imps, conv, pos statistics for campaign. Using the ne