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
7
votes
2 answers

How to test Deferred Deep Linking with AppsFlyer?

I'm integrating AppsFlyer with Android Native Application. And I want to use Deferred Deep Linking, when user click landing page ads and download the app and upon first app open the user lands directly on the activity I want. Link docs:…
Anh Vinh Huỳnh
  • 181
  • 5
  • 18
6
votes
4 answers

How to track numbers of iOS app uninstalls?

I've been trying to monitor the numbers of uninstall but couldn't find a reliable way. I tried to check with APNS status but apple doesn't provide any status in response. I tried to find any API (to get number of uninstalls) provided by apple but…
rummykhan
  • 2,603
  • 3
  • 18
  • 35
6
votes
2 answers

appsflyer not called onAppOpenAttribution after first install

Deferred Deeplinking NOT working. I am using appsflyer, Android 5.1.1, Android Studio 2.3.3 in build.gradle: compile 'com.appsflyer:af-android-sdk:4.8.3@aar' in Application: @Override public void onCreate() { super.onCreate(); …
RenYuZhuo
  • 161
  • 1
  • 10
5
votes
1 answer

Cannot read property 'initSdk' of undefined - Appsflyer integration React Native

I'm trying to implement AppsFlyer in a react native app but I have this error "Cannot read property 'initSdk' of undefined" I imported react-native-appsflyer import React, { Component } from 'react'; import { Alert, Platform, AppRegistry, …
Joris
  • 697
  • 2
  • 9
  • 24
4
votes
1 answer

AppsFlyer with iOS 14

I'm working on an existing project and haven't used AppsFlyer before. in older version of AppsFlyer we have initialized it using these lines in AppDelegate AppsFlyerTracker.shared().appsFlyerDevKey = appsflyerKey …
Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39
4
votes
1 answer

AppsFlyer GoogleTagManager Integration - different number of events

In our app, we use Google Tag Manager to send in-app events to both Firebase and AppsFlyer. When we test it locally it works correctly in logs I can see that GTM saves Tag GoogleTagManager info: Saved tag for URL…
Piotr Labunski
  • 1,638
  • 4
  • 19
  • 26
4
votes
4 answers

AppsFlyer returns status code 400

I implemented Appsflyer for my sample project, but when I run it, the server returns an error code 400. I/AppsFlyer_1.18-117182240: response code: 400 There is my MainActivty.java public class MainActivity extends AppCompatActivity { public static…
Naviart
  • 51
  • 1
  • 4
3
votes
1 answer

Is there a way to get app id for an Enterprise app that is in AppCenter only?

I am currently trying to integrate deeplinking through a service called AppsFlyer and on their page, they mentioned requiring an app id - which can be found on Apple App Store/Google Play Store or Microsoft Phone App Store. I'm not sure if AppCenter…
cguy
  • 325
  • 5
  • 15
3
votes
1 answer

AppsFlyer SDK integration

I have added AppsFlyer SDK in application. Below is the code which i have added in the application: In Application class: AppsFlyerConversionListener conversionDataListener = new AppsFlyerConversionListener() { …
Annie
  • 2,397
  • 3
  • 18
  • 26
3
votes
2 answers

Does AppsFlyer have development enviroment or sandbox?

As titled, I am implementing AppsFlyer iOS SDK and integrating the service to our app. But I do not see a way to distinguish the events coming from development environment or production. Does it even exists?
King Chan
  • 4,212
  • 10
  • 46
  • 78
2
votes
0 answers

What happened to AppsFlyer partner ID?

Does anyone know what happened to AF PIDs? Before one ad network had one AF PID, now the same PID occurs in different ad networks and gives different performances. Does anyone know how can it be…
2
votes
1 answer

How to differentiate Unity Purchase from Restore Purchase?

I'm trying to implement unity iap and I need to send PaymentSucceed event to my analytics in order to track purchases! I'm Calling PaymentSucceed event in my public PurchaseProcessingResult ProcessPurchase(PurchaseEventArgs args) function, but the…
Davit Sedrakyan
  • 317
  • 3
  • 17
2
votes
0 answers

how to see the values I send with the in-app event to Appsflyer?

I used the this tutorial to capture logEvent and then send data to AppysFlyer as in-app events. I can find the event in the dashboard, for example, how many logins, signup, purchase, etc. but I couldn't find the actually values I sent there. I…
XYD
  • 591
  • 1
  • 5
  • 9
2
votes
0 answers

Simulate application installation from app store to collect ad campaign data

I need to extract advertisement campaign data on the first application launch using AppsFlyer, specifically source(pid) and campaign(c). I'm doing it using AppsFlyer SDK methods according to the guide. To debug the solution I'm making TestFlight…
FLCL
  • 2,445
  • 2
  • 24
  • 45
2
votes
0 answers

iOS IDFA AppsFlyer - Events Won't Log

In an app I am working on we are using Appsflyer to track events in the app. We are using Appsflyer for years now, but since March 2020 we stopped seeing events in the console. In Android App everything works fine I've compared to commits from…
Vadim F.
  • 881
  • 9
  • 21
1
2 3 4 5 6 7 8