Hello, we're migrating to the new Google Ads API. In the old version what we do is running lot of AWQL queries and storing those into AVRO file for big data analysis (AVRO is similar format to CSV or JSON). Basically we would parse the received XML report and transform it into AVRO.
*Problem:* With the new API, all data from the *GoogleAdsService* is received *not *as XML, but as DTO/parsed objects. Basically I didn't find any way how to save received data dynamically into CSV/XML/JSON/AVRO. *Question:* Can you help me how to get to a level higher data (I guess data are sent as JSON?) so I can process the data the way we need, prepare it for big data analysis, store it on a disk and all those use-cases that were possible in the old Google AdWords API? We use .NET library. Thank you in advance. Best, Ales -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/24a36d27-5471-4e3b-a976-fc0784117847n%40googlegroups.com.
