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

b698c180678a

conversions

Get advertiser defined events

Get advertiser defined events for the given ad account.

get/ad_accounts/{ad_account_id}/advertiser_defined_events

Path parameters

ad_account_idstring required

Unique identifier of an ad account.

Response

The request has succeeded.

Example response

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