Batch Endpoint not Caught
TheSench opened this issue · 4 comments
TheSench commented
When requests are sent in batches via the google-analytics.com/batch endpoint, they are not caught by the plugin.
joaquimsn commented
@TheSench thank you for pointing out this problem, it is already being analyzed for correction.
TheSench commented
TheSench commented
The following regex statements also need to be updated to handle /batch
instead of /collect?{queryString}
:
https://github.com/DP6/roger-watcher/blob/master/src/js/rules.js#L4
Making these changes appears to get batch collection working.
TheSench commented
I can throw up a PR later when I get the time.