Tealium Collect for Node-RED
This node publishes a payload of data (JSON Object) to Tealium's HTTP API.
Detailed documentation on Tealium Collect HTTP API can be found here: https://community.tealiumiq.com/t5/Universal-Data-Hub/Tealium-Collect-HTTP-API/ta-p/16893
Setup
- Edit the node and set Tealium Account, Profile, and Datasource values.
- Connect a JSON message node to the 'tealium-collect' node (*see note)
- Deploy
- Validate the incoming data in Tealium's EventStream Live Events monitor.
*Note: The outgoing message from a node (such as MQTT) may not be a JSON string. Use JavaScript function node or other utility nodes to create or format a JSON object before sending to tealium-collect node.
Manual install with npm
cd ~./node-red
npm install node-red-contrib-tealium-collect
Install from source
From github: Navigate to the home directory ~/.node-red/node-modules
git clone https://github.com/Tealium/tealium-node-red.git
cd tealium-node-red
npm install