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
0
votes
1 answer

Integrating AppsFlyer to Google Analytics property migrated from Firebase

Our mobile app tracks app installs with AppsFlyer. We now need to track installs with Firebase. Our Firebase app links to Google Analytics. So, we are trying to integrate Appsflyer to GA and get AppsFlyer to send install events to GA automatically.…
Jia Li
  • 488
  • 2
  • 8
0
votes
0 answers

Apps-flyer's one link is not opens app if already installed?

appsFlyer.generateInviteLink( { channel: 'gmail', campaign: 'projecttest', customerID: 'ab8F', userParams: { inviteCode: this.state.inviteCode, …
Sid009
  • 421
  • 5
  • 16
0
votes
1 answer

iOS - AppsFlyer Onelink Deeplinking

AppsFlyerFramework 4.10.4 react-native-appsflyer 1.4.5 Testing on iOS 11.3 When clicking a onelink deep link, I consistently receive the onInstallConversionDataLoaded and onAppOpenAttribution events, which is great. However when the app is running…
Leo Ali
  • 86
  • 6
0
votes
2 answers

Background Service Restrictions and Firebase Cloud Messaging

I am trying to implement this Appsflyer Uninstall Tracking feature: https://support.appsflyer.com/hc/en-us/articles/210289286?input_string=android+uninstall+tracking#Android-Uninstall and it requires setting up a FCM service to handle silent push…
0
votes
1 answer

Appsflyer Crash : Fatal Exception: java.lang.NoSuchMethodError for MultipleInstallBroadcastReceiver.java line 43

I am getting a Crash which is reported in Crashlytics for com.appsflyer.MultipleInstallBroadcastReceiver.onReceive in MultipleInstallBroadcastReceiver.java class This Crash is been reported for few users in all the android verisons Fatal Exception:…
0
votes
1 answer

Passing Referrer Intent to Third-Party Metrics Libraries with User Consent

According to Google Play's Developer Program Policies, a developer Must not begin personal or sensitive data collection prior to obtaining affirmative consent; Currently, though, we track user installs using three different third-party services:…
M. C
  • 28
  • 6
0
votes
1 answer

AppsFlyer: Is there way to find if user reinstalls the app

I am trying to find if the users current app install if the first or if its a reinstall. Is there any way to determine this using iOS SDK?
Parin Shah
  • 189
  • 2
  • 11
0
votes
1 answer

Firebase cloud functions error - Function returned undefined, expected Promise or value

I'm trying to log a purchase event on Appsflyer with a Google Cloud Function when a new document is created but I have this error. All my interpolations seems to be good in my logs. My function is exports.validatePaymentAppsflyer =…
Joris
  • 697
  • 2
  • 9
  • 24
0
votes
1 answer

AppsFlyer Onelink Deeplinking Debugging

I'm using AppsFlyer to test retargeting feature. I've implemented deep-linking using Firebase. I launch the app on my device using Xcode and click the link below which launches the browser and redirects to AppStore. Since I'm running the debug…
NSNerd
  • 141
  • 1
  • 8
0
votes
1 answer

Appsflyer integration - out of store apk with React Native

I am trying with Appsflyer out of store apk integration with React Native, I have followed below mentioned steps - Added app on Appsflyer account with com.reactnativetest package and 9apps_int as channel name. Integrated react-native-appsflyer SDK…
0
votes
1 answer

AppsFlyer Android Integration

Link step to integration AppsFlyer to Project Android: https://support.appsflyer.com/hc/en-us/articles/207032126-AppsFlyer-SDK-Integration-Android After following your step, everything go well on debug build but i have crash when build release, my…
Anh Vinh Huỳnh
  • 181
  • 5
  • 18
0
votes
1 answer

Appsflyer Universal Links iOS not routing to requested page

Following the setup for the appsflyer cordova plugin as well as enabling universal links for iOS (following Appsflyer documentation) does not result in actually directing a user to a specific page in our app. Versions: cordova 7.1.0 cordova-android…
Truub
  • 87
  • 4
  • 11
0
votes
1 answer

Appsflyer uninstall tracking with GCM

We are using appsflyer sdk for uninstall tracking. We are just using GCM and not integrated firebase-messaging. Is it ok to keep using only gcm with appsflyer even after appsflyer sdk 4.7 +
Changdeo Jadhav
  • 706
  • 9
  • 23
0
votes
1 answer

Specific user clicking ads track in analytics

I have 2 ads from Google and Facebook to install my app The user clicks the ad and signups on my app Is there a way to track on my analytics which specific ad led him to install my app (fb or google)? P.S. Not asking for the click count on the ad.…
dhin
  • 460
  • 5
  • 12
0
votes
1 answer

Android : Not getting deeplink inside onAppOpenAttribution() method of AppsFlyer

We are using AppsFlyer to create deferred deeplink to redirect to our app, but we are getting the first 29-30 character of deeplink rather than complete deeplink which we have mentioned in the portal. Any suggestions? How to use AppsFlyer to use…