Closed
Description
Description
Hello, Firebase team.
Question
Could you help confirm whether the Firebase native iOS SDK is designed to capture data which populates the Engagement > Landing Page report?
Context
My team is currently integrating GA4 into our native iOS application via the Firebase iOS SDK. We have encountered some ambiguity.
The report's original intention appears to be for web usage, but recent GA4 training videos suggest that both website URLs and mobile screen names can populate this view ([GA4] Landing page report: YT video @ 4:44).
In our current setup:
- Automatic screen tracking is disabled.
- We manually log screens with screen parameters name and class both set to the same value.
- These screen views appear properly in the standard [GA4] Pages and screens report report.
Despite this, the landing page report remains empty. We have found no documentation specific to enabling or triggering this metric for native iOS apps.
We appreciate any guidance.
Reproducing the issue
- Integrate Firebase SDK.
- Disable automatic screen tracking.
- Trigger
logEvent
multiple times, each time using identical screen and class parameters. - Review [GA4] Landing page report.
Firebase SDK Version
11.9.0
Xcode Version
16.3
Installation Method
CocoaPods
Firebase Product(s)
Analytics
Targeted Platforms
iOS
Relevant Log Output
N/A
If using Swift Package Manager, the project's Package.resolved
N/A
If using CocoaPods, the project's Podfile.lock
N/A