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
0 answers

How to i get Google Advertising ID using Php l/ JavaScript ike Appsflyer

Appsflyer can Retrieve Google Advertising Id in Web. But How can i Get Google Advertising ID by using php or Js. Any Library or any thing that can help me to get gaid. I searched almost every question but they are for apps [ java ... ]. I want to…
0
votes
0 answers

Cannot launch app after installing AppsFlyerLib

I'm trying to integrate the AppsFlyer SDK into my SwiftUI iOS app. I've installed the framework via cocoapods. But now when running the app (My Mac, Designed for iPhone), I get this error: The developer of this app needs to update it to work with…
Peter Ruppert
  • 1,067
  • 9
  • 24
0
votes
1 answer

Flutter AppsFlyer build for Android exception

flutter build apk Running Gradle task 'assembleRelease'... Running Gradle task 'assembleRelease'... Done 13.5s The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the…
0
votes
1 answer

Appsflyer OneLink redirects to App Store instead of already installed app if page was reloaded

OneLink works fine around the web app in regular state. We need to redirect user to App Login/HomeScreen if user navigate to /login in browser. But, if user write the link directly in address line, it will redirect him/her to App Store. if user…
pta
  • 87
  • 2
  • 7
0
votes
1 answer

Redirecting to appsflyer OneLink?

I'm looking into AppFlyer's OneLink service for deep linking. I am trying to find out if I redirect from say companywebsite.com/stuff/1 to a universal link/app deep link on appflyer like appflyer.com/stuff/1 for example, would it successfully open…
EMChamp
  • 449
  • 1
  • 7
  • 13
0
votes
0 answers

Google Tag Manager JSON should be committed to version control?

I'm integrating Google Tag Manager in my project and got everything up. However I'm not sure whether JSON (GTM-XXXX JSON file) should be committed or not. I checked the code and noticed some ids and I'm not if this file is similar to…
Agna JirKon Rx
  • 2,321
  • 2
  • 29
  • 44
0
votes
1 answer

Bad state: Stream has already been listened to error

In my application I have several streams. This is from example app from appsflyer. I use it for deep linking my application. https://pub.dev/packages/appsflyer_sdk in first page we have ; return Scaffold( appBar: AppBar( title: Column( …
Janaka
  • 2,505
  • 4
  • 33
  • 57
0
votes
1 answer

Appsflyer how to record log event

I am new to appsflyer integration. I have used appsflyer in my app. Its send new install count when apps open(using initsdk). Now i want to know how to log/track user login, signin, in-app purchase events. Is appsflyer will send those details to…
Abdul Kadhar
  • 53
  • 2
  • 8
0
votes
1 answer

What is AppsFlyerConversionListener and onAppOpenAttribution?

The documentation on AppsFlyer is circular on the most basic concepts ("To obtain AppsFlyer conversion data from the Android SDK, implement AppsFlyerConversionListener."). What is exactly triggered here? Why should I react to it? How would I react…
shredding
  • 5,374
  • 3
  • 46
  • 77
0
votes
1 answer

AppsFlyer initialization troubles java.lang.NoClassDefFoundError

I need to integrate AppsFlyer SDK into simple WebView application and got this error: When I use `com.appsflyer: af-android-sdk: 5.4.3` it gives logs like this (i sorted logcat by appsflyer): 2020-08-03 02:29:49.680 4226-4226/com.example.fp…
knowname
  • 29
  • 7
0
votes
0 answers

Check if user installed my app from Snapchat using AppsFlyer SDK

I'm using AppsFlyer and trying to set up ads in Snapchat. When users install the app from Snapchat I see a separate column of users in AppsFlyer for "media_source – snapchat_int". I want to determine if the user came from Snapchat on app launch. I…
Danylo Kurylo
  • 235
  • 2
  • 11
0
votes
2 answers

How to run AppsFlyer SDK Integration Test for a Unity project?

I'm working with AppsFlyer in Unity based on the following documentation: https://support.appsflyer.com/hc/en-us/articles/213766183-Unity-plugin-V4-integration-guide-for-developers I followed the necessary steps but when it came to running the…
Quickz
  • 1,626
  • 2
  • 11
  • 21
0
votes
1 answer

Use AppsFlyer link to install apk but can't get number of install

I want to use AppsFlyer to trace that user will use which link to download and install my apk. My apk will not publish on GooglePlay, it will on the other platform, so I put my apk on google drive temporarily. I create an OneLink include download…
playground
  • 115
  • 1
  • 13
0
votes
2 answers

In Appsflyer the "number of actions" event is not update when clicked in android device. But working in emulator

In Appsflyer the number of actions event is not update when clicked in android device. But working in emulator. What could be the reason? How to fix it? I have added my device in the whitelist. But still my click events do not increase the count in…
Vijai Gunasekar
  • 383
  • 1
  • 3
  • 13
0
votes
1 answer

How to connect AppsFlyer to Google Data Studio

I need to connect AppsFlyer with Google Data Studio to get cost report.Only Partner Connectors prorvide connector with AppsFlyer,but it's not free. Could I make some script to connect it? And how to realize it?