Hi,
The issue you’re facing with your landing page typically happens when GA4 is unable to attribute the session’s landing page.
Here are a few steps you can take to resolve this:
1. Ensure your GA4 tag is implemented correctly on all pages, especially the landing pages. If you’re using Google Tag Manager, confirm that the GA4 configuration tag is firing on the page load.
2. Go to your GA4 property settings and confirm that the data stream connected to your website is active and correctly set up.
3. Sessions originating from direct traffic might show (not set) if no referrer or campaign data is passed. Make sure other traffic sources like campaigns, ads, or referrals are tagged properly using UTM parameters.
4. In the GA4 interface, ensure you’re using the Page path and screen class dimension under the landing page report. This gives a clearer view of your landing pages.
5. Use the DebugView in GA4 to monitor the live flow of data from your site. Visit your landing pages and check if the page_view events are being logged correctly.
Hope it helps