AdGroupAdService returning empty list

2014-04-10 Thread mcc
I am making API calls to AdGroupAdService and it's returning an empty list every time. This API call was working fine yesterday, and today it has stopped working. I am unable to get the AdGroupAdService to return any pages, as you can see in the XML response below. Any ideas? One thought is

Re: AdGroupAdService returning empty list

2014-04-10 Thread Danial Klimkin
Hello, You are missing the clientCustomerId field in the SOAP header. It is likely you are hitting your MCC account in this case, which can have no Ads. -Danial, AdWords API Team. On Thursday, April 10, 2014 2:28:18 AM UTC+4, m...@pelagodesign.com wrote: I am making API calls to

Re: AdGroupAdService returning empty list

2014-04-10 Thread mcc
That was it. The request was missing the clientCustomerId. Added that to the SOAP request and it is working now. On Wednesday, April 9, 2014 3:28:18 PM UTC-7, m...@pelagodesign.com wrote: I am making API calls to AdGroupAdService and it's returning an empty list every time. This API call