I found that I can select from "Ad Performance" and " Keywords Performance' and later join them . Correct ? 8 Nisan 2022 Cuma tarihinde saat 09:52:33 UTC+3 itibarıyla Tülay Çağlayan şunları yazdı:
> Hello, > CRITERIA_PERFORMANCE_REPORT is deprecated . How can I get below data ? > > select CampaignId, CampaignName, AdGroupId, AdGroupName, Id, Criteria, > Device, Impressions, Clicks, Cost, AveragePosition, Conversions from > CRITERIA_PERFORMANCE_REPORT > > later I will use this data as below: > > select CampaignId, CampaignName, AdGroupId, AdGroupName, Id, Criteria, > Device, sum(Impressions), sum(Clicks), sum(Cost), sum(AveragePosition), > sum(Conversions) from CRITERIA_PERFORMANCE_REPORT > group by CampaignId, CampaignName, AdGroupId, AdGroupName, Id, Criteria, > Device > > Thank you > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/8030308f-999d-428a-b9b5-948741f9366an%40googlegroups.com.
