Install
Learn to install Tealium for Ruby.
Requirements
Install
To install Tealium library for Ruby, run the following command:
gem install tealium
Initialize
To initialize Tealium:
- Import the Tealium package with the following command:
require 'tealium'
- Initialize the Tealium object with the
new()
method, as shown in the following example:teal = Tealium.new("ACCOUNT", "PROFILE", "DATASOURCE")
This page was last updated: January 7, 2023