Re: ADD_OPERATION_NOT_PERMITTED error when adding a campaign after upgrade to v201306

2013-07-19 Thread Kevin Kuszyk
Thanks David, that was the problem. It seems when we updated the .net client lib to v16 there were some breaking changes and setting the ClientCustomerId in the AdWordsUser.Config dropped out during our refactor. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: v201306 Budget added through api not showing in AdWords site

2013-07-19 Thread Kevin Kuszyk
Thanks to David Torres for identifying in my other post we are not sending the clientCustomerId header. It dropped out of our code when refactoring after upgrading to v16 of the .net client lib. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

v201306 Budget added through api not showing in AdWords site

2013-07-17 Thread Kevin Kuszyk
Hi All, We are having some problems migrating to v201306 using the .net client lib. According to our api request and response xml we can create a budget, however I can't see it in the ad words UI. I think this is related to this issue

ADD_OPERATION_NOT_PERMITTED error when adding a campaign after upgrade to v201306

2013-07-15 Thread Kevin Kuszyk
Hi All, After upgrading to v201306 we are getting an OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED error when trying to add a new campaign. I don’t think it’s a permissions issue because we can create a budget. Any help would be appreciated. This is the sanitised xml request we are sendi

Re: Zero impression account performance report - is this possible?

2013-03-21 Thread Kevin Kuszyk
Hi David, This is the AWQL for the report I'm using: SELECT ExternalCustomerId, AccountDescriptiveName, AverageCpc, AverageCpm, > AveragePosition, Clicks, Conversions, Cost, Ctr, Impressions, > ViewThroughConversions > FROM ACCOUNT_PERFORMANCE_REPORT > DURING YESTERDAY Kevin. -- -- =~=~=~

Re: How Much Historical Data is Available Through the Reporting API?

2013-03-15 Thread Kevin Kuszyk
Thanks Ewan. Can anyone from Google confirm official limits? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Re: Zero impression account performance report - is this possible?

2013-03-14 Thread Kevin Kuszyk
Hi David, Is there an update on this? I just ran into it on v201302. Thanks, Kevin, On Tuesday, February 28, 2012 7:12:01 PM UTC, David Torres wrote: > > Hi Kevin, > > We are in discussions about this issue right now, I just don't have you a > timeline yet. > > Best, > > -David Torres - AdWord

How Much Historical Data is Available Through the Reporting API?

2013-03-14 Thread Kevin Kuszyk
I see from the AWQL guidethat the following options are available for pre-defined date ranges: TODAY | YESTERDAY | LAST_7_DAYS | THIS_WEEK_SUN_TODAY | THIS_WEEK_MON_TODAY > | LAST_WEEK | > LAST_14_DAYS | LAST_30_DAYS | LAST_BUSINESS_W

Re: Best practice for working with reports and stats on test accounts

2013-03-01 Thread Kevin Kuszyk
> Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, February 28, 2013 6:09:15 PM UTC+5:30, Kevin Kuszyk wrote: > > Hi Anash, > > > > This is the approach we are using on our dev machines. We also have a QA > > app which is connected to a te

Re: Best practice for working with reports and stats on test accounts

2013-02-28 Thread Kevin Kuszyk
purposes. You can download a report from the AdWords frontend in > the format you require and have the mock class return that file. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, February 27, 2013 4:17:17 PM UTC+5:30, Kevin Kuszyk wrote: >> >> T

Best practice for working with reports and stats on test accounts

2013-02-27 Thread Kevin Kuszyk
The API returns zero values for reports and stats on test accounts. Is there any best practice for building apps that use this data? Google - Can the test accounts be updated to return fake data (I believe the sandbox used to do this)? Thanks, Kevin. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=