79091134

Date: 2024-10-15 17:43:47
Score: 0.5
Natty:
Report link

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"
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How is the
  • Low reputation (0.5):
Posted by: rpcm