I would like to show the custom parameters values in the User Report (next image).
Click to see where I need to show the parameters in Google Analytics 4 User Report
I have created the event with this code:
gtag('event', 'stop', {
page_title: myTitle,
page_location: myPage
timeView : timeView
});
You have to enable custom parameters in the interface before you can use them.
Alternatively, if you've linked GA4 Stream to BigQuery, you can find them there.