Previously were using universal tracking to track user visits to Google Analytics using python script from the backend application.
Now migrating to Google Analytics 4 and using the Measurement Protocol to send events to record in Google Analytics
Events list reference Lists a few events and required parameters, however, most of them look like e-commerce events. However, I want to record visits to my website.
How should the event name, if it has to be from the predefined list? Or how can I create event names?