node-red-contrib-tealium-collect

0.1.0 • Public • Published

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

  1. Edit the node and set Tealium Account, Profile, and Datasource values.
  2. Connect a JSON message node to the 'tealium-collect' node (*see note)
  3. Deploy
  4. 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

Screenshot

Screenshot

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-tealium-collect

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

118 kB

Total Files

7

Last publish

Collaborators

  • tealium