Assume we have an MCC with 5 standard adwords accounts inside it. An application, using the Java client library, authenticates to access the MCC account and gets the required token for the MCC.
We now need to access the 5 accounts within the MCC, sometimes simultaneously. Can you please confirm the following: 1) Since the AdwordsSession object is associated with one account ID, I will need to create 5 AdwordsSession objects one for each account. All AdwordsSessions are created using the same token (obtained when authenticating for MCC). Is this correct? 2) Even though the AdwordsServies class can be used with multiple sessions, it is not thread safe as documented here: http://code.google.com/p/google-api-ads-java/wiki/MigrationGuide Since the 5 accounts might be accessed simultaneously, I should create 5 different AdwordsServices object, one for each account. Is this correct? Thanks for your help. Oliver -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
