Re: distributing an API client

2011-01-31 Thread Edwin Kirby
Hi Eric, Thanks for the reply. I'll take a closer look at the sections you indicated. Cheers, Ed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~

Re: All Data missing in Placement Performance report?

2011-01-31 Thread AdWords API Advisor
Hi Bryan, I meant to ask have you tried re-running the existing report definition from the UI. This can be done my navigating to Campaigns - > Control panel and library -> Reports, finding the report definition, and clicking "Run now". Is the returned XML valid? That is to say does it appear to

Re: distributing an API client

2011-01-31 Thread AdWords API Advisor
Hi Ed, The method of billing for API units has not changed since 2007. Please see sections II.1 and IV.1.a of the Adwords API Terms and Conditions for more information. Best, - Eric On Jan 31, 3:42 pm, Edwin Kirby wrote: > Hi Eric, > > I hope it's ok to jump in on this thread. I have some relat

Re: All Data missing in Placement Performance report?

2011-01-31 Thread ADM
Eric, The AdWords UI report (Network tab with all URLs) does not agree with the Placement Performance report for this case provided. The Network tab report shows hundreds of clicks and many conversions, compared to the Placement Performance report with nothing in it. This is not happening ever

Re: RateExceededError question.

2011-01-31 Thread AdWords API Advisor
Hi Rick, You are correct, for those two uses cases you can only submit one URL or keyword at a time. We recommend you build in error handling mechanisms that can react to a RateExceededError, and you should be able to do some tuning to ensure that you don't often exceed the limits. Best, - Eric

Re: GetTargetingIdeaService and python

2011-01-31 Thread AdWords API Advisor
Hi Mikhail, You need to specify the requestedAttributeTypes and include GLOBAL_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES, or TARGETED_MONTHLY_SEARCHES. Best, - Eric Koleda, AdWords API Team On Jan 29, 3:54 pm, Mikhail Eremin wrote: > Hi all, > i am trying to get related keywords and m

Re: All Data missing in Placement Performance report?

2011-01-31 Thread AdWords API Advisor
Hi Bryan, Is this happening every time for this report or sporadically? I tried re-running that specific report through the UI and it returned data successfully. Are you noticing the same behavior in the UI? Best, - Eric Koleda, AdWords API Team On Jan 31, 2:10 am, ADM wrote: > Google, > > An

Re: distributing an API client

2011-01-31 Thread Edwin Kirby
Hi Eric, I hope it's ok to jump in on this thread. I have some related questions. I've been going over the TOC and being a software developer and not a Philadelphia lawyer I'm left with some unanswered questions. If I'm strictly a software developer (not an advertiser or agency) and wish to b

Sandbox: UNEXPECTED_INTERNAL_API_ERROR using LocationExtension

2011-01-31 Thread Kevin
I'm getting UNEXPECTED_INTERNAL_API_ERROR when adding LocationExtension to a campaign. Somehow it was successfully added to the campaign despite responding with this error message. This used to work few weeks ago. API Version: v201008 RequestID: b75df5e28642fa578be4b3b060e86758 Please help, Kevin

custom time range not saved in ReportDefinition

2011-01-31 Thread johannes.schab...@visual-meta.com
Hi! Since last Saturday 29th of January, we are experiencing trouble with setting the custom time ranges in our Reports. The problem is easily reproducable on our side using the Java Client Library: We assemble a new ReportDefinition and an according ReportDefinitionOperation (SET) to set the

Upcoming Sandbox DB Refresh: Tomorrow, Tuesday, February 1

2011-01-31 Thread AdWords API Advisor
Hi, The AdWords API Sandbox's database is scheduled to be refreshed tomorrow, Tuesday, February 1, during which all data stored in the sandbox will be cleared. We apologize for the late notice. AdWords API v13 users will have to recreate their client accounts by making a request to AccountServic

Re: RateExceededError question.

2011-01-31 Thread Rick
Hi Eric, thanks for the response. I'm using TargetingIdeaService in 2 ways, both of which don't seem to allow more than one request at a time. RelatedToUrlSearchParameter docs state For KEYWORD queries, only one URL may be submitted. and indeed it doesn't work if I try to provide more than 1 URL.

Getting global or local search volume of a keyword via API

2011-01-31 Thread Bikram Choudhury The SEO & PHP Developer
Hi, I am very new to Adwords API. My target is to "Get global or local search volume of a keyword via API". So my current project is: A textbox in a page, a submit button. In textbox you can type any keyword and then you will get results after submitting the button. Also I have in mind to use Y

Re: How do I get Sandbox to function?

2011-01-31 Thread tk
Please try making a call to CampaignService.get() first, as I think this is necessary to initialize your sandbox account. GetCampaignService('v201008'); $selector = new CampaignSelector(); $result = $campaignService->get($selector); ?> On Jan 10, 9:11 pm, Eric Haskins wrote: > When I make c