Hi, Our customer uses automated report fetching similar to following:
curl --http1.1 \ --header "Authorization : Bearer {AuthorizationToken}" \ --header "developerToken : {DeveloperToken}" \ --header "includeZeroImpressions: false" \ --header "clientCustomerId : {CustomerId}" \ --data "__rdquery=SELECT AdNetworkType1, AdNetworkType2, BaseCampaignId, AccountTimeZone, CampaignName, ViewThroughConversions, Cost, ActiveViewImpressions, CampaignId, ImageCreativeName, UniversalAppAdYouTubeVideos, ConversionValue, ActiveViewMeasurableImpressions, InteractionTypes, Impressions, ActiveViewMeasurableCost, Device, ActiveViewViewability, AdGroupName, Date, ExternalCustomerId, IsNegative, MultiAssetResponsiveDisplayAdYouTubeVideos, AccountDescriptiveName, AccountCurrencyCode, Conversions, Slot, Id, Interactions, AdGroupId, Clicks, BaseAdGroupId, ActiveViewMeasurability, CriterionId, CriterionType FROM AD_PERFORMANCE_REPORT DURING 20200501,20200531&__fmt=CSV" \ https://adwords.google.com/api/adwords/reportdownload/v201809 He notices that the sum of Cost for specific customer is lower than it should be (than the one he can see in the UI in another report). We found that if we remove CriterionId, CriterionType, and IsNegative columns from the report queried from the API the total Cost will match the correct value. So the question is why adding the fields related to Criterion leads to less Cost data returned? Dmitry -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/b81a11cb-65f0-4a73-a736-6df62ba21cb4%40googlegroups.com.