AdWords API Re: Criterion Stats in PHP

2010-03-10 Thread daniel.pl...@gmail.com
The examples show the dateRange being used in this way. // For today's date. $selector-dateRange = new DateRange(date('Ymd'), date('Ymd')); Dan On Mar 9, 10:06 pm, Mike-Indiana michaelyanda+...@gmail.com wrote: Hi Eric, could you help me out with the dateRange for stats? This is still

AdWords API Re: BulkMutateJobService

2010-03-09 Thread daniel.pl...@gmail.com
environment this id can only be obtained by using the v13 AccountService.getAccountInfo() method. Best, - Eric Koleda, AdWords API Team On Mar 8, 10:05 am, daniel.pl...@gmail.com daniel.pl...@gmail.com wrote: After playing with the request, I've fixed an error, only to come up

AdWords API BulkMutateJobService

2010-03-08 Thread daniel.pl...@gmail.com
I'm confused about the BulkMutateJobService. EntityId.Type says you can specify CUSTOMER_ID. But what is valid value for CUSTOMER_ID? I'm trying to get this working in teh Sandbox, and as far as I can tell, there is no 000-0 ID for the accounts, and I've tried the email address

AdWords API Re: BulkMutateJobService

2010-03-08 Thread daniel.pl...@gmail.com
/errors /ApiExceptionFault /detail /soap:Fault /soap:Body /soap:Envelope On Mar 8, 12:37 pm, daniel.pl...@gmail.com daniel.pl...@gmail.com wrote: I'm confused about the BulkMutateJobService. EntityId.Type says you can specify CUSTOMER_ID. But what is valid value

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread daniel.pl...@gmail.com
that developers catch these types of exceptions and handle them appropriately, usually by pausing and re-trying the request. Best, - Eric On Oct 27, 11:03 am, daniel.pl...@gmail.com daniel.pl...@gmail.com wrote: cool, thanks. Is there a list some where the explains all the limits

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread daniel.pl...@gmail.com
I'm getting the same error on a campaign level. All my script does is grab a list of campaigns, and then deletes them. So far none of the campaigns have been delete (not sure if my code works). Then I started getting 'You have exceeded the quota in the following categories:QPS'. Dan On Oct

AdWords API Get Campaign excluding deleted ones

2009-10-27 Thread daniel.pl...@gmail.com
I've only just started looking into v200909 today, so I might not have found all the information. I have managed to bring back a list of all campaigns, including deleted ones. How do I bring back only active/paused campaigns? So far I have: // Get the CampaignService. $campaignService =

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread daniel.pl...@gmail.com
:06 am, daniel.pl...@gmail.com daniel.pl...@gmail.com wrote: I'm getting the same error on a campaign level. All my script does is grab a list of campaigns, and then deletes them. So far none of the campaigns have been delete (not sure if my code works). Then I started getting 'You have