Hi there! Looking for somebody who able to exlain why Label and Labelids not have being returned in AD_PERFORMANCE_REPORT
*My request:* POST https://adwords.google.com/api/adwords/reportdownload/v201809?__fmt=XML&__rdquery=SELECT CampaignId,CampaignName,Labels,LabelIds,Impressions FROM AD_PERFORMANCE_REPORT WHERE CampaignId IN [1370474364] DURING LAST_7_DAYS *API Response* <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <report> <report-name name='AD_PERFORMANCE_REPORT'/> <date-range date='Jul 9, 2019-Jul 15, 2019'/> <table> <columns> <column name='campaignID' display='Campaign ID'/> <column name='campaign' display='Campaign'/> <column name='labels' display='Labels'/> <column name='labelIDs' display='Label IDs'/> <column name='impressions' display='Impressions'/> </columns> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='85879'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='--' labelIDs='--' impressions='0'/> </table> </report> Meanwhile then I request Labels from CAMPAIGN_PERFORMNCE_REPORT for same campaignID I get Labels *My request:* POST https://adwords.google.com/api/adwords/reportdownload/v201809?__fmt=XML&__rdquery=SELECT CampaignId,CampaignName,Labels,LabelIds,Impressions FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId IN [1370474364] DURING LAST_7_DAYS *API reponse* <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <report> <report-name name='CAMPAIGN_PERFORMANCE_REPORT'/> <date-range date='Jul 9, 2019-Jul 15, 2019'/> <table> <columns> <column name='campaignID' display='Campaign ID'/> <column name='campaign' display='Campaign'/> <column name='labels' display='Labels'/> <column name='labelIDs' display='Label IDs'/> <column name='impressions' display='Impressions'/> </columns> <row campaignID='1370474364' campaign='Avery - GDN - Prospecting - Responsive' labels='["Budget - GDN"]' labelIDs='[3672710818]' impressions='85879'/> </table> </report> What I am miising? Can sombody explain what problem here? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/575e96d0-fdc4-4aef-a8cc-ad0ef3f89507%40googlegroups.com.