From 268d23bbdb9fd99cdcb7edd79af57b48c89cb52c Mon Sep 17 00:00:00 2001 From: Courtney Garcia <97773072+courtneyga@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:03:44 -0500 Subject: [PATCH 1/3] Update index.md --- src/connections/destinations/catalog/appsflyer/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/connections/destinations/catalog/appsflyer/index.md b/src/connections/destinations/catalog/appsflyer/index.md index 9fce94cd2f..c930dceede 100644 --- a/src/connections/destinations/catalog/appsflyer/index.md +++ b/src/connections/destinations/catalog/appsflyer/index.md @@ -230,3 +230,9 @@ The destination does not automatically support out-of-the-box deeplinking (you n Therefore, you can use AppsFlyer's OneLink integration which is a single, smart, tracking link that can be used to track on both Android and iOS. OneLink tracking links can launch your app when it is already installed instead of redirecting the user to the app store. For more details, review the [AppsFlyer OneLink set up Guide](https://support.appsflyer.com/hc/en-us/articles/207032246-OneLink-Setup-Guide){:target="_blank"}. More information is available in the AppsFlyer SDK Integration Guides ([iOS](https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS{:target="_blank"}), [Android](https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android){:target="_blank"}) and Segment's mobile FAQs ([iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#faq), [Android](/docs/connections/sources/catalog/libraries/mobile/android/#faq)). + +## FAQ + +### Q: Is there a way to utilize my AppsFlyer attribution data to send to destinations like GA4 and Salesforce? + +If you would like your AppsFlyer data sent to a destination, you may consider our [Source Functions](/docs/connections/functions/source-functions/). This would let you build out a source where you could take in incoming data through a Webhook and then formulate Track/Identify/Page/etc. calls to be sent to your connected destinations. From 9b53b3a62cf5f56ae09dd8507737e65706be9cbf Mon Sep 17 00:00:00 2001 From: Courtney Garcia <97773072+courtneyga@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:16:41 -0500 Subject: [PATCH 2/3] Update index.md --- src/connections/destinations/catalog/appsflyer/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/appsflyer/index.md b/src/connections/destinations/catalog/appsflyer/index.md index c930dceede..d8fd43ed19 100644 --- a/src/connections/destinations/catalog/appsflyer/index.md +++ b/src/connections/destinations/catalog/appsflyer/index.md @@ -233,6 +233,6 @@ For more details, review the [AppsFlyer OneLink set up Guide](https://support.ap ## FAQ -### Q: Is there a way to utilize my AppsFlyer attribution data to send to destinations like GA4 and Salesforce? +### Is there a way to utilize my AppsFlyer attribution data to send to destinations like GA4 and Salesforce? If you would like your AppsFlyer data sent to a destination, you may consider our [Source Functions](/docs/connections/functions/source-functions/). This would let you build out a source where you could take in incoming data through a Webhook and then formulate Track/Identify/Page/etc. calls to be sent to your connected destinations. From 8075bb07799634feb2f8521751449dc39fb2e8a2 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:19:51 -0600 Subject: [PATCH 3/3] minor rewording --- src/connections/destinations/catalog/appsflyer/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/destinations/catalog/appsflyer/index.md b/src/connections/destinations/catalog/appsflyer/index.md index d8fd43ed19..5e771f128f 100644 --- a/src/connections/destinations/catalog/appsflyer/index.md +++ b/src/connections/destinations/catalog/appsflyer/index.md @@ -233,6 +233,6 @@ For more details, review the [AppsFlyer OneLink set up Guide](https://support.ap ## FAQ -### Is there a way to utilize my AppsFlyer attribution data to send to destinations like GA4 and Salesforce? +### Can I send my AppsFlyer attribution data to destinations like GA4 and Salesforce? -If you would like your AppsFlyer data sent to a destination, you may consider our [Source Functions](/docs/connections/functions/source-functions/). This would let you build out a source where you could take in incoming data through a Webhook and then formulate Track/Identify/Page/etc. calls to be sent to your connected destinations. +Yes, you can use [Source Functions](/docs/connections/functions/source-functions/) to send attribution data to destinations. Source Functions let you create a custom source that ingests AppsFlyer data through a Webhook and transforms it into Track, Identify, Page, or other event calls. These events can then be sent to your connected destinations.