Re: Invalid XML ad performance report including "*** Unexpected exception???".

2011-01-14 Thread AdWords API Advisor
Hi Toyama, We are working to improve the validation so that these errors will be caught when the ReportDefinition is created. In this case there is no need for the IsNegative field at all, since negative keywords won't trigger impressions anyway. Best, - Eric Koleda, AdWords API Team On Jan 14,

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-14 Thread AdWords API Advisor
HI T.J., Yes, my apologies for not updating this thread sooner. The core engineering team has resolved the issue, but let us know if you see it pop up again. Best, - Eric On Jan 14, 10:42 am, "T.J." wrote: > Hi Eric, > > It sure looks like you guys fixed it. Did you? > > Thanks and enjoy your

Re: Abnormal latency after updating urls via api

2011-01-14 Thread AdWords API Advisor
Hi MM, I'm not sure how the web interface uses caching, but that could be a dead end. Unfortunately I don't have any advice for this situation, but let us know if you see this happen more frequently. Best, - Eric On Jan 14, 10:47 am, mm wrote: > Thanks Eric - > Would the browser be caching  by

Re: As a developer, can I use AdWords API to search for keywords?

2011-01-14 Thread AdWords API Advisor
Hi Jordan, The services CodeNinja mentioned can be used to get stats about keywords you've already added to your campaign. If you want to get statistics for proposed keywords, such as monthly searches, you must use another set of services. The TargetingIdeaService in STATS mode can give you stat

Re: v13.ReportService keeps throwing InternalError since yesterday for some accounts

2011-01-14 Thread T.J.
Hi Eric, It sure looks like you guys fixed it. Did you? Thanks and enjoy your weekend, T.J. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Abnormal latency after updating urls via api

2011-01-14 Thread mm
Thanks Eric - Would the browser be caching by account? IOW, since other accounts didn't show this latency, would that knock browser caching off the list of candidates for the problem's source? FWIW, we appeared to be seeing a similar latency when viewing the account through AdWords Editor, also. I

Re: Abnormal latency after updating urls via api

2011-01-14 Thread AdWords API Advisor
Hi MM, I haven't encountered this problem before, but if the API is returning the correct values then it sounds like more of an issue with the web interface. I'd double check that the issue isn't related to browser caching. Best, - Eric Koleda, AdWords API Team On Jan 12, 5:25 pm, mm wrote: >

Re: Getting Reports using v13.

2011-01-14 Thread AdWords API Advisor
Hi, The namespace should be "https://adwords.google.com/api/adwords/v13";, even when the request is made to the sandbox endpoint. Best, - Eric Koleda, AdWords API Team On Jan 12, 4:59 pm, adword user wrote: > Hello, >  I am trying to get reports using v13 api. > >    $soapHeaders = ''.$email.''

Re: PHP example of downloading Old reports created by Old Client reporting interface.

2011-01-14 Thread AdWords API Advisor
Hi, The v13 reporting system will be sunset in the not-too-distant future (no date has been set yet), so if you are building a new application I would encourage you to use the v201008 reporting system instead. Best, - Eric Koleda, AdWords API Team On Jan 11, 5:13 pm, adword user wrote: > Hello

Re: As a developer, can I use AdWords API to search for keywords?

2011-01-14 Thread codeninja
Jordan, You can use AdGroupCriterionService to get information about keywords (or negatives). http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.html Criterion object represent keywords,placements etc. http://code.google.com/apis/adwords/docs/reference/latest/AdGr

Invalid XML ad performance report including "*** Unexpected exception???".

2011-01-14 Thread toyama_toshiaki
I got error: !!!1|||22433611|||Unexpected exception??? When running AD_PERFORMANCE_REPORT with these fields: AdGroupId, AveragePosition, CampaignId, Clicks, ConversionsManyPerClick, Cost, Dat, Id, Impressions Using your Java library (ver 8.2.1) There are two issues here: 1. that it errors 2.

As a developer, can I use AdWords API to search for keywords?

2011-01-14 Thread Jordan
Hi Everyone, I'm new to Adwords. Now my question is if I can use AdWords API to obtain keywords and related information such as CPC, Monthly Global Search for the keyword. My main concern right now are keywords, I donWhen I go to the Adward API page, I see the following message: Only AccountSer

Re: Character sets and CSV report file downloads

2011-01-14 Thread Reed
This problem just gets stranger and stranger. I think I found a "solution" - if I specify CSVFOREXCEL as the report format instead of CSV, then I get a double-byte file that Excel opens and shows the correct Chinese characters. BUT - the file is tab-delimited, not comma delimited, despite the for

Google AdWords API -Account Service

2011-01-14 Thread Remya
Hello Google Adwords Team, Myself a developer, i am using Google AdWords API service for my application. I have few doubts regarding accounts. 1. How can i pause/inactive an account? 2. Is there any API function available to do the pause account operation in Google AdWords?