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

How to properly access cid value ? #339

Open
Germain-condo-group opened this issue Feb 9, 2023 · 1 comment
Open

How to properly access cid value ? #339

Germain-condo-group opened this issue Feb 9, 2023 · 1 comment

Comments

@Germain-condo-group
Copy link

Germain-condo-group commented Feb 9, 2023

Request / Idea

In the case of our app, we need to access the cid value from analytics.
For now we found a workaround by accessing cookies _ga and replacing GA1.1.:

const cid = cookies.get('_ga').replace('GA1.1.', '');

Probably there is a better way to do it, do you know where I can access this value using the library or maybe on window instance ?

@Shinigami92
Copy link
Contributor

No, I suggest to ask this on StackOverflow

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

No branches or pull requests

2 participants