When I take non-metric data , where can I get Impressions, Clicks, Cost, AveragePosition, Conversions ? Form ad_group_ad ? Because I need these data for each CampaignId, AdGroupId, AdGroupName, Id, Criteria, Device
See my query : 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 12 Nisan 2022 Salı tarihinde saat 06:48:04 UTC+3 itibarıyla adsapi şunları yazdı: > Hi Tulay, > > Thank you for getting back to us. > > Moving forward to your concern, kindly note that the ad_group_criterion > <https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion?hl=en> > report > is a *non-metric* report. It means, this type of report doesn't have any > metrics or segments. > > Having said that, please see the following statements below: > > - For the *campaignId* and *campaignName**, *you can retrieve these > fields by using *campaign.id* > > <https://developers.google.com/google-ads/api/fields/v10/campaign?hl=en#campaign.id> > and *campaign.name* > > <https://developers.google.com/google-ads/api/fields/v10/campaign?hl=en#:~:text=False-,campaign.name,-Field%20description> > from > the campaign resource > <https://developers.google.com/google-ads/api/fields/v10/campaign?hl=en> > . > - For the *AdGroupId* and *AdGroupName* , you can use these equivalent > fields *ad_group.id* > > <https://developers.google.com/google-ads/api/fields/v10/ad_group?hl=en#:~:text=False-,ad_group.id,-Field%20description> > and *ad_group.name* > > <https://developers.google.com/google-ads/api/fields/v10/ad_group?hl=en#:~:text=True-,ad_group.name,-Field%20description> > from the ad_group resource > <https://developers.google.com/google-ads/api/fields/v10/ad_group?hl=en> > . > - For the *Id of criteria*, you can use this > *ad_group_criterion.criterion_id* > > <https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion?hl=en#:~:text=False-,ad_group_criterion.criterion_id,-Field%20description> > field. > - For *Criteria*, I would suggest using the keyword and placement > related fields from the ad_group_criterion > > <https://developers.google.com/google-ads/api/fields/v10/ad_group_criterion?hl=en> > report. > - Lastly for* Device*, you may refer on this document > > <https://developers.google.com/google-ads/api/reference/data/codes-formats?hl=en#expandable-14>for > > you to know the equivalent device of the ID which is returned from the > ad_group_criterion. > > > If you have further questions, please let us know so our team can further > assist you. > > Regards, > [image: Google Logo] > Carmela > Google Ads API Team > > > ref:_00D1U1174p._5004Q2ZL2zg:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/365d65cb-ffc7-4fb2-92c6-55627f026fean%40googlegroups.com.
