Hello.

I want to get the number of conversions by each conversion action by query.

I have assembled such a query for this purpose, but it does not work.

=======================================
SELECT CampaignName,
 AdGroupName,
 Query,
 metrics.all_conversions,
 Conversions.購入,
 Conversions.購入確認,
 Conversions.フォーム遷移(化粧品)
 FROM SEARCH_QUERY_PERFORMANCE_REPORT
 WHERE Conversions > 0 DURING 2023-12-01,2024-05-31
=======================================

「購入」「購入確認」「フォーム遷移(化粧品)」 are the names of conversion actions for which the 
number of conversions is to be obtained, respectively.
How should the above be modified?

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/47e8263d-b5cb-411f-8c9a-9382f7c776f7n%40googlegroups.com.

Reply via email to