Re: How to get keywords quality info

2012-02-27 Thread David Bonner
Did you remember to include QualityScore in the list of fields you requested? http://code.google.com/apis/adwords/docs/appendix/selectorfields.html#v201109-AdGroupCriterionService On Monday, 27 February 2012 04:17:08 UTC-5, Hudarsono Hu wrote: > > Hi All, > > Note : This is in Sandbox mode. > >

duplicate locations being returned from CampaignCriterionService.get?

2012-02-28 Thread David Bonner
I'm seeing some weird behavior, hoping someone else has seen it as well. I'm querying for campaign criteria, with a list of campaign ids as the only predicate. I've got paging turned on, with a page size of 5000. The first response gives me 71 criteria, and says there are a total of 79. I p

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread David Bonner
Thanks for the response, Kevin. I'd like to avoid special-casing my paging logic for this particular service, if i can...is that logic safe to use elsewhere? I'd been a bit more paranoid, and only been incrementing by the length of returned data. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: duplicate locations being returned from CampaignCriterionService.get?

2012-03-05 Thread David Bonner
rowse/trunk/examples/adspygoogle/adwords/v201109/targeting/get_campaign_targeting_criteria.py#75 > > - Kevin Winter > AdWords API Team > > On Monday, March 5, 2012 11:21:06 AM UTC-5, David Bonner wrote: >> >> Thanks for the response, Kevin. >> >> I'd

Re: Negative values seen for average position

2012-03-22 Thread David Bonner
We're seeing this again this morning, in impressions on geo performance reports. Anyone else seeing it? On Thursday, 8 March 2012 10:17:27 UTC-5, Kevin Winter wrote: > > Hi, > There was a known issue where stats collection/processing were not > functioning properly for a few days. The negati

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread David Bonner
You don't need to store and manage report definitions any more in v201109. You just send the report definition you want as part of the report download call. On Thursday, 22 March 2012 12:04:53 UTC-4, Jonathan wrote: > > > Hi, > > I'm trying to migrate from the PHP API v201101 to v201109 and I

Re: API access stopped

2012-03-26 Thread David Bonner
Just a guess, but is it possible your tool wasn't updated to use the most recent version of the adwords API? All previous versions were sunset at the end of February. See, for example: http://googleadsdeveloper.blogspot.com/2012/01/prepare-for-sunset-with-adwords-api.html On Monday, 26 March

Re: Negative values seen for average position

2012-03-26 Thread David Bonner
Could you please provide some more details > regarding exactly what account and what ReportDefinition XML you are using? > I'd like to try to reproduce if this is still an issue for you. > > - Kevin Winter > AdWords API Team > > On Thursday, March 22, 2012 10:32:55 AM UT

v201209 released?

2012-10-04 Thread David Bonner
Hi all, I'm in the process of upgrading our code from v201109 in advance of the sunset date, and I noticed that there's mention of a v201209on the release notes page. However, I haven't seen anything on the blog, and the most

Do deleted campaigns count towards the budget refcount?

2012-10-18 Thread David Bonner
Hi all, I'm in the middle of migrating from 201109 to 201209, and trying to update my unit tests. After deleting any campaigns I've created, I try to delete the budgets I created for them. As soon as I do that, I'm getting a BudgetError.BUDGET_IN_USE error. Has anyone else seen this? Do I n

Re: How do I set individual campaign budget in v201209?

2012-10-18 Thread David Bonner
I believe you need to create the budget object first, using the BudgetService, then associate that budgetId with the campaign. On Thursday, 18 October 2012 12:20:23 UTC-4, Goran Jovic wrote: > > How do I set *individual* (not shared) campaign budget in v201209? > > This was possible in v201206, b

Re: Do deleted campaigns count towards the budget refcount?

2012-10-23 Thread David Bonner
. > > On Thursday, October 18, 2012 406:32 PM UTC-4, David Bonner wrote: >> >> Hi all, >> >> I'm in the middle of migrating from 201109 to 201209, and trying to >> update my unit tests. After deleting any campaigns I've created, I try to >> dele

How do you send a None (ie. a nil) from the python client library?

2012-10-23 Thread David Bonner
Hi all, I'm trying, but unable, to get the client library to actually set "xsi:nil=true" on an attribute. This is related to the problem I'm having in https://groups.google.com/forum/#!topic/adwords-api/TB8YPC3dU_8 ... I'm trying to dissociate a campaign from a budget before I delete the campa

Re: How do you send a None (ie. a nil) from the python client library?

2012-10-26 Thread David Bonner
Anyone? On Tuesday, 23 October 2012 12:50:01 UTC-4, David Bonner wrote: > > Hi all, > > I'm trying, but unable, to get the client library to actually set > "xsi:nil=true" on an attribute. This is related to the problem I'm having > in https://group

Re: How do you send a None (ie. a nil) from the python client library?

2012-10-29 Thread David Bonner
ID or anything. if you really want to remove your budgets when > you are done I would recommend creating a budget with no money (or whatever > the minimum is), and then using it as a "parking lot" for campaigns tied to > budgets you want to delete. > > On Friday, Oct

Re: BudgetService returning InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the SANDBOX

