From 82131a52fa112ef58128e020f6b10319a931c7f8 Mon Sep 17 00:00:00 2001 From: prigiattiperrut <47340158+prigiattiperrut@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:29:17 +0000 Subject: [PATCH 1/2] Update guide to add a note about Consent Mode.md --- src/connections/destinations/catalog/google-ads-gtag/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/destinations/catalog/google-ads-gtag/index.md b/src/connections/destinations/catalog/google-ads-gtag/index.md index db76677af5..61247d4548 100644 --- a/src/connections/destinations/catalog/google-ads-gtag/index.md +++ b/src/connections/destinations/catalog/google-ads-gtag/index.md @@ -28,6 +28,10 @@ You can use this destination to map your `.page()` calls to **Page Load Conversi 5. On the destination Settings tab, enter the **Conversion ID** from your Google Ads (Gtag) account. 6. Select the 'Click Conversion' setting. Enter the name of the event as it appears in the [`track`](/docs/connections/spec/track) call and map it to your Google Ads (Gtag) conversion label. +> info "" +> Consent Mode: Segment is currently building Consent Mode functionally for all affected Google destinations. We expect this functionally to be available by March 1, 2024. + + ## Page If you want to map all your unnamed `.page()` calls to a default Page Load Conversion, you can enter the Conversion ID in **Settings > Default Page Conversion**. However, if you created specific Page Load Conversions in Google Ads that you'd like to map your named `.page()` calls in Segment, you can map the events in **Settings > Page Load Conversions**. From 0d88f20628874e30861c508ea644d6d2fb411fef Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:23:00 -0800 Subject: [PATCH 2/2] Update src/connections/destinations/catalog/google-ads-gtag/index.md --- src/connections/destinations/catalog/google-ads-gtag/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/destinations/catalog/google-ads-gtag/index.md b/src/connections/destinations/catalog/google-ads-gtag/index.md index 61247d4548..64cad7f78e 100644 --- a/src/connections/destinations/catalog/google-ads-gtag/index.md +++ b/src/connections/destinations/catalog/google-ads-gtag/index.md @@ -28,8 +28,8 @@ You can use this destination to map your `.page()` calls to **Page Load Conversi 5. On the destination Settings tab, enter the **Conversion ID** from your Google Ads (Gtag) account. 6. Select the 'Click Conversion' setting. Enter the name of the event as it appears in the [`track`](/docs/connections/spec/track) call and map it to your Google Ads (Gtag) conversion label. -> info "" -> Consent Mode: Segment is currently building Consent Mode functionally for all affected Google destinations. We expect this functionally to be available by March 1, 2024. +> info "Consent Mode" +> Segment is currently building Consent Mode for all affected Google destinations. This will be available before March 6, 2024. ## Page