Send data from Tealium EventStream to Monita
Tealium EventStream can deliver the events flowing through your Customer Data Hub to Monita using the standard Webhook connector.
Before you start
Section titled “Before you start”- An EventStream profile receiving events.
- Your Monita property token and vendor names — see the Monita-side setup.
Create the connector
Section titled “Create the connector”-
In your Tealium profile, go to Sources/Connectors → Add Connector → Webhook and choose the Send Custom Request action.
-
Configure the request:
-
Method:
POST -
URL:
https://collect.monita.ai/api/v1/ -
Headers:
token: <your property token>,Content-Type: application/json -
Body, mapped from event attributes:
{"s": "tealium","dm": "tms","e": "{{tealium_event}}","vn": "Tealium EventStream","u": "{{url}}","do": "www.your-domain.com","sid": "{{tealium_session_id}}","cid": "{{customer_id}}","dt": [{"event": "{{tealium_event}}","order_total": "{{order_total}}"}]}Required: the
tokenheader,vnande. Put the attributes you want to validate insidedt— that’s what data validation alerts evaluate.
-
-
Attach the connector to the event feed you want monitored (a broad feed is fine to start), then save and publish.
Verify
Section titled “Verify”- Tealium’s connector logs should show
204responses (401= wrong or missingtokenheader). - In Monita, events appear in the property’s Visualisation view within a minute or two.