GoogleAnalyticsUtils.EventsReporter.GetPageViewURI C# (CSharp) Method

GetPageViewURI() private static method

private static GetPageViewURI ( string eventType, string eventName ) : string
eventType string
eventName string
return string
        private static string GetPageViewURI(string eventType, string eventName) =>
            $"/virtual/{eventType}/{eventName}";
    }