From cda151fbcafc81e5ca5285ccc804237effa543bc Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Thu, 24 Jul 2025 12:10:26 -0700 Subject: [PATCH 1/9] Update index.mdx -link to blog post for more explanation -separate out intro and 2 ways to enable --- src/content/docs/google-tag-gateway/index.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 84c2d9d6991869e..5559da61db476d6 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -6,9 +6,16 @@ sidebar: --- +Google tag gateway for advertisers allows website owners using Cloudflare as a CDN to get the most out of ad measurement tools with just a few clicks. + +Learn more about why we built it and how it works in our [blog post](https://blog.cloudflare.com/google-tag-gateway-for-advertisers/). + ## Get started -Google tag gateway for advertisers allows website owners using Cloudflare as a CDN to get the most out of ad measurement tools with just a few clicks. Note: setting this up [directly in Google Tag Manager](https://support.google.com/analytics/answer/16061641) is the fastest way to use this feature. +Site owners can enable this feature in one of two ways: through the Google tag console, or via the Cloudflare dashboard. + +### Configure Google tag gateway for advertisers in the Google tag console +Setting this up [directly in Google Tag Manager](https://support.google.com/analytics/answer/16061641) is the fastest way to use this feature. ### Configure Google tag gateway for advertisers in the dashboard From 7ec9e894242a4c08abfb50d5f12030768b3ce48f Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:18:52 -0700 Subject: [PATCH 2/9] Update index.mdx link to google docs --- src/content/docs/google-tag-gateway/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 5559da61db476d6..a968c6169af96bd 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -6,7 +6,7 @@ sidebar: --- -Google tag gateway for advertisers allows website owners using Cloudflare as a CDN to get the most out of ad measurement tools with just a few clicks. +Google tag gateway for advertisers allows website owners using Cloudflare as a CDN to get the most out of ad measurement tools with just a few clicks. It allows you to deploy Google scripts using your own domain, enhancing data privacy and improving signal measurement recovery. Unlike standard setups where tags are requested from a Google domain, Google tag gateway for advertisers loads the tag from your domain and sends measurement events to your domain, where they are forwarded to Google. Learn more about why we built it and how it works in our [blog post](https://blog.cloudflare.com/google-tag-gateway-for-advertisers/). @@ -38,3 +38,6 @@ The [Google tag ID](https://support.google.com/analytics/answer/9539598?hl=en) c 6. Once you click **Save**, Google tag gateway for advertisers will be enabled on your zone. If you already have a GTM script on your website, this First Party Tag will override the existing script. Now that you have authenticated into your Cloudflare account and configured GTM in first-party mode, your Google Tags will be loaded using `https://your-domain/measurement-path/...`and subsequent measurement requests will be served by Cloudflare. + +## Related resource +- [Google Developer Docs: Set up Google tag gateway for advertisers](https://developers.google.com/tag-platform/tag-manager/gateway/setup-guide?setup=auto) From 713b062e0d5b864960a3057367d00304d234951d Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:39:16 -0700 Subject: [PATCH 3/9] Update index.mdx add additional resource --- src/content/docs/google-tag-gateway/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index a968c6169af96bd..bb6021a4836cba5 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -41,3 +41,4 @@ Now that you have authenticated into your Cloudflare account and configured GTM ## Related resource - [Google Developer Docs: Set up Google tag gateway for advertisers](https://developers.google.com/tag-platform/tag-manager/gateway/setup-guide?setup=auto) +- [Google Tag Manager Help: Set up Google tag gateway for advertisers in the Google tag with Cloudflare](https://support.google.com/tagmanager/answer/16061406) From be2ef6a009fb97e376e15c73326d6caf66ed9791 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:57:02 -0400 Subject: [PATCH 4/9] Update index.mdx add deeplink to dashboard --- src/content/docs/google-tag-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index bb6021a4836cba5..67d068cf0725da6 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -12,7 +12,7 @@ Learn more about why we built it and how it works in our [blog post](https://blo ## Get started -Site owners can enable this feature in one of two ways: through the Google tag console, or via the Cloudflare dashboard. +Site owners can enable this feature in one of two ways: through the Google tag console, or through the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/tag-management/google-tag-gateway). ### Configure Google tag gateway for advertisers in the Google tag console Setting this up [directly in Google Tag Manager](https://support.google.com/analytics/answer/16061641) is the fastest way to use this feature. From b3a63924482eef125cbb7e197472095cf20ecc95 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:57:51 -0400 Subject: [PATCH 5/9] Update src/content/docs/google-tag-gateway/index.mdx Co-authored-by: ToriLindsay --- src/content/docs/google-tag-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 67d068cf0725da6..9743cdd9f1d49dc 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -15,7 +15,7 @@ Learn more about why we built it and how it works in our [blog post](https://blo Site owners can enable this feature in one of two ways: through the Google tag console, or through the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/tag-management/google-tag-gateway). ### Configure Google tag gateway for advertisers in the Google tag console -Setting this up [directly in Google Tag Manager](https://support.google.com/analytics/answer/16061641) is the fastest way to use this feature. +The fastest way to set up Google tag gateway for advertisers is in Google Tag Manager. [Follow the steps in Google's Help Center](https://support.google.com/analytics/answer/16061641). ### Configure Google tag gateway for advertisers in the dashboard From 4fec203ec5c0b0245c8e6cade7f1e7992dec15e3 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:07:26 -0400 Subject: [PATCH 6/9] Update src/content/docs/google-tag-gateway/index.mdx Co-authored-by: ToriLindsay --- src/content/docs/google-tag-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 9743cdd9f1d49dc..0b4461d9ffb53a6 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -14,7 +14,7 @@ Learn more about why we built it and how it works in our [blog post](https://blo Site owners can enable this feature in one of two ways: through the Google tag console, or through the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/tag-management/google-tag-gateway). -### Configure Google tag gateway for advertisers in the Google tag console +### Configure in Google Tag Manager The fastest way to set up Google tag gateway for advertisers is in Google Tag Manager. [Follow the steps in Google's Help Center](https://support.google.com/analytics/answer/16061641). ### Configure Google tag gateway for advertisers in the dashboard From 6d66a343a20651b60a069a9409213bdb7d3a324e Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:07:35 -0400 Subject: [PATCH 7/9] Update src/content/docs/google-tag-gateway/index.mdx Co-authored-by: ToriLindsay --- src/content/docs/google-tag-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 0b4461d9ffb53a6..24dba43872c875c 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -17,7 +17,7 @@ Site owners can enable this feature in one of two ways: through the Google tag c ### Configure in Google Tag Manager The fastest way to set up Google tag gateway for advertisers is in Google Tag Manager. [Follow the steps in Google's Help Center](https://support.google.com/analytics/answer/16061641). -### Configure Google tag gateway for advertisers in the dashboard +### Configure in the Cloudflare dashboard :::note Your Cloudflare dashboard user must have one of the following [Account Roles](/fundamentals/manage-members/roles/#account-scoped-roles): Super Administrator, Administrator or Zaraz Admin. If you are using Domain Scoped Roles, your [Domain Role](/fundamentals/manage-members/roles/#domain-scoped-roles) must be Domain Administrator. From c0166a5c8ff190f4fb70dcc8c25fd3e4cd61d0d3 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:07:45 -0400 Subject: [PATCH 8/9] Update src/content/docs/google-tag-gateway/index.mdx Co-authored-by: ToriLindsay --- src/content/docs/google-tag-gateway/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index 24dba43872c875c..ed344678f48e0a9 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -39,6 +39,6 @@ The [Google tag ID](https://support.google.com/analytics/answer/9539598?hl=en) c Now that you have authenticated into your Cloudflare account and configured GTM in first-party mode, your Google Tags will be loaded using `https://your-domain/measurement-path/...`and subsequent measurement requests will be served by Cloudflare. -## Related resource +## Related resources - [Google Developer Docs: Set up Google tag gateway for advertisers](https://developers.google.com/tag-platform/tag-manager/gateway/setup-guide?setup=auto) - [Google Tag Manager Help: Set up Google tag gateway for advertisers in the Google tag with Cloudflare](https://support.google.com/tagmanager/answer/16061406) From e0e11865c477b9ef0b35751121e253414c040a02 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:08:42 -0400 Subject: [PATCH 9/9] Update src/content/docs/google-tag-gateway/index.mdx Co-authored-by: ToriLindsay --- src/content/docs/google-tag-gateway/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/google-tag-gateway/index.mdx b/src/content/docs/google-tag-gateway/index.mdx index ed344678f48e0a9..593475acfa9c85b 100644 --- a/src/content/docs/google-tag-gateway/index.mdx +++ b/src/content/docs/google-tag-gateway/index.mdx @@ -41,4 +41,5 @@ Now that you have authenticated into your Cloudflare account and configured GTM ## Related resources - [Google Developer Docs: Set up Google tag gateway for advertisers](https://developers.google.com/tag-platform/tag-manager/gateway/setup-guide?setup=auto) -- [Google Tag Manager Help: Set up Google tag gateway for advertisers in the Google tag with Cloudflare](https://support.google.com/tagmanager/answer/16061406) +- [Google Help Center: Set up Google tag gateway for advertisers in the Google tag with Cloudflare](https://support.google.com/tagmanager/answer/16061406) +- [Google Help Center: Set up Google tag gateway for advertisers in Google Tag Manager with Cloudflare](https://support.google.com/analytics/answer/16061641)