Using the API to enable auto tagging, I am informed that I cannot set 
Parallel Tracking.

final CustomerServiceInterface accountCustomerService = 
adWordsServices.get(adWordsSession, CustomerServiceInterface.class);
final Customer[] customers = accountCustomerService.getCustomers();
final Customer customer = customers[0];
if (!customer.getAutoTaggingEnabled()) {
customer.setAutoTaggingEnabled(true);
customer.setParallelTrackingEnabled(false); // or true, or don't set it. 
same error all 3 variations...
try {
final Customer updated = accountCustomerService.mutate(customer);
} catch (RemoteException e) {
log.error("Error changing account " + account.getName());
failed.incrementAndGet();
System.exit(0);
}
}




Request ID: 00057b05e614d8610a1b0a066107798b ResponseTime(ms): 130 
OperationsCount: 1 IsFault: true FaultMessage: 
ApiException{applicationExceptionType=ApiException, 
errors=[OperationAccessDenied{apiErrorType=OperationAccessDenied, 
errorString=OperationAccessDenied.ACTION_NOT_PERMITTED, 
fieldPath=customer.parallelTrackingEnabled, 
fieldPathElements=[FieldPathElement{field=customer}, 
FieldPathElement{field=parallelTrackingEnabled}], 
reason=ACTION_NOT_PERMITTED, trigger=}]}

So to try and work around this error, I tried setting parallelTracking to 
false in one run, and true in another and got the same error.

Any suggestions?


Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/3997609f-a210-4743-b4ef-045cf5d7431d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... richard . scorer
    • ... 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... richard . scorer

Reply via email to