Questions tagged [appsflyer]

AppsFlyer is the market leader in mobile advertising attribution and analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost ROI.

You can find more details on the support.appsflyer.com

115 questions
1
vote
1 answer

Deeplink on Chrome for Android not working properly

I having a problem to make an Apps Flyer OneLink to work properly on Android with Chrome browser. On any other browser everything works fine. The problem is, deeplink doesn't always open the app when I try open thru Chrome. Sometimes it work, but…
Fillipe Duoli
  • 1,200
  • 9
  • 17
1
vote
2 answers

Error: Program type already present: com.appsflyer.AFExecutor

I'm struggling to implement AppsFlyer on Android using Java. I have looked into a couple of posts already such as this, this. Here is the entire error message: [org.gradle.api.Project] AGPBI: {"kind":"error","text":"Program type already present:…
morita657
  • 11
  • 4
1
vote
0 answers

Appsflyer cordova-plugin-appsflyer-sdk - unable to track installations on Android

I am using a Cordova plugin to track installations of my hybrid Apps: cordova-plugin-appsflyer-sdk. This plugin works for me on iOS, I am able to track installations of the iOS App built with Cordova. I am unable though to track the installations…
1
vote
1 answer

iOS - How to get params in One-Link of AppsFlyer. App was installed and launched

I can get params (campaign, media-source, etc...) of One-Link if my app does not install. I use the method below to do it. func onConversionDataReceived(_ installData: [AnyHashable : Any]!) { if let data = installData{ …
blindknight
  • 79
  • 1
  • 6
1
vote
2 answers

How to use Appsflyer API in Python to get metrics

Basically, I want to use Appsflyer API by Python to get metrics. I tried to find some documentation about this but It seems like there is no support for this. If it possible please give me an example of how to use Python to get metrics on Appsflyer?
Key Jun
  • 440
  • 3
  • 8
  • 18
1
vote
0 answers

Why I receive Invoke error: method not found

I try to integrate in Delphi appsFlyer (android) public abstract interface AppsFlyerConversionListener { @WorkerThread public abstract void onInstallConversionDataLoaded(Map paramMap); public abstract void…
zeus
  • 12,173
  • 9
  • 63
  • 184
1
vote
0 answers

AppsFlyer SDK Integration Test successful on app, but non-organic test data is not reflected on the Dashboard

I have performed an Integration test with the AppsFlyer's test app, ending with the "Hooray!" success message. However, no non-organic install is reflected in the Dashboard. Moreover, nothing appears in the dropdown "Media Source" (It should appear…
Fran J Martínez
  • 236
  • 2
  • 12
1
vote
0 answers

iOS XCode capabilities are missing in the build

I am currently working on an ionic app. and using deep links(appsflyer) in my project. So when i build for iOS i turned on the associated domains and added the domain. but when i upload it to test flight and check, under device requirements->…
Dilan Fdo
  • 143
  • 4
  • 15
1
vote
1 answer

Tapping the deep link always redirects to the App Store

I implemented Appsflyer OneLink with my cordova(Ionic)application and for android everything works fine. In iOS, when i run the application directly to the device from Xcode and when i click on a link it opens the application. But i uploaded the ipa…
Dilan Fdo
  • 143
  • 4
  • 15
1
vote
0 answers

Is there any way to get advertising source in Firebase analytics while using Appsflyer link?

I am using Appsflyer to improve my App(Android/iOS)'s marketing campaign. But at the same time, I need to use Firebase analytics to in-app analysis while Appsflyer is not a solution for in-app analytics. The problem is get advertising(attribute)…
1
vote
1 answer

Determine app-launch source (organic vs non-organic)

On iOS, most deeplink/notification-SDK's provides delegate functions or callbacks that allow us to know if that framework was involved in opening/installing the app. What if we want to track whether the app was opened (for…
Daniel Larsson
  • 6,278
  • 5
  • 44
  • 82
1
vote
1 answer

AppsFlyer NativeScript - Could not find : af-android-sdk-4.8.3

I would like to use the AppsFlyer plugin for Nativescript : https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer But when I want build the project (for Android), I have this error : * What went wrong: A problem occurred configuring project…
user7355355
1
vote
1 answer

What are the limitations of using AppsFlyer for Analytics?

I came across AppsFlyer for mobile analytics but then I'm not able to get custom attributes and events. Is it possible to do with AppsFlyer? And what are the other limitations with AppsFlyer?
1
vote
0 answers

AppsFlyer's open attribution data is not always reported on iOS by cordova-plugin-appsflyer-sdk

After we noticed missing app open attribution data for some of our users we had a deeper look at the source of the cordova-plugin-appsflyer-sdk to search for a reason - and we found it: We are setting onInstallConversionDataListener to true when…
Kamen Goranchev
  • 1,836
  • 1
  • 23
  • 27
1
vote
1 answer

AppsFlyer integration test fails

I am using AppsFlyer for install and uninstall tracking. I have gone through the documents and integrated it. I used their Interation test app for integration verification. as per the document it is required to use MultipleInstallBroadcastReceiver …