-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I followed the setup info you provided.
I added NavigationTracker to the App.Razor
Sorry, there's nothing at this address.
and I added the JS to index.html
<script src="_content/Blazor-Analytics/blazor-analytics.js"></script>I added the service to Program.cs of the client
builder.Services.AddGoogleAnalytics("XXXXXXXXX");
But I am still not getting individual page view info in Google Analytics. It just registers the application was loaded/accessed.
I also experimented with
await Analytics.TrackEvent("PageView", null, "PageName");
in a couple of pages to see if calling the specific event would help but no joy.
Any suggestions or recommendations ?
Metadata
Metadata
Assignees
Labels
No labels