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

Support to Google Analytics 4 gtag.js #1152

Closed
ricardofrantz opened this issue Jan 18, 2023 · 1 comment
Closed

Support to Google Analytics 4 gtag.js #1152

ricardofrantz opened this issue Jan 18, 2023 · 1 comment
Labels
enhancement An enhancement.
Milestone

Comments

@ricardofrantz
Copy link

Hi, I want to link my page to Google Analytics, but their latest updates do not seem to be compatible with the current options.

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXXXC"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-XXXXXXXXXXC');
</script>
ziyi-zhou pushed a commit to ziyi-zhou/ziyi-zhou.github.io that referenced this issue May 8, 2023
This makes sure that the image is resized per media type by imagemagick.
The result is still a bit too big (1400 width on desktop), but better
than nothing.

Signed-off-by: Zuhair AlSader <zalsader@hotmail.com>
@rjzupkoii rjzupkoii added the enhancement An enhancement. label Feb 14, 2024
@rjzupkoii rjzupkoii added this to the 2024 Refresh milestone Feb 14, 2024
rjzupkoii added a commit that referenced this issue Feb 14, 2024
@rjzupkoii
Copy link
Collaborator

This has been addressed with pull request #1183

Guancheng1 pushed a commit to Guancheng1/Guancheng1.github.io that referenced this issue Nov 8, 2024
lizannep pushed a commit to lizannep/lizannep.github.io that referenced this issue Dec 24, 2024
schanghydro pushed a commit to schanghydro/schanghydro.github.io that referenced this issue Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants