washo ohsaw's Library tagged → View Popular
Google Analyticsから訪問数・PV数をPHPでゲットするサンプルコード:phpspot開発日誌
"Google Analyticsから訪問数・PV数をPHPでゲットするサンプルコード
2009年10月05日-はてなブックマーク
スポンサード リンク
Google Analyticsから訪問数・PV数をPHPでゲットするサンプルコードが公開されています。
Google Analytics PHP API example - SWIS BV にて公開されている、analytics.class.php というライブラリを使ったサンプルになりますが、次のようなコードで簡単に取得できます。
<?php
$analytics = new analytics('aaa@aaa.aaa', 'P@ssw0rd');
$analytics->setProfileByName('davidwalsh.name');
$analytics->setMonth(date('n'), date('Y'));
// 日ごとの訪問者数を得る
print_r($analytics->getVisitors());
// 日ごとのPV数を得る
print_r($analytics->getPageviews());
?>
詳しくは、以下のエントリを参照して下さい。
Retrieve Google Analytics Visits and PageViews with PHP
関連エントリ
* 「Google Analytics API 」をPHPから便利に使えるクラスライブラリ
* 先日リリースされたGoogle Analytics APIをPHPから利用できるクラスライブラリ"
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in google
-
Learning google analytics
Resources for understanding...
Items: 12 | Visits: 161
Created by: Joel Liu
-
IBP_overview
iBusinessPromoter (IBP) is ...
Items: 13 | Visits: 310
Created by: nmstrategies _
-
Credibility-search
ask google "should we have ...
Items: 8 | Visits: 188
Created by: tony curzon price
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
