I have the same exact Problem, I think, How did this resolve?
I have a server running a job that pulls data from Google Adword API(I am 
not using OAUTH2), the SOAP request are working fine. I'm using the same 
structure as Matthew when posting the request 
to https://adwords.google.com/api/adwords/reportdownload/v201309, but it 
resolves in the same error.
<reportDownloadError>
   <ApiError>
      <type>ReportDownloadError.INVALID_PARAMETER</type>
      <trigger>Missing client information</trigger>
      <fieldPath/>
   </ApiError>
</reportDownloadError>

What am I missing?


Thanks,
MrHuluBanulu From Jupiter

On Monday, July 8, 2013 9:47:23 PM UTC+3, Matthew Ledom wrote:
>
> I'm trying to download the CRITERIA_PERFORMANCE_REPORT for all the fields 
> that are allowed. I keep receiving the following error:
>
> <reportDownloadError><ApiError><type>ReportDownloadError.INVALID_PARAMETER</type><trigger>Missing
>  
> client 
> information</trigger><fieldPath></fieldPath></ApiError></reportDownloadError>
>
> I'm currently setting the clientCustomerId header value and auth params 
> like so:
>
> {"Content-Type"=>"application/x-www-form-urlencoded",
>  "Authorization"=>
>   "GoogleLogin auth=auth token",
>  "User-Agent"=>
>   "test_client (AwApi-Ruby/0.9.1, Common-Ruby/0.9.2, Savon/1.2.0, 
> ruby/1.9.3, HTTPI/1.1.1, curb)",
>  "clientCustomerId"=>"xxx-xxx-xxxx",
>  "developerToken"=>"my_dev_token"}
>
> Is there something I'm missing with regards to the client information. I 
> tried adding the client customer id as a predicate for filtering but that 
> didnt work either. I was trying to follow the examples at 
> https://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201302/reporting/download_criteria_report.rbbut
>  I'm not having an luck due to this "Missing Client Information" problem.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to