私の iPhone アプリでは、追跡に Omniture を使用しています。
AppDelegate で書いているコード:
OMAppMeasurement * s = [OMAppMeasurement getInstance];
/* Specify the Report Suite ID(s) to track here */
s.account = @"reportSuiteID";
s.currencyCode = @"USD";
/* Turn on and configure debugging here */
s.debugTracking = YES;
/* WARNING: Changing any of the below variables will cause drastic
changes
to how your visitor data is collected. Changes should only be made
when instructed to do so by your account manager.*/
s.pageName=@"firstViewController";
s.trackingServer = @"trackingserver";
[s track];
そして、私のコンソールには1行しか表示されません:
アプリ測定ライブラリのコンパイル時間 = 2011 年 1 月 25 日 11:46:14
私が間違っていることを教えてください。
私のコードは正しい場所にありますか?
また、レポートはどこのサイトで見ることができますか?