Hi Vincent, Thank you for the response.
Another question, Upon executing the sample codes of reporting. It gives me 0 result though i have 2 sample campaigns but have no impressions and clicks because this is under by test client account. Do I have to create reporting table/charts in "Reports" of adwords web interface? Thanks, Ejay Note: I need impressions and clicks per campaign. On Wednesday, August 23, 2017 at 2:25:57 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Ejay, > > Aside from downloading the report file, you can also get the report data > as String object: > // $reportDownloadResult->saveToFile($filePath); > *print $reportDownloadResult->getAsString();* > > From the String object, you can then do a post-processing on your end to > transform the value of the String object into another object or array based > on your use-case. > > Thanks, > Vincent > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ad23e288-e68a-4b9c-a54b-4939b71b16f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
