Hi Moshik,

Kindly note that it is not possible to retrieve all the search terms at once 
from the Performance Max campaigns from the Google Ads API. However, it is 
possible to retrieve the search terms data individually from each of the 
Performance Max campaigns. If you try to retrieve the search terms data for all 
the campaigns, it will result in a "REQUIRES_FILTER_BY_SINGLE_RESOURCE" error. 
Please find the sample GAQL query for the same:

SELECT campaign_search_term_insight.campaign_id, 
campaign_search_term_insight.category_label, campaign_search_term_insight.id,  
metrics.clicks, 
metrics.impressions, metrics.conversions, metrics.conversions_value FROM 
campaign_search_term_insight WHERE segments.date BETWEEN '2024-04-20' AND 
'2024-05-06' 
AND campaign_search_term_insight.campaign_id = '***********'"

Additionally, you can utilize the Google Ads Query Builder and Query Validator 
to build and validate the queries for retrieving the data from the Google Ads 
API.
This message is in relation to case "ref:!00D1U01174p.!5004Q02rzHLQ:ref" 
(ADR-00224131)

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dQr8Q000000000000000000000000000000000000000000000SD289M009qvl6dHwQBS7-nkTWcvbDg%40sfdc.net.
  • Re... Bill Kimutai
    • ... Moshe Shechter
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... Moshe Shechter

Reply via email to