iPhone 中的 Omniture 追踪

发布于 2024-09-15 22:05:22 字数 284 浏览 4 评论 0原文

我想在 iPhone 应用程序中实现 Omniture 跟踪。我只对 Omniture 有一个基本线索,它是第三方软件,可以帮助您跟踪用户在应用程序中的关键字搜索,它还有助于向用户呈现类似的搜索,并有助于报告。如果我错了,请纠正我,因为我仍在挖掘信息。

我想在我的应用程序中实现相同的 iPhone 表单。

我在谷歌上搜索了有关 Omniture 跟踪的信息,这很令人恐惧,而且没有关于如何在 iPhone 应用程序中实现它的帮助。

任何人都可以指导我如何做到这一点以及如何在 iPhone 上做到这一点?

I want to implement Omniture tracking in an iPhone application. I just have a basic clue on Omniture, that it is third party software that helps you to track keyword searches by your users in your application, and it also helps to present similar searches to the users, and helps reporting. Please correct me if I am wrong as I still digging information on it.

I want to implement the same iPhone form in my application.

I have googled for the information about Omniture tracking, it is scare and there is no help as to how to implement it in an iPhone application.

Can any one guide me how it is done and how to do it iPhone?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

﹂绝世的画 2024-09-22 22:05:22

如果您正在构建本机 Objective C 应用程序,我无法提供太多建议,只是说您应该阅读 Omniture 的 iPhone 实施指南。如果您正在构建嵌入式 Web 应用程序,并且考虑到您想要集成关键字搜索建议,我认为您没有太多选择,但我建议您像使用常规 JavaScript 库一样使用它们正在将 Omniture 集成到您的网站中。 iPhone 上的 js 引擎足够快,您可能不会注意到性能有任何下降,而且内存占用也没有那么大。

I can't give much advice if you're building a native Objective C app, other than to say you should read Omniture's iPhone implementation guide. If you're building an embedded web application, and given that you want to integrate keyword search suggestions, I don't think you have much of a choice, but I'd recommend using their regular JavaScript library the same way you would if you were integrating Omniture into your web site. The js engine on the iPhone is fast enough that you probably won't notice any degradation in performance and the memory footprint's not that big.

淡忘如思 2024-09-22 22:05:22

听起来您只想使用 Omniture,因为您听说过它。还有其他跟踪解决方案,例如 Flurry 和 Google Analytics,它们都提供 iOS SDK,并且比 Omniture 更容易实现且更容易找到相关文档。

我个人推荐 Flurry,因为它可以为您提供比 Google 更多的设备特定数据。

http://www.flurry.com/product/analytics/index.html

http://code.google.com/apis/analytics/docs/mobile /ios.html

It sounds like you only want to use Omniture because it's the one you've heard of. There are other tracking solutions like Flurry and Google Analytics that both offer iOS SDKs and are easier to implement and easier to find documentation about than Omniture.

I recommend Flurry personally as it gives you more device-specific data that Google does.

http://www.flurry.com/product/analytics/index.html

http://code.google.com/apis/analytics/docs/mobile/ios.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文