Re: Getting Reports using v13.

2011-01-28 Thread adword user
Looks like it , But i am calling the client with the id. $reportUrl = $client->getGzipReportDownloadUrl($job->id); I will try to reformate the request and check if i am missing something. On Jan 28, 1:42 pm, AdWords API Advisor wrote: > Hi, > > It looks like the request XML doesn't contain t

Re: Getting Reports using v13.

2011-01-28 Thread AdWords API Advisor
Hi, It looks like the request XML doesn't contain the reportJobId to get the URL of. Can you ensure that you are passing in this value correctly? Best, - Eric On Jan 28, 3:16 pm, adword user wrote: > I have made the necessasary changes and here is the updated code. > >    $soapHeaders = ''.$em

Re: Getting Reports using v13.

2011-01-28 Thread adword user
I have made the necessasary changes and here is the updated code. $soapHeaders = ''.$email.'' .''.$password.'' //.''.$client_email.'' .''.$useragent.'' .''.$developer_token.'' .''.$application_token.''; $xmlvar = new SoapVar($soapHeaders, XSD_ANYXML ); $namespace = 'htt

Re: Getting Reports using v13.

2011-01-14 Thread AdWords API Advisor
Hi, The namespace should be "https://adwords.google.com/api/adwords/v13";, even when the request is made to the sandbox endpoint. Best, - Eric Koleda, AdWords API Team On Jan 12, 4:59 pm, adword user wrote: > Hello, >  I am trying to get reports using v13 api. > >    $soapHeaders = ''.$email.''

Getting Reports using v13.

2011-01-12 Thread adword user
Hello, I am trying to get reports using v13 api. $soapHeaders = ''.$email.'' .''.$password.'' .''.$useragent.'' .''.$developer_token.'' .''.$application_token.''; $xmlvar = new SoapVar($soapHeaders, XSD_ANYXML ); $namespace = 'https://sandbox.google.com/api/adwords/v13