Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working on an app for a particular website that's currently using Google Analytics. I'm planning on adding Google Analytics to my iOS device as well. I want to know how to design my work flow so that I can merge both sources of data.

Should my mobile device be sending out data to a URL like my www.website.com/myPhone? Is creating a separate 'UA' (Google Analytics serial number) account for the phone a good idea? Any advise on viewing relevant meaningful data in one place would be helpful.

share|improve this question

1 Answer

A little more on what your site and your application do would be useful. But if they do the same things I recommend you to have 3 profiles in 1 account, and to use filters to do :

  • one profile with all your stats
  • one profile with your website only
  • one profile with your mobile app only

Try to have the same URLs for the same views : this will facilitate the reading of statistics and the implementation of goals.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.