I just figure out how to use the Adwords API to get download data from my Adwords account simply by using https://developers.google.com/adwords/api/docs/guides/reporting. The response has the comma sign as a separator between dimensions and metrics, which means the comma sigh will be a good delimiter to parse the response. One issue that i came across is that what if the the dimension itself has a comma within it, let's say the adgroup is "Bacon, Premium", if i use the comma as a delimiter, the adgroup will be parsed into two piece as well. Does anyone know how i can solve this problem? Thanks a lot.
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en