Re: Download daily report using old api

2010-12-15 Thread cvijayarenu
please show how to do this with php _setSoapHeaders AdWords API Advisor wrote: > Hi, > > The v13 API doesn't use a RequestHeader element to wrap the header > values. Instead each header value is it's own SOAP header. > > > > ... > ... >

Re: Download daily report using old api

2010-12-14 Thread cvijayarenu
I am trying with this code. $options = array ('email' => $email, 'password' => $password, 'clientEmail' => $client_email, 'useragent' => $useragent, 'developerToken' => $developer_token, 'applicationToken' => $application_token ); $namespace = 'https://adwords.google.com/api/adwords/

Re: Download daily report using old api

2010-12-14 Thread cvijayarenu
Is there any example using php library? I know the php libraray does not support v13. so i wanted to know any example to use php for v13. I checked http://www.google.com/url?sa=D&q=http://groups.google.com/group/adwords-api/browse_thread/thread/3b45882b5bdae7ed/510d6af26a1035d6%23510d6af26a10

Download daily report using old api

2010-12-13 Thread cvijayarenu
Hello, I am trying to find an example to dowload daily reports using the old api ( v13). The example present was to create a report job which returns a job id and the use that job id to get the report. Isn't there a way to download the reports which are generated daily? We have created a re