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"
}
]
}