Hello Yuri,
One thing that you should make sure of when calling getAccountInfo()
is that you are specifying the parent MCC's login for the "email"
header, and that you are not specifying any value for the
"clientEmail" header. This will ensure that you are making the call
from the context of the parent MCC account. Can you confirm that that
is what you are doing?
Cheers,
-Jeff Posnick, AdWords API Team
On Feb 25, 3:20 am, Yuri Ivanov <yura...@gmail.com> wrote:
Hello Everybody,
I need to get account information one of my client emails.
getClientAccounts returns address tobias.meissner
+voda...@relevanttraffic.com. But then when I am trying to call
getAccountInfo with this client email I have an exception -
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>Invalid client email specified.</faultstring>
- <detail>
- <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v10">
<ns1:code>9</ns1:code>
<ns1:message>Invalid client email specified.</ns1:message>
<ns1:trigger>tobias.meissner+voda...@relevanttraffic.com</
ns1:trigger>
</ns1:fault>
</detail>
</soapenv:Fault>
Is this is a bug or something ? How can i get account info?
Thanks,