I have a navigation based application. All of the Google Analytics examples I see have page view tracking in viewDidLoad.
I'm wondering if this makes the most sense. If I want to learn about the true behavior of my users, shouldn't it be in viewWillAppear? What is the rationale behind putting it in viewDidLoad? Is there consensus on the proper way to track pageviews?
Thanks