Hi, The only way to retrieve performance metrics via AdWords API is to download a report <https://developers.google.com/adwords/api/docs/guides/reporting>. As shown in the example <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-dotnet-lib%2Fblob%2Fmaster%2Fexamples%2FAdWords%2FCSharp%2Fv201609%2FReporting%2FStreamCriteriaReportResults.cs&sa=D&sntz=1&usg=AFQjCNGGMUY5_raRY3wR4U1676vYJKjRaQ> shared in my previous response, you can retrieve required fields (essentially by downloading a report and reading it as a stream) and use those fields to construct your object. Unfortunately, you cannot retrieve performance metrics related data directly as an object via the API.
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/d42d3641-2710-478d-84ce-0a566ea446a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
