Project

tealium

0.0
No release in over 3 years
Low commit activity in last 3 years
Add the Tealium gem to track activity and send data using Tealium's HTTP API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Tealium Collect for Ruby

License Language

Documentation

For full documentation on Tealium HTTP API, please see the Tealium Learning Community: https://community.tealiumiq.com/t5/Universal-Data-Hub/Tealium-Collect-HTTP-API/ta-p/16893

Getting Started

Install the tealium gem:

$ gem install tealium

Import the Tealium package:

require 'tealium'

Usage:

# load tealium gem
require 'tealium'

# initialize tealium with you account, profile, and datasource (optional)
teal = Tealium.new("your-tealium-account", "your-tealium-profile", "datasource_id")

# track your event with an event name and optional custom data
teal.track("my_event", {:key1 => "value"})

License

Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.


Copyright (C) 2012-2019, Tealium Inc.