tags:

views:

65

answers:

1

Hi All,

Wannted to implement omniture tracking in iPhone application, I just have basic clue on omniature that it is a third party software that helps you to track keyword search by your user in your application, also help to present similar searches to user, and helps reporting, plz correct me if I am wrong as I still digging information on it.

I wanted to implement the same in iphone form my application.

I have goggled by the information about omniture tracking is scare and there is no help to as to how to implement in iPhone

Can any one guide me how it is done and how to do it iphone.

A: 

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.

Andrew
thanks for the information.
Ameya
I'm sorry no one else could help. Sometimes there's just not enough people to cover a subject here. By the way, are you building a native app or a hybrid (HTML) one?
Andrew
a native app, wanted suggested search functionality, etc
Ameya