Re: Retrieving id’s of Ad Groups upon committing

2013-04-24 Thread Anash P. Oommen (AdWords API Team)
Hi Rasmus, You could check if the response is signed as "AdWords API Advisor" to know if it is an official response. Cheers, Anash On Monday, April 15, 2013 3:17:42 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > HI Rasmus, > > You get the objects in the same order as you passed the

Re: Retrieving id’s of Ad Groups upon committing

2013-04-19 Thread Rasmus Ladekjær Pedersen
Thank you Mr. Oommen. I have been using it, but it is nice to hear from an authority that it works. I wish you a nice weekend. Rasmus Ladekjær Pedersen On Monday, April 15, 2013 11:47:42 AM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > HI Rasmus, > > You get the objects in the same o

Re: Retrieving id’s of Ad Groups upon committing

2013-04-15 Thread Anash P. Oommen (AdWords API Team)
HI Rasmus, You get the objects in the same order as you passed them to the server for mutate call. So your approach works fine. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, April 12, 2013 2:50:34 PM UTC+5:30, Rasmus Ladekjær Pedersen wrote: > > Hi there. > > I was wandering how you

Retrieving id’s of Ad Groups upon committing

2013-04-12 Thread Rasmus Ladekjær Pedersen
Hi there. I was wandering how you upon creation of Ad Group match the AdGroup elements from the return value to the AdGroup elements already in memory. I need the id’s to properly commit Ads and Keywords. Right now I am working under the assumption that the return values come in the same orde