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

Setter for GTAG config parameters

Open baer999 opened this issue 5 years ago • 3 comments

like explained here: https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain

gtag('config', 'GA_MEASUREMENT_ID', { 'linker': { 'accept_incoming': true } });

baer999 avatar Aug 19 '20 10:08 baer999

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?

isc30 avatar Sep 20 '20 15:09 isc30

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?

EricBos avatar Oct 12 '21 16:10 EricBos

Hi, if I may ask, is something as @EricBos suggests going to be implemented?

jay1891 avatar Oct 26 '21 11:10 jay1891