devgroup/yii2-intent-analytics Visitors intent analytics and integration with Google Analytics and Yandex.Metrika for Yii framework 2

extensionanalyticsstatisticsmetrikaintentgoogleanalytics

Yii2 intent analytics module

Visitors intent analytics and integration with Google Analytics and Yandex.Metrika for Yii framework 2

Build Status codecov.io

Install

composer require "devgroup/yii2-intent-analytics:*"
./yii migrate --migrationPath=vendor/devgroup/yii2-intent-analytics/src/migrations

Configure your application

Add module:

    'modules' => [
        ...
        'analytics' => [
            'class' => \DevGroup\Analytics\IntentAnalyticsModule::className(),
//            'detectFirstVisitSource' => true,
//            'detectAllVisitsSources' => true,
//            'storeLastActivity' => true,
//            'storeVisitedPages' => true,
//            'visitorCookieName' => 'visitor_id',
//            'visitorCookieTime' => 61516800,
//            'visitorCookieExpireTime' => 3758400,
//            'i18category' => 'IntentAnalyticsModule',
//            'modelMap' => [
//                'Visitor' => [
//                    'class' => 'DevGroup\Analytics\models\Visitor',
//                ],
//            ],
        ],
        ...

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
3 github stars & 3 github forks
0 downloads in the last day
0 downloads in the last 30 days
507 total downloads