Skip to main content
GET
/
api
/
v1
/
campaigns
/
conversion-actions
Get available conversion actions
curl --request GET \
  --url http://localhost:8000/api/v1/campaigns/conversion-actions \
  --header 'Authorization: Bearer <token>'
{
  "conversion_actions": [
    {
      "id": 123,
      "name": "<string>",
      "category": "PURCHASE",
      "status": "ENABLED",
      "primary_for_goal": true
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

customer_id
integer
required

Google Ads customer ID

token_id
integer | null

Optional specific Token ID

Response

Successful Response

Response for conversion actions.

conversion_actions
ConversionActionSchema · object[]
required