Hi guys, We're noticing some odd behavior fetching data from the AdWords Reporting API.
When fetching data, the "Total" text returned seems to be overwriting the actual total of the first requested field. So take for example the following query: SELECT VideoQuartile100Rate FROM VIDEO_PERFORMANCE_REPORT WHERE Impressions > 0 DURING 20140101,20171231 When requesting that, the following data is returned: Video played to 100% 24.28% 20.55% Total And when fetching two fields: SELECT VideoQuartile100Rate,VideoQuartile25Rate FROM VIDEO_PERFORMANCE_REPORT WHERE Impressions > 0 DURING 20140101,20171231 We get the following: Video played to 100%,Video played to 25% 24.28%,40.16% 20.55%,37.97% Total,38.42% After checking the interface, we confirmed the total returned is the total for Video played to 25%: <https://lh3.googleusercontent.com/-1oaRDlEt0m8/WqqYW0PMMQI/AAAAAAAAASc/dqwnxbyoeMw8vcc_eYBmcfz7hi9yFJ_ZwCLcBGAs/s1600/Screen%2BShot%2B2018-03-15%2Bat%2B16.59.46.png> So this indicates the "Total" text is actually overwriting the total for Video played to 100%. Just wondering if this is known and by design or a bug in the API. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/e372268f-a6e6-4f7b-8347-b4f4b86db1d4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
