Do you mean the callback functions in AppMeasurement from v1.8.0
onwards?Documentation on it is pretty light but it's straightforward to
use. If you have a specific question ask away.Added the following pre-
and post-tracking call hooks.s.registerPreTrackCallback
s.registerPostTrackCallbackThese functions take as parameters: the
callback (a function), and the parameters to that function. For
example:s.registerPreTrackCallback(function(requestUrl,a,b,c)
{console.log("pre track callback");console....