Skip to content

Commit 41a1c14

Browse files
authoredMar 9, 2022
Merge pull request #2584 from segmentio/develop
Release 22.10.3
2 parents 4fcca95 + df27ae7 commit 41a1c14

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed
 

Diff for: ‎src/_includes/content/destination-dossier.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{% assign overrideInfo = site.data.catalog.overrides.items % | where: "slug", thisDestination | first %}
55

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

Diff for: ‎src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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+
916
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"}.
1017

1118
> warning "Before you begin"

Diff for: ‎src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ If you use a Java codebase, please refer to the [Java Compatibility docs](https:
450450
## Supported Destinations
451451
Segment currently supports these destinations for Analytics Kotlin and is actively adding more:
452452
* [Amplitude](https://github.com/segment-integrations/analytics-kotlin-amplitude)
453-
* [Appsflyer](https://github.com/segment-integrations/analytics-kotlin-appsflyer)
454453
* [Firebase](https://github.com/segment-integrations/analytics-kotlin-firebase)
455454
* [Mixpanel](https://github.com/segment-integrations/analytics-kotlin-mixpanel)
456455

Diff for: ‎src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ analytics.add(plugin: idfaPlugin)
402402
## Supported Destinations
403403
Segment supports these destinations for Analytics Swift, with more to come:
404404
* [Amplitude](https://github.com/segment-integrations/analytics-swift-amplitude)
405-
* [Appsflyer](https://github.com/segment-integrations/analytics-swift-appsflyer)
406405
* [Facebook App Events](https://github.com/segment-integrations/analytics-swift-facebook-app-events)
407406
* [Firebase](https://github.com/segment-integrations/analytics-swift-facebook-app-events)
408407
* [Mixpanel](https://github.com/segment-integrations/analytics-swift-mixpanel)

0 commit comments

Comments
 (0)
Please sign in to comment.