Can you give example to how to GA4 will stored the data by user-wise. have a website in there want to send username/id via Google analytics script
Want to push records with user wise to GA4 ex: like gtag('set', 'user_id', '{username}'); {username} will post dynamic as per diff user logged in to site..
how to read data by page or user-wise by using netcore .. Need your help to achieve the goal..
Thank you.