Hi,
Thank you for reaching out to the Google Ads API support team.
As per the information provided, I understand that you are facing difficulties in finding the conversion_action_ID which needs to be passed while making the API request. You could fetch the
conversion_action.id from the
conversion_action resource. Please find the sample query as per your requirement:
SELECT
conversion_action.id FROM conversion_action WHERE
conversion_action.name = '{conversion action name}'
You can utilize the
search or
searchStream methods for making the API request. To find the conversion action name navigate to your Google Ads account > Goals > Conversions > Summary > Conversion goals > Conversion action names. 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.