0

I'm trying to track video and audio plays as screen views using the GA iOS SDK v2. Is this possible? Normally one would replace the uiviewcontroller reference with GItrackedviewcontroller. This doesn't seem to be an option.

4

1 回答 1

0

是的,这是可能的。您可以手动调用

[tracker sendView:@"My view name"];

每次打开视频或音频流时。GAITrackedViewController 除了将这个 sendView 调用准确地放入 viewDidAppear(或 viewWillAppear,对此不确定)之外什么都不做。

于 2013-03-12T09:31:32.333 回答