curl --location --request POST 'https://data.api.attribuly.com/v2-4-2/api/all-attribution/info' \
--header 'ApiKey: 15xvome1000dh5vsow9geg7110yi43zd' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2026-03-01",
"end_date": "2026-03-18",
"dimensions": [
"campaign"
],
"model": "Linear",
"goal": "purchase",
"orders": [
{
"column": "conversion_at",
"order": "desc"
}
],
"unique_feature": [
{
"campaign": "my google campaign name"
}
],
"page": 1,
"page_size": 20
}'{
"code": 1,
"message": "Service succeed",
"data": {
"total": 3,
"page_size": 20,
"records": [
{
"event_final_user_id": "702",
"target_event_id": "",
"target_event_type": "",
"conversion_at": "2026-04-15 18:45:17",
"conversions": 1,
"conversion_value": 55.88,
"conversion_count": 0,
"user_name": "Eulalie Perseus",
"user_email": "EulaliePerseus@example.com",
"order_number": "1582",
"order_id": "6717168124117",
"order_name": "X1582-A",
"is_repeat": false,
"is_new_customer": 1,
"total_price": 55.88,
"total_discount": 0,
"quantity": 3,
"order_items": [
{
"product_id": "7897433309397",
"variant_id": "43728958423253",
"name": "APPLE PINK LADY ORGANIC - 1.0KG",
"title": "APPLE PINK LADY ORGANIC",
"sku": "apple-01",
"quantity": 3,
"total_price": 28.47,
"total_discount": 0
}
]
},
{
"event_final_user_id": "701",
"target_event_id": "",
"target_event_type": "",
"conversion_at": "2026-04-15 18:35:49",
"conversions": 0.3333,
"conversion_value": 49.08,
"conversion_count": 0,
"user_name": "Quintana Malloren",
"user_email": "QuintanaMalloren@example.com",
"order_number": "1581",
"order_id": "6717161767125",
"order_name": "X1581-A",
"is_repeat": false,
"is_new_customer": 1,
"total_price": 147.26,
"total_discount": 0,
"quantity": 3,
"order_items": [
{
"product_id": "7897486295253",
"variant_id": "43729074487509",
"name": "APPLE GRANNY SMITH BOX",
"title": "APPLE GRANNY SMITH BOX",
"sku": "",
"quantity": 3,
"total_price": 108,
"total_discount": 0
}
]
},
{
"event_final_user_id": "701",
"target_event_id": "",
"target_event_type": "",
"conversion_at": "2026-04-15 18:28:34",
"conversions": 0.5,
"conversion_value": 21.25,
"conversion_count": 0,
"user_name": "Quintana Malloren",
"user_email": "QuintanaMalloren@example.com",
"order_number": "1580",
"order_id": "6717157245141",
"order_name": "X1580-A",
"is_repeat": false,
"is_new_customer": 1,
"total_price": 42.51,
"total_discount": 0,
"quantity": 2,
"order_items": [
{
"product_id": "7889490018517",
"variant_id": "43702138437845",
"name": "180 DEGREES CHEESE BITES 150G",
"title": "180 DEGREES CHEESE BITES 150G",
"sku": "G-01",
"quantity": 2,
"total_price": 18.98,
"total_discount": 0
}
]
}
]
}
}