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 Add Google Analytics Tracking to Terraform Provider Registry documentation #204

Open
rjouhann opened this issue Nov 4, 2022 · 0 comments

Comments

@rjouhann
Copy link

rjouhann commented Nov 4, 2022

Do the markdown files generating the docs on the Terraform Registry for a provider supports Google Analytics Tracking?

Essentially, can we add this tag in the .md files and have the below tracking code added to each pages on the terraform provider registry documentation?

.. raw:: HTML
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-1234ABCD"></script>
    
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-1234ABCD');
    </script>
BrianMMcClain pushed a commit that referenced this issue Aug 2, 2024
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

1 participant