v1
latestOpenAPI 3.1.02026-08-04170116.0 KBData Out
Get Customer Journey Attribution Data
Export full customer journey data, with Triple Pixel attribution, for all customers who placed an order in the specified period.
post/attribution/get-orders-with-journeys-v2
Request body
Example request
{
"shop": "madisonbraids.myshopify.com",
"startDate": "2021-01-01T00:00:00.000-0400",
"endDate": "2021-01-01T23:59:59.999-0400",
"page": 2,
"pageSize": 25
}Response
A successful response containing orders, attribution data, and (optionally) journey events for the requested period.
Example response
{
"startDate": "2021-01-01T00:00:00.000-0400",
"endDate": "2021-01-01T23:59:59.999-0400",
"ordersWithJourneys": [
{
"currency": "USD"
}
]
}