Hi Thanks for the response.
Is there any guarantees the API can make about the order of the entries in the response? For example if the request was sent something like: operations = [adgroup_1, adgroup_2, adgroup_3] response = client.mutate(operations) print response['entries'] # >> [adgroup_1, adgroup_2, adgroup_3] where the order is guaranteed? Thanks David On Thursday, June 16, 2016 at 11:11:07 PM UTC+1, Shwetha Vastrad (AdWords API Team) wrote: > > Hi David, > > To clarify, you want to be able to use your custom ID for AdGroupId(Google > AdWords) so that you can use this field to query for the AdGroup in your > Web app? I'm afraid the ID of the AdGroup cannot be set. It is a read-only > field. You could consider using AdGroupLabels > <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.AdGroupLabel> > which > can be set using a AdGroupService.mutateLabel > <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService#mutatelabel> > operation. > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7a78ee06-2c55-4f9b-b90c-799955e72b7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
