How is the attribute "Last purchase date" enriched? Assuming there is an enrichement like:
Set:
or similar...
We can add an additional enrichement, something like:
Set:
This is can then be tested from any API client (no need to depend on the website). I like Postman (but any works). Here's a sample payload:
endpoint: https://collect.tealiumiq.com/event
payload:
{
"tealium_account":"....your account....",
"tealium_profile":"....your profile....",
"tealium_trace_id":"....your traceid....",
"tealium_event":"my_test_purchase_date",
"my_date": "2024-07-20"
}