When you request a report, you'll reserve a response object with a few members, among that "Results" which is a list of returned GoogleAdsRows. Among the other members you will find "FieldMask" which contains a list of names of the requested fields.
With the FieldMask list, you can determine which fields you should include in that report you want to make. On Wednesday, April 13, 2022 at 9:23:17 AM UTC+2 axtens wrote: > Having built up a list of GoogleAdsRow into > ``` > var result = new List<GoogleAdsRow>(); > ``` > how can I now get a list of all the fields in each row so as to build up > TSV report, with headings at the top and the columnar data below. > > -- Bruce > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a9de3dba-02fe-4d24-a67b-3a13439f8dcen%40googlegroups.com.