Plugin Directory

Changeset 2026320


Ignore:
Timestamp:
02/07/2019 06:15:09 AM (7 years ago)
Author:
komito
Message:

Added tracking error pages and sending heartbeat event.

Location:
komito-analytics
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • komito-analytics/trunk/komito-analytics.php

    r2007495 r2026320  
    66 *
    77 * @package KomitoAnalytics
    8  * @version 1.0.2
     8 * @version 1.1.2
    99 * @license http://www.apache.org/licenses/LICENSE-2.0  Apache License 2.0
    1010 * @author Valentin Podkamenyi <valentin@dtm.io>
     
    1818 * Plugin URI: https://komito.net
    1919 * Description: Komito Analytics is an enhancement for the most popular web analytics software.
    20  * Version: 1.0.2
     20 * Version: 1.1.2
    2121 * Author: Datamart
    2222 * Author URI: https://profiles.wordpress.org/datamart
     
    4444
    4545        'trackFacebook' => array(
    46             'default' => 1, 'type' => 'integer',
     46            'default' => 0, 'type' => 'integer',
    4747            'description' => __('Track Facebook events if widget is presented on page.', 'komito-analytics')),
    4848
     
    9090            'default' => 0, 'type' => 'integer',
    9191            'description' => __('Track pageviews with blocked ads. (e.g. AdBlock tracker)', 'komito-analytics')),
     92
     93        'trackErrorPages' => array(
     94            'default' => 0, 'type' => 'integer',
     95            'description' => __('Track error pages using HTTP status code. (404, 500, etc.)', 'komito-analytics')),
     96
     97        'sendHeartbeat' => array(
     98            'default' => 0, 'type' => 'integer',
     99            'description' => __('Send heartbeat event. The default heartbeat interval is 30 seconds.', 'komito-analytics')),
    92100
    93101        'debugMode' => array(
  • komito-analytics/trunk/readme.txt

    r2008517 r2026320  
    77Donate link: https://amzn.to/2SJZoi4
    88Requires at least: 4.6
    9 Stable Tag: 1.0.2
     9Stable Tag: 1.1.2
    1010Tested up to: 5.0
    1111Requires PHP: 5
     
    4242== Changelog ==
    4343
     44= 1.1.2 =
     45* Added tracking error pages
     46* Added sending heartbeat event
     47* Changed defaults to '0' for Facebook events.
     48
    4449= 1.0.2 =
    4550* Updated menu icon
Note: See TracChangeset for help on using the changeset viewer.