curl --location 'https://api.adlyfy.dev/api/v1/meta/custom-conversions?adAccountId=undefined' \
--header 'x-api-key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"name": "Purchase > 100",
"event_source_id": "123456789012345",
"rule": {
"value": {
"and": [
{
"event": {
"eq": "Purchase"
}
},
{
"value": {
"gt": 100
}
}
]
}
},
"custom_event_type": "ADD_PAYMENT_INFO",
"description": "string",
"advanced_rule": {
"value": {
"and": [
{
"currency": {
"eq": "USD"
},
"event": {
"eq": "Purchase"
}
},
{
"value": {
"gt": 100
}
}
]
}
},
"default_conversion_value": 100
}'{
"data": {},
"success": true,
"message": "Request successful",
"timestamp": "2026-03-30T12:00:00.000Z",
"statusCode": 200
}