blazor-analytics icon indicating copy to clipboard operation
blazor-analytics copied to clipboard

Blazor extensions for Analytics: Google Analytics, GTAG, ...

Results 20 blazor-analytics issues
Sort by recently updated
recently updated
newest added

Added Anonymize IP option, see #50

awaiting for details

This component is totally Compliance with GA4? Best Regards,

good first issue
feature
awaiting for details

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 } });

feature

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...

question

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...

question

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...

enhancement

It would be nice to pass custom additional parameters to Google Analytics, such as customer number. Thanks

feature