Hi, I have a data report data discrepancy between campaign and shopping_performance_view
I add the queries executed for an especific day and a random campaign id just to show the executed queries. select campaign.id, segments.date, segments.device, metrics.clicks, metrics.cost_micros, metrics.conversions, metrics.impressions from campaign where segments.date ='2022-07-01' and campaign.id=000000 and select campaign.id, segments.date, segments.device, metrics.clicks, metrics.cost_micros, metrics.conversions, metrics.impressions from shopping_performance_view where segments.date ='2022-07-01' and campaign.id=000000 I would expect than metrics clicks, conversions, cost_micros and impressions in shopping performance are lower or equal than the total of the campaign but for some days (not all) the shopping performance impressions and/or shopping performance conversions are higher. I dont have the same issue for clicks and cost_micros. Im not talking about a "few" impressions discrepancy, some days are around 5% and others as said looks ok. The values in Google Ads UI Console match (exactly) with the ones im able to retrieve in campaign report. How is this possible? Thanks!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2980ccff-edc7-48e2-9758-7099db237fd3n%40googlegroups.com.
