Hi Matthew, As you are already doing, you will need to make sure that the parallelTrackingEnabled <https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService.Customer#paralleltrackingenabled> is set to null in the customer object to set the auto-tagging flag via CustomerService.mutate() <https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService#mutate> API call. The documentation means that you are only allowed to set the value of parallelTrackingEnabled <https://developers.google.com/adwords/api/docs/reference/v201802/CustomerService.Customer#paralleltrackingenabled> attribute in test accounts and not in production accounts. As you have observed, you will see this attribute being returned for both test and non test accounts. Let me know if you have any further questions.
Thanks, Milind, 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/8cdc357e-143e-4c92-b569-ebf10dc9d8cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
