Hi

I'm trying to set one of my accounts' effective conversion tracking id, and 
i am not able to do so.

I can set the auto-tagging flag, but changing the conversion id makes no 
difference.

void setConversionTrackingInfo(final Customer customer) {
showConversionTrackingInfo(customer, "before");
customer.setAutoTaggingEnabled(true);
final ConversionTrackingSettings settings = new 
ConversionTrackingSettings();
settings.setEffectiveConversionTrackingId(globalTrackingId);
settings.setUsesCrossAccountConversionTracking(true);
customer.setConversionTrackingSettings(settings);
try {
final Customer updated = accountCustomerService.mutate(customer);
showConversionTrackingInfo(updated, "updated");
} catch (RemoteException e) {
e.printStackTrace();
}
}
    

The show conversion tracker, and the UI show that only the auto tagging 
changed.

How do I modify the effective conversion tracking id? I tried using the 
account customer service for this account, and also for the MCC which owns 
this account. I got USER_PERMISSION_DENIED when I made the call from the 
MCC account.

Thanks,
Richard

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b13f9c10-3409-4afd-b66d-8a54ef0e811b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... richard . scorer
    • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to