Plugin Directory

Changeset 1952437


Ignore:
Timestamp:
10/06/2018 03:57:53 AM (7 years ago)
Author:
komito
Message:

Added ad blockers tracking.

Location:
komito-analytics/trunk
Files:
2 edited

Legend:

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

    r1781631 r1952437  
    66 *
    77 * @package KomitoAnalytics
    8  * @version 0.0.1
     8 * @version 1.0.0
    99 * @license http://www.apache.org/licenses/LICENSE-2.0  Apache License 2.0
    1010 * @author Valentin Podkamenyi <valentin@dtm.io>
     
    8686            'default' => 1, 'type' => 'integer',
    8787            'description' => __('Track orientation change on mobile devices.', KOMITO_TEXT_DOMAIN)),
     88
     89        'trackAdblock' => array(
     90            'default' => 0, 'type' => 'integer',
     91            'description' => __('Track page views with blocked ads. (e.g. AdBlock tracker)', KOMITO_TEXT_DOMAIN)),
    8892
    8993        'debugMode' => array(
  • komito-analytics/trunk/readme.txt

    r1782937 r1952437  
    3939== Changelog ==
    4040
     41= 1.0.0 =
     42* First release
     43* Added ad blockers tracking
     44
    4145= 0.0.1 =
    4246* Initial release
Note: See TracChangeset for help on using the changeset viewer.