GET /v25.0/{ad-account-id}/customconversions HTTP/1.1
Host: graph.facebook.com
{
"data": [],
"paging": {}
}
| Error Code | Description |
|---|---|
200 | Permissions error |
100 | Invalid parameter |
80004 | There have been too many calls to this ad-account. Wait a bit and try again. For more info, please refer to /docs/graph-api/overview/rate-limiting#ads-management. |
190 | Invalid OAuth 2.0 Access Token |
368 | The action attempted has been deemed abusive or is otherwise disallowed |
| Parameter | Description |
|---|---|
action_source_typeenum {app, chat, email, other, phone_call, physical_store, system_generated, website, business_messaging} |
Action source type the custom conversion is created from.
|
advanced_rulestring |
Advanced ruleset for the custom conversion being created allowing multiple sources.
|
custom_event_typeenum {ADD_PAYMENT_INFO, ADD_TO_CART, ADD_TO_WISHLIST, COMPLETE_REGISTRATION, CONTENT_VIEW, INITIATED_CHECKOUT, LEAD, PURCHASE, SEARCH, CONTACT, CUSTOMIZE_PRODUCT, DONATE, FIND_LOCATION, SCHEDULE, START_TRIAL, SUBMIT_APPLICATION, SUBSCRIBE, LISTING_INTERACTION, FACEBOOK_SELECTED, OTHER} |
The custom event type of the conversion being created.
|
default_conversion_valuefloat | Default value: 0
The default conversion value of the conversion being created.
|
descriptionstring |
The description of the conversion being created.
|
event_source_idnumeric string or integer |
Event source ID, where event sources are a Pixel, offline event sets and so on. Aggregate custom conversion data from these sources.
|
namestring |
The name of the conversion being created.
required |
rulestring |
Only count an event as a custom conversion if it fulfills this rule.
|
Struct {
id: numeric string,
is_custom_event_type_predicted: numeric string,
}
| Error Code | Description |
|---|---|
200 | Permissions error |
100 | Invalid parameter |