Skip to content

[Feature request] Disable tracking operations #20

Open
@igorrosenberg

Description

@igorrosenberg

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions