Hi the Google Ads API team! We are trying to request labels from the Google Ads API on an Ad level and want to match the request to give the same result as in the Adwords API.
In the Adwords API we use the request: *SELECT Id, Labels, Clicks,** Impressions,** Cost, Date FROM AD_PERFORMANCE_REPORT DURING 20200701,20200702 * But since there are no "labels" resource field in the ad_group_ad report we are trying to use the ad_group_ad_label report to get the labels names and map them to the corresponding ad ids in the response from the Google Ads API request. Mostly it works fine when we compare the labels in the responses, but in some cases we get more labels on an ad from the Google Ads API than from Adwords. Do you know what causes this discrepancy between the APIs? Requests to the Google Ads API: *SELECT ad_group_ad.ad.id, metrics.clicks, metrics.impressions, metrics.cost_micros, segments.date FROM ad_group_ad WHERE segments.date BETWEEN '2020-07-01' AND '2020-07-02'* and *SELECT ad_group_ad.ad.id, label.name FROM ad_group_ad_label * Best regards, Maria Ravander, Developer @ Funnel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/eae93b90-19a7-4092-9c04-355a21500462n%40googlegroups.com.
