zoukankan      html  css  js  c++  java
  • GAPI is the Google Analytics PHP5 Interface

    GAPI 即 Google Analytics PHP5 Interface ,

    主要功能有:

    • 自动选择连接方式是curl或fopen
    • 支持GA维度指标数据
    • 账户数据映射-获得参数的方法
    • 报告数据映射-获得维度和指标的方法
    • 容易使用的过滤器
    • 面向对象的代码可以让你在其他系统中使用。

    下载地址: http://gapi-google-analytics-php-interface.googlecode.com/files/gapi-1.3.zip

    接口介绍: Google Analytic 数据导出API接口

    GA维度和指标:http://code.google.com/intl/en/apis/analytics/docs/gdata/gdataReferenceDimensionsMetrics.html

    GAPI is the Google Analytics PHP5 Interface. 
    
    http://code.google.com/p/gapi-google-analytics-php-interface/
    
    Features:
    
    * Supports CURL and fopen HTTP access methods, with autodetection
    * PHP arrays for Google Analytics metrics and dimensions
    * Account data object mapping - get methods for parameters
    * Report data object mapping - get methods for metrics and parameters
    * Easy filtering, using a GAPI query language for Google Analytics filters
    * Full PHP5 Object Oriented code, ready for use in your PHP application 
    
    Version Log:
    
    1.3 - This version contains fixes for the handling of very large metric values represented in scientific notation. Thanks to austinrehab for raising this issue. 
    1.2 - Custom filtering for GAPI. Fix for reverse sorting.
    1.1 - Object based storage for account data.
    0.9 - GAPI Beta. Object based storage for report data.
  • 相关阅读:
    JMS API学习总结(一)
    java读取properties配置文件
    如何创建并运行java线程
    JS
    JS
    JS
    JS
    IE
    JS
    JS
  • 原文地址:https://www.cnblogs.com/gaoj87/p/4071440.html
Copyright © 2011-2022 走看看