Re: Negative values seen for average position

2012-03-08 Thread Kevin Winter
Hi, There was a known issue where stats collection/processing were not functioning properly for a few days. The negative numbers were the results of spam detection operations subtracting a click or impression, but there were zero impressions/clicks processed for that period. We believe we

Re: TargetingIdeaService UNEXPECTED_INTERNAL_API_ERRORs starting last night

2012-03-08 Thread Kevin Winter
Hi Steve, I believe this was related to the issue that caused stats to not be available for a few days. This issue should be resolved and you shouldn't be seeing this error any more. See here for more info: https://groups.google.com/d/msg/adwords-api/JlJyHN4sbmw/f7VZAKLTf9oJ I was able to

GeoTargetList v201109

2012-03-08 Thread Claudio Pomo
Hi, I've a problem with GeoTargetList in php api v201109!! With api v201101 I use this code to set province-target $on = array(); $i=0; foreach ($attivate as $pr){ $provincia = new ProvinceTarget(); $provincia-provinceCode = $pr; $provincia-excluded = false; $on[$i] = $provincia; $i++; } //

Re: TargetingIdeaService UNEXPECTED_INTERNAL_API_ERRORs starting last night

2012-03-08 Thread Steve B
I should have commented in here with a link to the bug report I later posted separately where a single keyword was the only thing failing: http://code.google.com/apis/adwords/community/?place=msg%2Fadwords-api%2FK-ZbGWQl3Zw%2FXLJ5vrte7dcJ Possibly that was due to your stats problem, although

Using Adwords and DoubleClick in a single project.

2012-03-08 Thread Vishal Goradia
Hello everyone, I am creating a reporting application which downloads reports from DoubleClick and Adwords. Earlier I had an issue with using both these into one project, because of some conflicting libraries and certain reportdefinition function. So, I was given a custom built for Adwords,

Re: Re-initializing a sandbox account

2012-03-08 Thread sl...@justanswer.com
Same here using .NET lib. Fresh Google account. Fresh sandbox. Ran GetCampaigns.cs Running GetAccountHierarch.cs gives MCC sandbox account id but the rest 5 client accounts have customerId = 0! Running the same against production works fine. More over. Running GetClientCustomerId.cs

Re: Sandbox Problem: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]]

2012-03-08 Thread Slivka
Why does GetAccountHierarchy return 0 for customerIds for all 5 sandbox accounts? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Exclusion Lists and IP Address Exclusions

2012-03-08 Thread Mike-Indiana
Are exclusion lists (keywords and placements) and IP exclusions on the campaign level supported by 2011V09? Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Creating Additional Sitelinks in Extention

2012-03-08 Thread Mike-Indiana
Perfect, thank you! On Thursday, March 1, 2012 12:45:12 AM UTC-5, Mike-Indiana wrote: Hi, is there documentation for creating multiple ads for a Sitelink Extension? Posting new ads to an existing extension doesn't work, nor creating them in an array. Thanks! --