Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setter for GTAG config parameters #16

Open
baer999 opened this issue Aug 19, 2020 · 3 comments
Open

Setter for GTAG config parameters #16

baer999 opened this issue Aug 19, 2020 · 3 comments
Labels
feature New feature proposal

Comments

@baer999
Copy link

baer999 commented Aug 19, 2020

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

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

@isc30
Copy link
Owner

isc30 commented Sep 20, 2020

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 isc30 changed the title Possiblity to 'set', 'linker' domains Setter for GTAG config parameters Sep 20, 2020
@isc30 isc30 added the feature New feature proposal label Sep 20, 2020
@EricBos
Copy link

EricBos commented Oct 12, 2021

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?

@jay1891
Copy link
Contributor

jay1891 commented Oct 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature proposal
Projects
None yet
Development

No branches or pull requests

4 participants