English 中文(简体)
电话综合应用测量
原标题:Omniture App measurement for iphone

是否有人可帮助了解综合图像测量仪表图书馆的实施细节? 我把发展中国家和图书馆都连接到我的手头上,我用单一吨方法(植被)向他们进行即时宣传,他们把跟踪方法称作就是这样。

OMAppMeasurement *s = [OMAppMeasurement getInstance];
s.account = @"";
s.debugTracking = YES;
[s track];

I cannot see any data on my dashboards, the s.account has a value, but I m not sure if I m supplying the correct one. Could some confirm what that value should be? I m I missing out something fundamental here, as far as I can see I m following the (very very light )online documentation by the book. Could someone help ?

问题回答

The account name is the report suite name. From what I understand you have to get this from whoever has information about the sitecatalyst account. I got it, but still cannot find the reported data within sitecatalyst. Did you make any progress? This is the code I use.

//Instantiate instance
OMAppMeasurement * s = [OMAppMeasurement getInstance]; 
//Setup application config variables 
s.account = @"string"; 
//s.ssl = YES;

//Omniture
OMAppMeasurement * s = [OMAppMeasurement getInstance];
//Set Variables
s.pageName = @"CategoryController"; 
s.channel = @"CategoryController";
//clears any previously set value for channel 
s.prop1 = @"CategoryController";
//clears any previously set value for prop1 
s.debugTracking = YES;
[s track];

the s.account value is the ReportSuiteID setted at the creation of the report suite. You can find it in the Admin->ReportSuite page on the right sie of the ReportSuiteName.

Claudio.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签