Skip to content

Commit 4fcca95

Browse files
author
markzegarelli
committed
more fixes
1 parent 8dabd89 commit 4fcca95

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
{% assign overrideInfo = site.data.catalog.overrides.items % | where: "slug", thisDestination | first %}
55

6-
7-
8-
{% assign destinationInfo = site.data.catalog.destinations.items | where: "destination_id", thisDestination | first %}
6+
{% assign destinationInfo = site.data.catalog.destinations.items | where: "id", thisDestination | first %}
97
{% comment %}There are probably prettier ways to generate a list of links to these methods, but this was good enough for me.{% endcomment %}
108
{% assign destMethods = "" | split: ", " %}
119
{% assign methodName = "" | split: " " %}

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ hide-dossier: false
66
id: 60ae8b97dcb6cc52d5d0d5ab
77
---
88

9-
> info ""
10-
> This document is about a feature that is in beta. This means that the destination is in active development, and some functionality may change before it becomes generally available.
11-
12-
> success ""
13-
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Google Enhanced Conversions Segment destination.
14-
15-
169
The Google Enhanced Conversions destination enables you to improve the accuracy of your conversion measurement. You can supplement existing conversion tags by sending first-party customer conversion data from your website, such as email address, to Google Ads. Segment hashes this data and sends it in a privacy-safe way. Google matches hashed data with signed-in Google accounts to attribute the conversion to ad events, such as clicks or views. To learn more about Google Enhanced Conversions, see Google's documentation [About enhanced conversions](https://support.google.com/google-ads/answer/9888656?hl=en-GB){:target="_blank"}.
1710

1811
> warning "Before you begin"

0 commit comments

Comments
 (0)