2012-11-26 Thread David Bonner
FWIW, I'm seeing the same issue. Don't have time to migrate my testing rig to use a test account, but it looks like I don't really have a choice any more. On Monday, 26 November 2012 01:42:43 UTC-5, Patrick Ma wrote: > > Note: I masked my credentials from the request recording. > > For some rea

reporting returning ERROR_GETTING_RESPONSE_FROM_BACKEND errors?

2012-11-27 Thread David Bonner
Hi all, Has anyone else been seeing these? AdWordsReportError: HTTP code: 500, type: > 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND', trigger: 'Unable > to read report data', field path: '' We're getting this when pulling both AD_PERFORMANCE_REPORT with a predicate listing 10

Re: reporting returning ERROR_GETTING_RESPONSE_FROM_BACKEND errors?

2012-11-30 Thread David Bonner
est and response to > anash.p...@google.com . I'll investigate this further. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, 27 November 2012 22:21:46 UTC+5:30, David Bonner wrote: >> >> Hi all, >> >> >>

Re: SSL connections hanging

2013-03-15 Thread David Bonner
In Cambridge, we use Comcast, and yeah, we started seeing the same issue a while ago. Simply making ssl connections to www.google.com on https port in a loop will reproduce the issue pretty reliably. On Friday, 1 March 2013 17:29:35 UTC-5, lg...@wordstream.com wrote: > > Hi Chris, > > Funny eno

should ADGROUP_PERFORMANCE_REPORT return all bid types set on an ad group?

2013-07-26 Thread David Bonner
Hi all, We've traditionally used the ADGROUP_PERFORMANCE_REPORT as a structure report to fetch details about ad groups, including the current bids set. It seems like with v201302, the report only returns a value for the currently active bidding strategy...ie. if set to MANUAL_CPC, we don't get

Re: internalapierror.unexpected_internal_api_error in PerformBulkMutateJob

2011-11-23 Thread David Bonner
I've also been getting these, coming from the ServicedAccountService, since some time yesterday afternoon (EDT). Anyone else seeing this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

Re: getting consistent 500s thru the Adwords API. why?

2011-11-23 Thread David Bonner
I'm getting internal server errors from the v201008 ServicedAccountService. Started yesterday afternoon EDT, and it doesn't seem to have been fixed. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

Re: how can I get MCC account info after I calling CampaignService.get mentioned in "Using the Sandbox"

2012-01-13 Thread David Bonner
Not sure about Jack, but for me, it'd be helpful to have the MCC account's customerId. That way I wouldn't need to special case my client creation, and not include customerClientId in the headers when using the sandbox MCC account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: validateOnly seemingly has no effect

2012-01-17 Thread David Bonner
Yeah, we do the same approach pretty much everywhere, and after switching to 15.x, campaign creation fails with a name collision, presumably because validateOnly is being ignored. Thanks for isolating this and posting it to the issue tracker, I see they've already at least accepted the bug. --

Re: validateOnly seemingly has no effect

2012-01-17 Thread David Bonner
It's on the client api site. http://code.google.com/p/google-api-ads-python/issues/list -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: best method for getting customerId in v201109?

2012-01-17 Thread David Bonner
It's a known bug in the sandbox server, it always returns a customerId of 0 for the mcc account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~

Has anyone successfully run the python api client library tests?

2012-01-18 Thread David Bonner
I'm trying to set up some automated testing for when we have to make changes to the client library, and the obvious first step seemed to be simply running the tests that come bundled with the library. However, trying to run tests/adspygoogle/adwords/alltests.py throws a validation error on see

some US city CriteriaIds aren't accepted as campaign critera?

2012-01-25 Thread David Bonner
As part of transitioning to v201109, I've written a small wrapper that pulls the criteria csvs from the api docs page, and looks up criteria ids. While testing that wrapper, I discovered there are cities listed (at http://code.google.com/apis/adwords/docs/appendix/cities_us.csv) that are refus

Re: some US city CriteriaIds aren't accepted as campaign critera?

2012-01-26 Thread David Bonner
Also, is there a specific reason why the countrycodes.csv uses 'CriteriaID' for the column name, but the others I've tested so far use 'CriteriaId'? Any chance we could get them all normalized? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Re: some US city CriteriaIds aren't accepted as campaign critera?

2012-01-30 Thread David Bonner
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

Re: MetroTarget

2012-02-15 Thread David Bonner
You need to use the ID. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscrib

Re: ValidationError: Field 'text' is not in type 'Criterion'.

2012-02-16 Thread David Bonner
You need to specify types (using xsi_type) for all the objects represented in that dict struct. You have: [{'operand': {'adGroupId': u'5480244943', 'criterion': {'matchType': 'PHRASE', 'text': u'1391besaa22aqb', 'type': 'Keywor

Re: Is the v13.AccountInterface being sunsetted?

2012-02-16 Thread David Bonner
Yup, end of the month, per the many blog and forum posts. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

Any word on adding approvalStatus to keyword and managed placements performance reports?

2012-02-21 Thread David Bonner
A search of this forum shows requests for it to be added, going back as far as 2009, with responses along the lines of it'll be passed along to the core engineering team, or it might take a while. Just wondering if there's been any movement to get it included. Thanks. -- =~=~=~=~=~=~=~=~=~=~

Re: About developer Token

2012-02-21 Thread David Bonner
You don't need a developer token to use sandbox. See http://code.google.com/apis/adwords/docs/sandbox.html for more details. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a