V13 report service.
Hi, I am using V13 for ReportService, Since in the heigher versions of adwords we have reportservice available and i can also can able to fetch reportservice from the latest version too. My question, is Should i continue to use V13 for fetching reports, because i came to know that v13 will be no more available in near future. Is that true ? and how much time is left to close completely v13. 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
Re: reports 201101
Hmmm, I hope this data can help resolve the problem. Best, The problem in php is: 107 fclose($file); 108 } 109 $matches = array(); 110 if (preg_match(ReportUtils::$REPORT_ERROR_MESSAGE_REGEX, $result, 111 $matches)) { 112 throw new ReportDownloadException($matches[2]); 113 } 114 115 // Return results. 116 if (isset($path)) { 117 return $downloadSize; ### This is content of download-ed report: !!!1|||1904|||Unexpected exception??? ### This is from request log: [Mar 17 2011 09:34:01.00 - INFO] email=hh@kdkdkkd effectiveUser=7339911736 service=ReportDefinitionService method=mutate operators={ADD: 1} responseTime=507 requestId=aea59087d05b266c27fba7f318b267ed operations=1 units=1 server=adwords-sandbox.google.com isFault=false faultMessage=null ### And this is from soap log: User-Agent: PHP-SOAP/5.3.3-7, gzip Accept-Encoding: gzip, deflate Content-Encoding: gzip Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Length: 858 http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v201101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> * 7339911736 b8pFfRA3kkPt0kVPURMQVg AwApi-PHP-2.5.0-INSERT_COMPANY_NAME_HERE ADD CampaignId AdGroupId CityCriteriaId CountryCriteriaId RegionCriteriaId MetroCriteriaId Impressions Clicks Ctr AverageCpc Cost geo performance report #1300351395 GEO_PERFORMANCE_REPORT false LAST_MONTH CSV false HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 SOAPAction: "" Content-Encoding: gzip Transfer-Encoding: chunked Date: Thu, 17 Mar 2011 08:43:16 GMT Expires: Thu, 17 Mar 2011 08:43:16 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201101"> d959d9bcbeb2857109d676c4078c5f32 1 321 1 https://adwords.google.com/api/adwords/cm/ v201101"> 1906 CampaignId AdGroupId CityCriteriaId CountryCriteriaId RegionCriteriaId MetroCriteriaId Impressions Clicks Ctr AverageCpc Cost geo performance report #1300351395 GEO_PERFORMANCE_REPORT false LAST_MONTH CSV 20110317 014316 America/Los_Angeles false On Mar 17, 6:19 am, "Anash P. Oommen" wrote: > Hi Luka, > > What errors are you seeing when trying to download the report? Could you > post the sanitized response from trying to download the report online? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: about new Selector.
Hi, Great idea. I think this will make less confusion about new Selectors. Another question: Will other Selectors eventually transform to this new type or will they stay the same? Like new ReportDefinitionSelector() or new TrafficEstimatorSelector(); Best, On Mar 17, 4:54 am, "Anash P. Oommen" wrote: > Hi Rayden, > > I'm working on a blog post on this topic to clarify things better. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
How to retrieve Clicks AND ConversionTypeName for Keywords
Hi! I'm wondering why i can't get a Keyword Performance Report for the fields "Clicks" and "ConversionTypeName" in one report. What is the best way to get all these data with the new Report Service? Did i have to load 2 different Reports for the standard data and another one for the whole conversion data? Regards, Daniel -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
get Campaign budget
Hello, I've installed the AdWords API php library and I was trying to modify the GetAllCampaigns example in order to retrieve also the budget of the campaign. I've tried this method but I get an error: // Create selector. $selector = new Selector(); $selector->fields = array('Id', 'Name','Status', 'Budget'); $selector->ordering = array(new OrderBy('Name', 'ASCENDING')); // Get all campaigns. $page = $campaignService->get($selector); // Display campaigns. if (isset($page->entries)) { foreach ($page->entries as $campaign) { print 'Campaign with name "' . $campaign->name . '" and id "' . $campaign->id . "\" was found.\n Campaign budget is ". $campaign->budget; } } can someone please help me with this? Thank you! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Exact MonthlySearchVolume
Hello, is it possible to get the exact MonthlySearchVolume for a keyword ? I haven't found an example in the api Best regards Tom -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
AUTO: Denis A Kamotsky/FIELD/FSG/FDS is out of the office. (returning 03/21/2011)
I am out of the office until 03/21/2011. I will be on vacation starting from Thursday, March 17th, 2011. I will be back in office on Monday, March 21st, 2011. Please contact Sathish Selvanayagam if you have questions for me. Note: This is an automated response to your message "Digest for adwords-api@googlegroups.com - 14 Messages in 12 Topics" sent on 3/17/2011 4:04:26 AM. This is the only notification you will receive while this person is away. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Traffic estimator service API
Hi Jean, The TrafficEstimatorService does require that you provide a max CPC, although using a very large max CPC should emulate the Traffic Estimator Sandbox UI pretty well. What is an example of a keyword where is doesn't match? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Column headings changed in V201008 Managed Placement Performance report
I tried pulling reports this morning and they are now back to normal in terms of both the column headings and the data in the columns. Hopefully this was just a glitch and not a peek of changes to come. thanks -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Keyword Performance report now surrounding keyword text with brackets/double quotes - format changed during last few days
Thanks, Anash We have several hundred thousand affected keywords for which the reporting is now off. Our decision making engine is making bids based on these incorrect reports, so we urgently need this addressed. Hans -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Keyword Performance report now surrounding keyword text with brackets/double quotes - format changed during last few days
This appears to have been resolved now. Can someone from Google confirm that we can expect the report to remain at its "normal" format going forward? Thanks, Hans -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: "--" Max CPC in Keywords Perf. Report
Hi Joel, We've done some more testing, and it now seems that the MaxCPC should be returned correctly. Can you confirm if this is true for your account as well? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: QuotaCheckError.INVALID_TOKEN_HEADER
Ok thanks. Do you know when the next server update is going to take place? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: "--" Max CPC in Keywords Perf. Report
The issue is not fixed. I tested on the same AdGroup used in the example SOAP above and I still see "--" as the MaxCPC. I'm using v201008 of the API if that helps. On Mar 17, 12:17 pm, Eric Koleda wrote: > Hi Joel, > > We've done some more testing, and it now seems that the MaxCPC should be > returned correctly. Can you confirm if this is true for your account as > well? > > Best, > - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: "--" Max CPC in Keywords Perf. Report
Hi Joel, Thank you for the update. I dug into the issue deeper, and seems the problem is only affecting campaigns that have position preference enabled. I'll pass this information on to the core engineering team and let you know when I get more information. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Stats fields startDate and endDate obsolete in v201101?
Hi Wilrik, Those fields have become somewhat deprecated, considering the start and end date were passed into the selector. If you have a strong use case for populating them let me know. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: v201101 Cross Client Report - startDate / endDate
Hi, Cross-client reporting is disabled at the moment, but single client reporting should be working correctly. For a CAMPAIGN report, you can only use the fields listed here: http://code.google.com/apis/adwords/docs/appendix/reports.html#campaign Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: create Keyword object with Ruby client and API v201008
Hi Kath, In the example included with the library the fields of the Keyword object are populated separately: keyword = traffic_estimator_srv.module::Keyword.new keyword.text = 'mars cruise' keyword.matchType = 'BROAD' http://code.google.com/p/google-api-adwords-ruby/source/browse/trunk/examples/v201008/get_traffic_estimates.rb Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: RemarketingUserList how to use an existing object of type to create a LogicalUserList
Hi, Some things I noticed in your code: - Each LogicalUserListOperand should either have a single UserInterest or a single UserList in it. - The LogicalRule.operator should either be ALL, ANY, or NONE. - LogicalRule.rules should be an array of LogicalUserListOperand. A closer look at the reference documentation should clear some of this up: http://code.google.com/apis/adwords/docs/reference/latest/UserListService.LogicalUserList.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
Re: Pause/Resume all campaigns
Hi Michael, If you wanted to do this through the API then you would use the CampaignService: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.html However, there is a new feature in the AdWords web interface that allows you to set up automatic rules that can pause and result campaigns without any programming: http://adwords.blogspot.com/2010/12/adwords-rules-and-so-can-you.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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