

MilesWeb
Forum Replies Created
-
MilesWeb
Member16 February 2024 at 6:33 am in reply to: Setting up several properties/views for one domainWhile you can’t directly have two separate properties for the same domain in GA4, you can achieve your desired outcome of having one view with all data and another excluding internal traffic.
Create a single data stream for your domain.
Within this data stream, set up two views:
View 1 (All Data): This view remains unfiltered, showing all traffic data.View 2 (Internal Traffic Excluded): Create a filter in this view to exclude internal traffic. You can achieve this by filtering based on IP addresses, hostname, user agent, or other criteria that identify your internal users.
https://support.google.com/analytics/answer/10104470
support.google.com
[GA4] Filter out internal traffic - Analytics Help
Discover how to filter out activity from internal users so the data doesn't appear in reportsYou can filter out website activity from an IP address or a range of IP addresses so the data generated by
-
MilesWeb
Member12 February 2024 at 12:00 pm in reply to: not set coming to pages and screens report in GA4Are you using a window-loaded trigger to check page-loading behavior, consider using a DOM-Ready trigger.
Use some browser developer tools, “page_view” events
You can make use of Tag Assistant extension, inorder to identify any configuration errors
Make use of GTM’s DataLayer Debugger to verify the title value.
-
Here are some outlined steps for having difficulty with adding user IDs and page titles to your metrics,
1. ensure that your data model includes important fields like user_id and page_title
2. check if you have used the GROUP BY clause
3. COUNT to count the number of times each user has viewed a particular page
4. make sure you’re correctly configuring the metrics and dimensions