Replies: 2 comments 3 replies
-
I don't think anyone other than the owner of the analytics project/app can do anything with the goole analytics ID, but maybe someone more knowledgeable can chime in, as if that's the case I'm also interested in obscuring it either via Github secrets or something else! |
Beta Was this translation helpful? Give feedback.
2 replies
-
AFAICT, Google sees that analytics ID in the HTML content, right? In that case, encrypting does nothing, since anyone can browse your website and grab it anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know that I can add my google analytics code to my
_quarto.yml
underwebsite:
. However, I'm wondering if that is something that should be encrypted using, e.g., GitHub secrets?Beta Was this translation helpful? Give feedback.
All reactions