0.0.3 • Published 4 years ago

adobe-dtm-module v0.0.3

Weekly downloads
330
License
ISC
Repository
github
Last release
4 years ago

adobe-dtm-module

Adobe Dynamic Tag Management

This is a Typescript module that implement Adobe Dynamic Tag Management. It is designed to use AdobeDTM snippet.

Installation

npm:

npm install adobe-dtm-module --save

Usage

Initializing AdobeDTM Module in React based app:

import React from 'react'
...
import AdobeTagManager from 'adobe-dtm-module'

const dtmArgs = {
    trackerUrl: 'urlToYourTracker',
    digitalData: { ... }
}

AdobeTagManager.initialize(dtmArgs)
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago