hi, 
I want to download all accounts' report data in one time, So, I'm trying to 
using MCC account to definition report by 'PrimaryUserLogin' in email 
arrays, but that return exception 
'AuthorizationError.USER_PERMISSION_DENIED'
the steps are below:
1,set MCC account ID, and get AdWordsUser.
2,get ReportDefinitionServiceInterface
3,set Predicate, 
        predicate.setField("PrimaryUserLogin");
        predicate.setOperator(PredicateOperator.IN);
        predicate.setValues(emails);
4,set report fields
5,set others parameters, and revoke reportDefinitionService.mutate()
6, return exception 'AuthorizationError.USER_PERMISSION_DENIED'

How do I can through it and get multiple accounts report data.

I also trying to using the code 'AddMccReportDefinition.java' in URL 
'http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/AddMccReportDefinition.java',
 
but I don't have package 'com.google.api.adwords.lib.utils.v201101'.
please tell me how can I get it.

thanks a lots.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to