yield-manager-gtm
v2.0.34
Published
Project GTM YieldManager Nektria
Downloads
103
Readme
Yield Manager GTM Framework 2.0
Instalation
yarn add yield-manager-gtm
Usage
Yield Manager GTM Frameworks provides the next classes
> Config
Allows to access environment variables or circunstancial values.
> DomObserver
Utility class to detect dom additions or removals
> HtmlRequest
Utility class to fetch html resources of the same domain
> Logger
Sends logs to console or sentry, the level of the logs to be printed is configured in Config
> Storage
Allows to access to localStorage, sessionStorage or windowStorage.