A transit mobile app shows screens that behave like portal pages for analytics purposes. How should the city reuse its web-analyzer patterns?
Select an answer to reveal the explanation.
Short Explanation
A screen in the transit app is just a page wearing a different jacket. Emit the same style of events—ids, timestamps, steps—into the pipelines you already trust. Web-analyzer patterns travel fine to mobile when the event model stays coherent.
Full Explanation
Web-analyzer application patterns extend to mobile when apps emit comparable structured events into shared ingestion and processing designs. Sessionization, funnels, and serving layers can reuse Cap. 10 concepts with screen-level events. Isolating mobile as an incompatible afterthought loses portfolio learning across channels.