• Getting User-ID in reports

    Posted by Li on 25 September 2023 at 7:16 pm

    Hey, here’s a thing that’s been bugging me. You know how we got those user ids and page titles in our app, right? Now what if we wanted to see how many times each user has viewed a page? Picture this, it’s right below. I’ve made a report showing each user’s id and the page titles, but for some reason, I just can’t seem to add the user id/ pages in metrics. Can you help me out?

    MilesWeb replied 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • MilesWeb

    Member
    19 January 2024 at 7:54 am

    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

Log in to reply.