Skip to main content

washo ohsaw's Library tagged google   View Popular

05 Oct 09

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から利用できるクラスライブラリ"

phpspot.org/...google_analytic_3.html - Preview

google analytics php library howto japan

1 - 20 of 180 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo