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
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
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
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.''
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