Re: How to Get Google Ads Response in Array or Json

2019-12-20 Thread Ravi Chandran
Hi Sandeep, I got the response as you expected, - Use download type as XML - Use getStream() to get data - Use simplexml_load_string to load the content - Convert to json That's it. I hope it may help you. On Monday, June 3, 2019 at 12:24:06 PM UTC+5:30, Sandeep Yadav wrote: >

Re: How to Get Google Ads Response in Array or Json

2019-06-03 Thread Sandeep Yadav
Hi Peter, Thanks For your response. If JSON Format not support, then how to convert response in an array.Because I want to insert response into the database. Please Help to resolve this issue. Thanks Sandeep On Mon, Jun 3, 2019 at 1:08 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@g

RE: How to Get Google Ads Response in Array or Json

2019-06-03 Thread Google Ads API Forum Advisor Prod
Hi Sandeep, In the AdWords API reporting, I'm afraid the JSON output is currently not supported. You will need to download the report as is and convert it to a JSON format on your end post download. You may also want to check out the new Google Ads API as this already supports JSON format when