0.3.0 • Published 3 years ago

@fusedeck/tag-manager-sdk v0.3.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Fusedeck Tagmanager SDK

The Tagmanager SDK is a library to communicate with Fusedeck's Tagmanager. It gives you a proxy to build your application around Fusedeck's stack.

Installation:

yarn add @fusedeck/tag-manager-sdk
npm i @fusedeck/tag-manager-sdk

Usage

You have to ensure that Fusedeck's Tagmanager is in global scope before you execute your scripts that is build upon the Tagmanager's SDK. You can simply import the SDK in your project:

import { TagManagerSdk } from '@fusedeck/tag-manager-sdk';

const sdk = new TagManagerSdk('fdData');

License

Copyright (c) 2021 Capture Media AG.