-
Notifications
You must be signed in to change notification settings - Fork 6
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
add sync file to GA module #314
Conversation
|
This is ready for review |
@@ -65,6 +66,7 @@ module: | |||
imagemagick: 0 | |||
islandora: 0 | |||
islandora_audio: 0 | |||
islandora_breadcrumbs: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DonRichards @jatjhu Would this change mean that the breadcrumbs module is enabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this is related to the analytics module. I could remove it I think.
@@ -0,0 +1,38 @@ | |||
account: G-8435EBBK3D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might want to see how this could be an environment variable. That way the local dev environment wouldn't be using the same code as production. Another option would we to set up GA so that it only records activity that happens on the prod domain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point I didn't think of that
Add sync file for GA to persist the measurement ID