blazor-analytics
blazor-analytics copied to clipboard
Blazor extensions for Analytics: Google Analytics, GTAG, ...
This component is totally Compliance with GA4? Best Regards,
Hi, how is possible to use the package from API in ASP.NET Core? Is also possible to track a single user passing any ID? Thank you.
like explained here: https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain gtag('config', 'GA_MEASUREMENT_ID', { 'linker': { 'accept_incoming': true } });
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 I added the service...
This may be an issue separate from Blazor-Analytics (let me know if you agree). When trying to view the BlazorClient site in preview mode using GTM, the expected panel does...
When I'm monitoring the "real time" of Google Analytics, it looks like the NavLink transitions are not being tracked. Only when I refresh the page in the browser, the page...
Just found out that someone made a javascript for google analytics which helps single page apps like blazor to correctly tracks urls you visit, external links you open and other...
It would be nice to pass custom additional parameters to Google Analytics, such as customer number. Thanks