Activities analytics
{
"$ts": 3489009384393,
"$event_name": "$transaction_confirmed", // Conversion detected
"$properties": {
"$items": [
{
"$id": "product_ID", // Used to filter in funnel analytics
"$qty": 20, // Used for conversion amounts
"$price": 102.8, // Used or conversion amounts
"$brand": "Apple" // Used to filter in funnel analytics
"$category1": "Category 1", // Used to filter in funnel analytics
"$category2": "Category 2", // Used to filter in funnel analytics
"$category3": "Category 3", // Used to filter in funnel analytics
"$category4": "Category 4" // Used to filter in funnel analytics
},
{
"$id": "product_ID2",
"$qty": 12,
"$price": 3.4,
"$brand": "Microsoft"
}
],
"$currency": "EUR"
}
}Activities analytics data retention
Transforming important events into your custom events
Event transformations
Property mappings
Get existing transformations
Path Parameters
Name
Type
Description
Create an event transformation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update an event transformation
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Remove an event transformation
Path Parameters
Name
Type
Description
Get property mappings
Path Parameters
Name
Type
Description
Create property mappings
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete property mappings
Path Parameters
Name
Type
Description
Last updated
Was this helpful?