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

Definition of 'session' in AppsFlyer

Precisely, how is a session defined in AppsFlyer data? If a user opens the app and leaves it open for the entire day, using their device to perform other tasks, does this count as only one session for that day even if they return to the app (which…
Jim
  • 11
  • 1
1
vote
2 answers

How can I get a value on a button click inside a WebView?

I have a native android app that goes into a WebView for the checkout process. I am implementing appsflyer to track revenue through the app. How can I detect which button was clicked on the page, and what the item price is for revenue? import…
Trent Pierce
  • 387
  • 3
  • 22
1
vote
1 answer

AppsFlyer integration enable/disable tracking in android not working as expected?

I have integrated AppsFlyer in my app. But not able to activate and deactivate tracking as per my requirement. Eg In facebook we use: to activate: AppEventsLogger.activateApp(this); and to deactivate: AppEventsLogger.deactivateApp(this); In…
Minkoo
  • 439
  • 1
  • 3
  • 16
1
vote
0 answers

How to get referral parameters from App Store?

Is there way to get referrer parameters used to open app's App Store page on its first run? I tried to get these parameters in application(_:open:options:) method of AppDelegate, but this method is not called.
aleos
  • 13
  • 2
  • 5
0
votes
0 answers

AppsFlyer Android - Error Code 40: Failed to connect to conversions.appsflyer.com/0.0.0.0:443

I'm trying to integrate the AppsFlyer SDK to my Android app but I'm just getting this error when starting AppsFlyer: Error code 40: Error description: Failed to connect to conversions.appsflyer.com/0.0.0.0:443 Here's my setup code: private fun…
JoeGeC
  • 187
  • 3
  • 10
0
votes
1 answer

Sending `onInstallConversionDataLoaded` with no listeners registered AppsFlyer

I get the error Sending onInstallConversionDataLoaded with no listeners registered when trying to unmount the InstallConversion listener from AppsFlyer. Here is my code: import React, { useEffect } from 'react'; import appsFlyer from…
zacke
  • 1
  • 1
0
votes
0 answers

Event count discrepancy between Firebase Analytics, Facebook, Appsflyer. (Flutter)

I have a Flutter project that integrates three marketing event registration services: Firebase Analytics, Facebook App Events, and Appsflyer. During testing, all services successfully register the events, and the counts are consistent. However, in…
Narritt
  • 67
  • 1
  • 10
0
votes
0 answers

AppsFlyer attribution not working with Unity Ads

I have successfully integrated the AppsFlyer SDK in my app, and have verified this by testing both through xcode (before deployment) and the app store (after update was released with appsflyer sdk). I have an Unity Ads campaign that is fully setup…
0
votes
0 answers

AppsFlyer Deferred Deep Linking in React Native App

I have the scenario: The users don't have the app installed, they click on the deep link, they've been automatically redirected to the store to download the app, download the app and then when opening the app (without clicking once again on the deep…
0
votes
0 answers

Mobile Measurement Partner (MMP) Setup for Flutter App

I am trying to set up a TikTok Ads, but in order to target iOS 14.5 and above, Tiktok requires an MMP on our app. I only need the bare minimum, so that I can place my Ad on Tiktok to target iOS 14.5 and above Any thoughts on how to setup our app to…
JayVDiyk
  • 4,277
  • 22
  • 70
  • 135
0
votes
0 answers

Discrepancy for new users Play Console vs Firebase vs AppsFlyer

I am getting a huge percentage of discrepancy for new user's installation on Play Console vs Firebase vs AppsFlyer for my app. For example, as on 2nd Jan 2023 Play Console Installed: 847 Firebase Installed: 2344 AppsFlyer Installed: 1173 Database:…
0
votes
0 answers

How to validate multiple purchase transactions with Android AppsFlyer SDK

I am having an issue with AppsFlyer Android SDK AppsFlyerInAppPurchaseValidatorListener class. AppsFlyerLib.getInstance().registerValidatorListener(this,new AppsFlyerInAppPurchaseValidatorListener() { public void onValidateInApp() { …
vspyder
  • 31
  • 4
0
votes
0 answers

Is it technically possible to distinguish installs by advertising media in appsFlyer?

We use appsFlyer to measure and analyse advertising effectiveness. Is there any ways to distinguish installs by advertising media in appsFlyer? I guess that data about the source of the inflow is included in the postback data from Appsflyer to each…
Erika
  • 1
  • 1
0
votes
1 answer

Replacement of sendDeepLinkData method in AppsFlyer Android version 6.6.1

sendDeepLinkData method is not found in AppFlyer version 6.6.1 I referred this document, I didn't find out the replacement method for…
Akshay Raiyani
  • 1,243
  • 9
  • 21
0
votes
0 answers

Do i need to answer yes when confirming the encryption in the app store?

I'm using AES and Hash SHA256 to encrypt password in my swift apps. Also, i call "HTTPS" for some WebView inside my apps using . I got problem when try to submit my apps. Should i say yes to confirm encryption when i upload my apps to App…