I have a master account which is linked to hundred of accounts. I'm trying to access the various accounts using the master account credentials.
This used to work AdwordsUser adwordsUser = new AdWordsUser(masterAccountEmail, masterAccountPassword, accountId, userAgent, developerToken); CampaignServiceInterface campaignService = adwordsUser.getService(AdWordsService.V201109.CAMPAIGN_SERVICE); I would simply iterate across the accountId values to access all the accounts. Now I'm getting an error about V201109 not supporting the clientEmailAddress property in the soap headers. Setting masterAccountEmail = null made that error go away but now I'm getting the exception "Arguments to addParameter(String, String) cannot be null". Looking at the code in the AdWordsVersion $AdWordsVersionV201109 class which is throwing the exception it is not obvious what should be done. I don't see any examples that demonstrate how to use master accounts to access the linked accounts. If someone can just point me to some sample code I'd be eternally grateful -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
