This is the logger instance that can be used to trigger namespaced logs.
This is the configuration object that contains all the base information required for initializing the provider.
This promise will be resolved or rejected once the provider is ready for usage.
This is the reject method that should be triggered if the provider loadings fails for what ever reason.
This is the resolve method that should be triggered once the provider is ready for usage.
Destruct this class.
Method that is triggered when the api has failed loading
Method that is triggered when the api is successfully loaded
The init method that initializes the tracking provider
After dispose has been called, this method returns true. Use this method to determine whether dispose() should be run again.
The method that actually triggers the tracking of the event
The method that actually triggers the tracking of the page view
Generated using TypeDoc
This class provides a tracking provider that can be used for Google Global Site Tag Manager, the website does not contain a lot of information but you can find the site here:
Example usage:
new MediaMathProvider({ trackingId: '00000', }
MediaMathProvider