Shwetha, I did as you suggested. It did not produce an error but it does not update the correct client account. I need to be able to set autoTaggingEnabled for a certain client account. How would I do that?
Thanks KDJ On Wednesday, May 24, 2017 at 12:34:54 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi KDJ, > > The getCustomers() method takes no arguments and returns a list of > Customer objects. This is probably why you encounter the "Arithmetic > operation resulted in an overflow" error. Could you change that line of > code to the one below and let me know if it works? > > Dim Customer As Customer = CustomerService.getCustomers()(0) > > 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/584b4f99-33fd-4242-954a-00872f1b133c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
