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
Hi, I try to use Google analytics to receive data for my personal website with tracking number G-XXXXXXXXXX
below is the current code for me: # Analytics analytics: provider : "google-universal" # false (default), "google", "google-universal", "custom" google: tracking_id : G-XXXXXXXXXX
Is there something need to be changed, or there's some error in using google analytics now?
The text was updated successfully, but these errors were encountered:
Try using custom option as provider and copy the code snippet from google analytics to _includes/analytics-providers/custom.html
_includes/analytics-providers/custom.html
Sorry, something went wrong.
I used that _includes/analytics-providers/custom.htm but it seems not working as well.
This might be fixed now, please see #1183
No branches or pull requests
Hi, I try to use Google analytics to receive data for my personal website with tracking number G-XXXXXXXXXX
Is there something need to be changed, or there's some error in using google analytics now?
The text was updated successfully, but these errors were encountered: