mapfilter icon indicating copy to clipboard operation
mapfilter copied to clipboard

[Feature request] Disable tracking operations

Open igorrosenberg opened this issue 13 years ago • 0 comments

Seems the code does some user behavior tracking, like in

    _gaq.push(['_trackEvent', 'Loading', 'calenders', 'uniqAddrDecoded', cnMF.reportData.uniqAddrDecoded]);
    //$.post("http://chadnorwood.com/saveJson/", {sj: cnMF.reportData});
    //$.getJSON("http://chadnorwood.com/saveJson/?callback=?", {sj: cnMF.reportData});

Would it be possible to have a flag that turns these off ? Or even better, as these are concerns orthogonal to the main behavior of GCM (show a map and calendar), maybe these operations could be implemented as Aspects. Hints on doing this: http://bytecrafter.blogspot.fr/2008/06/aspect-oriented-programming-in.html http://code.google.com/p/jquery-aop/

igorrosenberg avatar Nov 29 '12 10:11 igorrosenberg