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

docs: setup unified GTM #46290

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Conversation

saihaj
Copy link
Member

@saihaj saihaj commented Jun 27, 2024

Why are these changes needed?

A unified setup with Google Tag manager to manage scripts that are loaded and also respecting user cookie configuration.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@saihaj saihaj requested a review from a team as a code owner June 27, 2024 04:08
Signed-off-by: Saihajpreet Singh <c-saihajpreet.singh@anyscale.com>
@@ -288,7 +288,6 @@ def render_svg_logo(path):
"csat",
],
"navigation_depth": 4,
"analytics": {"google_analytics_id": "UA-110413294-1"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

n00b question, why we are removing google analytics here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that will be injected by Google Tag manager. It is to manage all tags in one place for all websites we manage. With Google tag manager we will also inject cookiebot which will make sure Google analytics only runs when user gives permissions (where needed for compliance reasons)

@saihaj saihaj requested a review from can-anyscale June 28, 2024 03:29
Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the PR; it conflicts with the master branch now; if you can help resolve i'll merge afterwards, thankks

@saihaj saihaj requested a review from can-anyscale July 5, 2024 18:23
Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@angelinalg angelinalg enabled auto-merge (squash) July 8, 2024 16:02
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Jul 8, 2024
@angelinalg angelinalg merged commit 85eb05c into ray-project:master Jul 8, 2024
7 checks passed
@saihaj saihaj deleted the saihaj/unify-tags branch July 8, 2024 18:12
saihaj added a commit to saihaj/ray that referenced this pull request Jul 19, 2024
saihaj added a commit to saihaj/ray that referenced this pull request Jul 19, 2024
Signed-off-by: Saihajpreet Singh <c-saihajpreet.singh@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants