Good afternoon,

What does it mean when value is empty/null 
for campaign_search_term_insight.category_label (keyword) in a 
campaign_search_term_insight report when reporting a Performance Max 
campaign? 

I would argue that when the value is empty, there is no keyword for that 
click or impression. Therefore it could be for example Display? But I 
haven't found information regarding this missing value.

Link to the 
documentation: 
https://developers.google.com/google-ads/api/fields/v14/campaign_search_term_insight

The script I used is:

*function main() {*




















* let ss = SpreadsheetApp.openByUrl('xxxx');   let query = AdsApp.report(  
`  SELECT    campaign_search_term_insight.category_label,   metrics.clicks, 
   metrics.impressions,   metrics.ctr  FROM campaign_search_term_insight   
WHERE    segments.date DURING LAST_30_DAYS    AND 
campaign_search_term_insight.campaign_id = 'xxxx'  ORDER BY 
metrics.impressions DESC  ` );  
 query.exportToSheet(ss.getSheetByName('xxxx'));  } // end main*

Kind regard,
Alex Bijmolt

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/466a4ccc-31f3-4be3-8aa3-765ad0a03ce3n%40googlegroups.com.
  • Nu... Alex Bijmolt
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Arthur
        • ... 'Martin Roettgerding' via Google Ads API and AdWords API Forum
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
            • ... 'Martin Roettgerding' via Google Ads API and AdWords API Forum

Reply via email to