Skip to content

v1.2.7

Latest
Compare
Choose a tag to compare
@nsolov nsolov released this 20 Aug 09:15
· 7 commits to master since this release

Changed how custom code is executed when analytics events occur.

To execute your code after the event occurs, you should implement a subclass of the ZPM.Analytics.AbstractEventProcessor class
and override the method: ClassMethod Process(event as ZPM.Analytics.Event) As %Status