Hi, We observed on 2022-04-22 for: - custom-client id = "3443254785" - duration = { start_date: 2022-03-02, end_date: 2022-03-03 }
there was diff in the data from the Adwords API (returned 0) vs the ads API (returned correctly). Here are the request and the response from that time for 'ad_group' level: 1. Adwords API - request ``` {:selector=> {:fields=> ["Id", "AdGroupId", "CampaignId", "Date", "AdType", "ActiveViewImpressions", "ActiveViewMeasurableCost", "ActiveViewMeasurableImpressions", "AllConversions", "AllConversionValue", "ClickAssistedConversions", "ClickAssistedConversionValue", "Clicks", "Conversions", "ConversionValue", "Cost", "CrossDeviceConversions", "CurrentModelAttributedConversions", "CurrentModelAttributedConversionValue", "Engagements", "ImpressionAssistedConversions", "ImpressionAssistedConversionValue", "Impressions", "Interactions", "AveragePosition", "VideoQuartile100Rate", "VideoQuartile75Rate", "VideoQuartile50Rate", "VideoQuartile25Rate", "VideoViews", "ViewThroughConversions", "TopImpressionPercentage", "AbsoluteTopImpressionPercentage"], :date_range=>{:min=>"20220302", :max=>"20220303"}}, :report_type=>"AD_PERFORMANCE_REPORT", :download_format=>"CSV", :report_name=>"Ad performance", :date_range_type=>"CUSTOM_DATE"} ``` - response ``` 2.7.5 :123 > data = AdwordsApi::Api.new(...).report_utils(AdwordsUser::API_VERSION).download_report(report_definition) => "\"Ad performance (Mar 2, 2022-Mar 3, 2022)\"\nAd ID,Ad group ID,Campaign ID,Day,Ad type,Active View viewable impressions,Active View measurable cost,Active View measurable impr.,All conv.,All conv. value,Click Assisted Conv.,Click Assisted Conv. Value,Clicks,... 2.7.5 :124 > data => "\"Ad performance (Mar 2, 2022-Mar 3, 2022)\"\nAd ID,Ad group ID,Campaign ID,Day,Ad type,Active View viewable impressions,Active View measurable cost,Active View measurable impr.,All conv.,All conv. value,Click Assisted Conv.,Click Assisted Conv. Value,Clicks,Conver sions,Total conv. value,Cost,Cross-device conv.,Conversions (current model),Conv. value (current model),Engagements,Impr. Assisted Conv.,Impr. Assisted Conv. Value,Impressions,Interactions,Avg. position,Video played to 100%,Video played to 75%,Video played to 50%,Video played to 25%,Views,View-through conv.,Impr. (Top) %,Impr. (Abs. Top) %\nTotal, --, --, --, --,0,0,0,0.00,0.00, --, --,0,0.00,0.00,0, --,0.00,0.00,0, --, --,0,0,0.0,0.00%,0.00%,0.00%,0.00%,0,0,0.00,0.00\n" report_utils(AdwordsUser::API_VERSION) ``` Whereas, the aggregated cost data for the same account at the same 'ad_group' level *from the Ads API* was 19102.865987 in the account's currency (non-micro). This data was precisely matching with the dashboard. Could you please let us know the reason for this discrepancy? Or, clarify whether the Adwords API was expected to be unstable before its sunset date (post it was deprecated). Regards, Vijay Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/fa51ec39-e26e-4758-89f8-ce1543c0a3can%40googlegroups.com.