javascript - Google Analytics Instant Tester -


given takes around 24 hours google analytics data update, makes hard see how data rolls , displayed within google analytics.

is there sort of instant tester, or fast turn around application allows me set custom dimensions/metric within app , see how appear?

options real time analytics:

  • google realtime analytics - built google analytics. use google analytics realtime, login google analytics account , select web property. then, on left hand side click real-time->overview.

  • goaccess - if have access web server log files give real-time view of traffic , not require more console access. nice things goaccess not rely on 3rd part services , has ability run in real-time or generate reports. use goaccess, first install on server using either package manager or in local directory using official git. then, if running standard apache configuration run executable with:

    # goaccess -f /var/log/apache2/your-website-access.log -a

    if running non-standard apache log configuration (or web server entirely), have give goaccess description of log file. can done in ~/.goaccessrc file. refer goaccess documentation specific descriptors in generating string describes log file lines.

  • there host of other sas options clicky, gosquared, or piwik (which open source).


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -