blazor-analytics
                                
                                 blazor-analytics copied to clipboard
                                
                                    blazor-analytics copied to clipboard
                            
                            
                            
                        Setter for GTAG config parameters
like explained here: https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain
gtag('config', 'GA_MEASUREMENT_ID', { 'linker': { 'accept_incoming': true } });
Hi, I guess having the ability to customize the parameters for 'config' would be enough to cover this case, would that be enough for you?
Would be good to have this in a generic way.
Personally looking at this one to implement:
gtag('config', 'GA_MEASUREMENT_ID', { 'user_id': 'USER_ID' });
A generic method could work that takes tag and value?
Hi, if I may ask, is something as @EricBos suggests going to be implemented?