We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
like explained here: https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain
gtag('config', 'GA_MEASUREMENT_ID', { 'linker': { 'accept_incoming': true } });
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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?
No branches or pull requests
like explained here:
https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain
gtag('config', 'GA_MEASUREMENT_ID', {
'linker': {
'accept_incoming': true
}
});
The text was updated successfully, but these errors were encountered: