Download the PHP package tealium/tags without Composer

On this page you can find all versions of the php package tealium/tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tags

image

Tealium Magento 2 Extension

Introduction

Tealium's official integration for TiQ on the Magento 2 framework. This extension provides a robust implementation of minimal boilerplate code for implementing and extending universal data objects (UDOs) across various page types. Leveraging Magento's prescribed dependency injection and layout systems, the module simplifies the process of creating and extending UDOs.

Included is a script that scaffolds out boilerplate code for new UDOs. It allows you to specify UDO extensions and the pages where the new UDO should appear. Once generated, you're left with a template ready to be filled in with data-specific logic for your particular use case.

Get started understanding UDOs and data layer concepts at Tealium Community.

For Magento documentation, refer to Magento DevDocs.

Requirements

Ensure you have the following:

Installation

Manual Install with Ubuntu

  1. Enable Maintenance Mode: Enable maintenance mode before installing the extension to avoid any user issues. To enable maintenance mode, run the following command:

  2. Copy the Tealium Folder: Copy the Tealium folder from GitHub to app/code/Tealium/Tags within your Magento folder. If app/code/Tealium/Tags doesn’t exist, create it.

  3. Run the Following Commands to Update Changes:

  4. Disable Maintenance Mode: After the installation is complete, disable maintenance mode to allow users to access the site. To disable maintenance mode, run:

Configuration

In the admin panel under store configuration (Stores -> Configuration -> Tealium -> Tag Management), set the extension options. Enable the extension and define your TiQ account, profile, and environment information.

Basic Config Requirements

Account, Profile, Environment

image

First Party Tracking

If you are using a first party domain place your client domain here

image

Email Hash

image

Lastest Version 3.2.0

CSP for Version 3.2.0

Example:

Change Log

Sharing Feedback

If you should experience any issues with this plugin, please report them as issues directly to the repository. In your submitted issue, please include which version of Magento you reference, e.g. 2.4.1. Tealium also accepts enhancement requests, if you find there are features you wish to see supported in future releases. Please use the enhancement label on your submitted issue.

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-2024, Tealium Inc.


All versions of tags with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tealium/tags contains the following files

Loading the files please wait ....