List Google Ads conversion actions
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns the conversion goals Base44 knows about on the app's Google Ads account.
These are Google's own goals, created when the app's conversion tracking was set up. They are read only, and match on category to tell which goal covers which kind of conversion. Get conversion stats reports what they have recorded.
conversion_id and conversion_label are empty until Google publishes the goal's tag, which takes a few minutes after the goal is created.
<Note>This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.</Note>
<Warning>The response includes fields beyond the ones documented here. Don't rely on undocumented response fields, as they can change at any time.</Warning>
Path parameters
ID of the app whose Google Ads conversion tracking you want to manage.
ID of the app whose Google Ads conversion tracking you want to manage.
Response
The account's conversion goals.
Example response
[
{
"id": "68b1c0d4e7b91d003c45a1f6",
"google_action_id": "7654321",
"action_name": "Purchase",
"category": "PURCHASE",
"action_type": "WEBPAGE",
"conversion_id": "AW-123456789",
"conversion_label": "AbCdEfGhIj"
}
]