Forum Replies Created

  • MilesWeb

    Member
    16 February 2024 at 6:33 am in reply to: Setting up several properties/views for one domain

    While 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

  • MilesWeb

    Member
    12 February 2024 at 12:00 pm in reply to: not set coming to pages and screens report in GA4

    Are 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.

  • MilesWeb

    Member
    19 January 2024 at 7:54 am in reply to: Getting User-ID in reports

    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