Re: Where do I get a report id from?

2012-08-03 Thread TheAinz
Thanks Dorian, That clears it up for me - I'm looking for the wrong thing. I took the instructions to mean that I had to create the report first (in the web interface) then just use the API to download it using the id. I'll check the docs again and read up on the ad hoc service you mention. Thank

Re: AdGroupAdService Really Slow to get get 10 ads

2012-08-03 Thread Brandon Parise
Is there anyway to batch ::get() requests like BulkMutateJob? B On Friday, August 3, 2012 8:31:05 AM UTC-4, Danial Klimkin wrote: > > Hello Brandon, > > > The reply time depends on many parameters including current system load. > Please consider joining your requests into batches or use reportin

Re: AccountService is only available on a whitelist basis

2012-08-03 Thread Danial Klimkin
Hello Alok, The budget start date can not be changed once it has started. The end date should be available to set. -Danial, AdWords API Team. On Friday, August 3, 2012 10:01:46 AM UTC+4, alok wrote: > > Hello Danial, > > I was able to get and mutate (add budget) to the accounts using > Budg

Re: AccountService is only available on a whitelist basis

2012-08-03 Thread AdWordsAPIAdvisor
Hello veseo, The v13 AccountService (and v13 in general) will be completely disabled on the sunset date. -Danial, AdWords API Team. Original Message Follows: From: veseo Subject: Re: AccountService is only available on a whitelist basis Date: Thu, 2 Aug 2012 03:33:05

Re: Sandbox reports timing out

2012-08-03 Thread Danial Klimkin
Hello Ian, We do not support AdHoc reporting in the Sandbox. There is no data on sandbox to return. Also, as AdHoc reports are free it is possible to test on production instead. -Danial, AdWords API Team. On Tuesday, July 31, 2012 11:47:01 PM UTC+4, Ian wrote: > > Is the sandbox adhoc repor

Re: AdGroupAdService Really Slow to get get 10 ads

2012-08-03 Thread Danial Klimkin
Hello Brandon, The reply time depends on many parameters including current system load. Please consider joining your requests into batches or use reporting if you need to query large number of AdGroups for Ads. -Danial, AdWords API Team. On Wednesday, August 1, 2012 12:04:36 AM UTC+4, Brand

Re: Bulk Downloading Definitions

2012-08-03 Thread Danial Klimkin
Hello Brandon, ReportDefinitionService is currently deprecated and replaced by AdHoc report. It is the fastest way to get information about large number of the API objects. See this guide for more details: https://developers.google.com/adwords/api/docs/guides/reporting For reports and fiel

Re: is the google adwords api open to write permissions for third party usage?

2012-08-03 Thread Danial Klimkin
Hello Ali, The API does not have any additional permission settings other than AdWords user setting. If a user has write access to an account, he can use the API to access it with write permissions. -Danial, AdWords API Team. On Wednesday, August 1, 2012 1:18:44 AM UTC+4, Ali wrote: > > > i

Re: Adwords Dashboard Down?

2012-08-03 Thread Danial Klimkin
Hello, This forum is for technical questions specific to the AdWords API only. For general AdWords question please contact AdWords support team: http://support.google.com/adwords/ -Danial, AdWords API Team. On Wednesday, August 1, 2012 2:12:58 AM

Re: duplicate keywords

2012-08-03 Thread Danial Klimkin
Hello supraja, The keyword is only deleted if it has no events associated with it, otherwise it will still be present in the system as deleted criteria. Only active keywords are considered for delivery. For more details on keywords behavior I suggest to check with the general AdWords support

Waiting for your developer tokens to be reviewed? Read this first!

2012-08-03 Thread Anash P. Oommen
*If you are a developer who has applied for an AdWords API developer token and have been waiting longer than expected for approval, there are a few things that you can do to help speed up the review process. - Due to an influx of applications, the review process for the AdWords API is cu

Re: @kevin >> sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros).

2012-08-03 Thread Elisaveta Manusheva
On Wednesday, July 25, 2012 11:56:51 PM UTC+3, Sander wrote: > > Hello Kevin, > > I took my problem out of the running topic on > https://groups.google.com/forum/?fromgroups#!topic/adwords-api/RuzzccFvpE8 to > avoid confusion and because that discussion is flagged as answered. > > > I just made

Re: Where do I get a report id from?

2012-08-03 Thread Dorian Kind
Hi, it's only possible to download reports created (previously, as it's read-only now) via the API; so even if you found the report definition ID in the web interface, you wouldn't be able to download it. The solution is really just to use the Ad Hoc reporting service, I can't think of any fun

What is the API method to fetch automated rules? Also is there a way to find out details of a adgroup or a campaign?

2012-08-03 Thread Saikat Sinha
Please help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 G

CustomerSyncService Bug? CustomerSyncService not returning changed criteria when AdGroupCriteron are added to two or more adgroups in one operation

2012-08-03 Thread Akil Burgess
Hi All, I am seeing an issue where the CustomerSyncService is not showing the correct change data when I follow these steps: 1. I perform an AdGroupCriterionService.mutate operation that adds a keyword to two different adgroups (* requestId 0004c65980b97b580aeddd445bee*) 2. Perf