Re: Send report format .html

2014-09-30 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, Feel free to ask on this thread if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 29, 2014 4:38:59 PM UTC-4, Sage Lewis wrote: > > That's easy for you to say :) >>> >> > I'm still pretty new to parsing csv files. But I am getting closer. > > I

Re: Send report format .html

2014-09-29 Thread Sage Lewis
> > That's easy for you to say :) >> > I'm still pretty new to parsing csv files. But I am getting closer. I'll keep working on that. Thanks for your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

Re: Send report format .html

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, You can divide the value by 100 before printing the html. Also, php has pretty good support for parsing csv. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September 28, 2014 12:58:25 PM UTC-4, Sage Lewis wrote: > > I'm

Re: Send report format .html

2014-09-28 Thread Sage Lewis
I'm successfully creating a csv file for my report and displaying it in html format with this code: \n\n"; $f = fopen("report.csv", "r"); while (($line = fgetcsv($f)) !== false) { echo ""; foreach ($line as $cell) { echo "" . htmlspecialchars($cell) . ""; }

Re: Send report format .html

2014-09-17 Thread Ray Tsang (AdWords API Team)
Hi, You will need to download the report in a pre-defined format, and then reformat it as HTML, for example. Thanks, Ray On Wednesday, September 17, 2014 6:03:26 AM UTC-4, My Name wrote: > > Dear all, > > I'm looking API send AdWords reports in .html format. Is there any > available resource

Send report format .html

2014-09-17 Thread My Name
Dear all, I'm looking API send AdWords reports in .html format. Is there any available resource to help me with this? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl