Hi, You can refer to this example <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201609/Reporting/StreamCriteriaReportResults.cs> in C# to stream the results of Criteria Performance Report. You can, similarly, use this syntax to generate performance stats for Keywords (Keywords Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report>), Ad Groups (Adgroup Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report>) and Ads (Ad Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report>). The streamed output can then be converted into an object at run-time using a separate class in your project with getters/setters defined.
Hope this helps. Please revert if you have additional questions. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/4025204f-11b8-4558-a512-919fddbfdac8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
