Re: How get AD_PERFORMANCE_REPORT as array or json instead of downloading

2015-05-06 Thread Raghavendra Soudala (AdWords API Team)
Hi Vijayan If you do not pass a *file path*, then *DownloadReport* will return the contents of the response as a string. Check out the function description on github

How get AD_PERFORMANCE_REPORT as array or json instead of downloading

2015-05-06 Thread sijo vijayan
Hi, I am a newcomer in AdWords API , I need to take AD_PERFORMANCE_REPORT using Adwords API, Currently i am able to download the report using the following code, But i need to take the data as an array or any other format instead of downloading, I have attached the dashboard view also. Please