Hi,

Thank you for reaching out to the Google Ads API support team.

To fetch the search term based on multiple keywords, you may try the below 
query:

SELECT search_term_view.search_term, metrics.impressions, metrics.clicks, 
metrics.cost_micros, metrics.conversions, metrics.interactions, segments.date, 
segments.keyword.info.text FROM search_term_view WHERE ad_group.id = ##### AND 
campaign.id = ##### AND search_term_view.status != 'EXCLUDED' AND 
metrics.impressions > 1 AND metrics.clicks > 1 AND segments.date BETWEEN 
'2024-11-01' AND '2024-11-30' AND segments.keyword.info.text IN ('keyword 1', 
'keyword 2')

Additionally, you can utilize the Query Builder and Query Validator to build 
and validate your queries. To retrieve Google Ads API entities and reporting 
data, you can use one of these methods like GoogleAdsService.SearchStream or 
GoogleAdsService.Search.

If you face any issue while retrieving the above data for the above query, 
please share the complete API logs (request and response with request-id and 
request header) generated at your end.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02vGyup:ref" 
(ADR-00286240)

Thanks,

Google Ads API Team


Feedback
How was our support today?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/_6Tab000000000000000000000000000000000000000000000SQUHFN00d1-WoIXMQ62LaNgCvAEyPw%40sfdc.net.
  • Ho... Elumalai Eswar Prasad
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Elumalai Eswar Prasad

Reply via email to