Skip to content

Модуль для работы с google analytics API. Получение количества просмотров страниц.

Notifications You must be signed in to change notification settings

bopoda/kohana3.3-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kohana3.3-analytics

Модуль для работы с google analytics API.

Основная функция модуля - получение количества просмотров конкретной страницы по её url.

Интеграция приложения на KohanaPHP (v3.3.x) и Google's Analytics API.

О модуле analytics для kohana 3.3

@use GAPI

Configuration

  1. Copy analytics config file config/analytics.php from module directory to application/config/analytics.php
  2. Add username, password and report_id data

Using

  1. Get count page views by page uri: Analytics::instance()->getCountPageViews($pageUri)

Module not working since 2015, September when google changed access to his analytics API.

About

Модуль для работы с google analytics API. Получение количества просмотров страниц.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages