So I'm building an application which has a frontend in React and a backend in python (pyramid framework).
I recently integrated the google adwords api to query custom reports (doing this in python). I'm able to get a report from the api by making a query. However, the response comes either in xml or csv format. The api doesn't support json response at the moment. My question is: how can I get the data to json format and send it back to my frontend so I can display it in my webapp? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/bc41b8b2-2fc0-4b17-ae49-80dc48ecbb58%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
