Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread j.e.frank
You can use the client ID in v13's AcountService, and still make the call to getAccountInfo. You have to make sure the "clientId" header is set, instead of the "clientEmail" header. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread GemBox Software
Hi, I forgot that cross client reporting is not yet enabled in v201101 so my solution wouldn't work for you because you don't have any way to identify your client account (client email is missing and client id is unknown). On Tue, May 17, 2011 at 10:57 AM, GemBox Software wrote: > Hi, > > it loo

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-17 Thread GemBox Software
Hi, it looks to me that only workaround is to use ReportDefinitionService and download Account Performance Reportthat includes currency code and customer id. On Mon, May 16, 2011 at 1:46 PM, Marcin Czepinski < marcin.czepin..

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-16 Thread Marcin Czepinski
Hi It seems to me that I have a similar problem. I managed to use customerId instead of clientEmail and it works in v201101. Unfortunately I'm not sure if it works with v13 - I still use Account service from there to obtain info on currency of an account. 1. I tried to switch to ServicedAccountSe

Re: How do we access MCC accounts that are not assigned a clientEmail

2011-05-14 Thread Evgeniy Bogdanov
Hi Peter. I didn't meet with such problem but as an idea: All clients have also Client ID field. Adwords API can accept this ID instead of client e-mail. So you need way to get this IDs for such accounts. Take a look on this methods: http://code.google.com/intl/en-EN/apis/adwords/docs/reference

How do we access MCC accounts that are not assigned a clientEmail

2011-05-13 Thread Peter
Hey AdWords Team, Recently Google AdWords has started allowing users to "Create account" from within AdWords in such a way that they are not assigned a clientEmail. This is very troublesome because presently we use the following method to retrieve data from MCC accounts for users. 1) Issue a call