v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
conversions

Update advertiser defined events

Update advertiser defined event names or mappings for the given ad account.

patch/ad_accounts/{ad_account_id}/advertiser_defined_events

Path parameters

ad_account_idstring required

Unique identifier of an ad account.

Request body

Example request

{
  "items": [
    {
      "mapped_conversion_type": "SIGNUP",
      "name": "newsletter_signup"
    }
  ]
}

Response

The request has succeeded.

Example response

{
  "items": [
    {
      "name": "newsletter_signup",
      "status": "success"
    }
  ]
}