How do I set autoTaggingEnabled to true for a certain customer Id?

I've tried the following but I receive and error.

        Dim CustomerService As CustomerService = 
CType(User.GetService(AdWordsService.v201702.CustomerService), 
CustomerService)

        Dim Customer As Customer = New Customer()
        Customer = CustomerService.getCustomers(ClientCustomerId) <-- This 
produces the error "Arithmetic operation resulted in an overflow."
        Customer.autoTaggingEnabled = True

        Dim response As Customer = CustomerService.mutate(Customer)

It would be helpful if you can provide me with a code example.

Thank you 

KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/0a09a67e-65b0-43ed-8601-184ac32da831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Setting autoTag... rentcafedev1

Reply via email to