2012年5月14日月曜日

jquery mobileでanayticsのチャートを表示するサンプル

Google analytics for mobile using jQuery mobile and php | jqueryload.com
こんなのを発見したので、やってみた。
構造はシンプルで、2つファイルのみです。

gapi.class.php
index.php
ここからダウンロード
index.phpの一部を変更する
// CONFIG 
// Please complete this section before run the script

// this user and password is only for the application
$applicationUser="yourname";//ベーシック認証、コメントアウトしても問題ない
$applicationPassword="password";//ベーシック認証、コメントアウトしても問題ない

// analytics account information
$analyticsUser="yourusername@gmail.com";←anayticsのgmailアドレス
$analyticsPassword="password";←パスワード
$profileId="56997226"; //URLで確認できます、下の図を参照

// sites to add, could be more than one
// replace your site name and the "000000" values

//     site name    analytics ID
$site['kagen88.blogspot.com']='56997226';//profileIdと一緒?

//you can add more sites in the same screen.
//$site['jQueryLoad.com']='000000';
//$site['Hashake.com']='000000';

// end CONFIG
profileIdの確認方法

とにかくこうしたら表示しました。




もしこのようなエラーが起こったら

Fatal error: Uncaught exception 'Exception' with message 'GAPI: Failed to
authenticate user. Error: "Request failed, fopen provides no further
information"' in ...

php.iniの「extension=php_curl.dll」を有効にして、apacheを再起動すれば治るはず

0 件のコメント:

コメントを投稿