开发者

ComScore Analytics on iPhone

开发者 https://www.devze.com 2023-04-12 15:08 出处:网络
Had anybody done analytics with ComScoreon iPhone? I am not able to understand how to start it. Can anyone help me in this please? - objective开发者_运维技巧-c.One can find answer here in this here pd

Had anybody done analytics with ComScore on iPhone? I am not able to understand how to start it. Can anyone help me in this please? - objective开发者_运维技巧-c.


One can find answer here in this here pdf i used it for android.


The init method for ComScore is:

    [CSComScore setAppContext];

But I believe you can also use:

    [CSComScore start];
    // Or...
    [CSComScore startWithLabels:@{@"label1":@"value1"}];

And to track view changes/appearances:

    [CSComScore view];
    // Or..
    [CSComScore viewWithLabels:@{@"testLabelA2":@"testValueA2", @"testLabelB2":@"testValueB2"}];

Be sure to look at the ComScore.h header file for the full list of methods used by their library.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号