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

2012-08-21 Thread Kevin Winter
Hi, This forum supports the AdWords API. You appear to have a App Script that works with spreadsheets. Google Apps Scripts list their support options here . If you are using AdWords Scripts, you can post questions related to that product h

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

2012-08-09 Thread dnrg26
hi will you please advise me where i got the mistake my problem is //Error : The coordinates or dimensions of the range are invalid. (line 6)Dismiss// function Archivetimesheet(){ var ss=SpreadsheetApp.openById("0AhioeCK_-aU4dGVWSDVlNXRxdzNseGJRNW"); //From Current Workbook var sheet

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

2012-08-08 Thread David Torres
Hi Akil, How far apart are your calls to mutate and then get the changes? Might best guess is that sandbox (given it a has a limited set of resources compared to production) is not updating the changes feed fast enough. Best, -David On Wednesday, August 8, 2012 12:29:49 PM UTC-4, Akil Burgess

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

2012-08-08 Thread Akil Burgess
Hi David, I just tried this in production and I was not able to reproduce the issue. Thanks, Akil On Tuesday, August 7, 2012 6:12:06 PM UTC+1, David Torres wrote: > > Hi Akil, > > Is this also reproduceable in production? > > Best, > > -David Torres - AdWords API Team > > On Friday, August 3, 2

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

2012-08-07 Thread David Torres
Hi Akil, Is this also reproduceable in production? Best, -David Torres - AdWords API Team On Friday, August 3, 2012 6:25:23 AM UTC-4, Akil Burgess wrote: > > Hi All, > > I am seeing an issue where the CustomerSyncService is not showing the > correct change data when I follow these steps: > >

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