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

Appsflyer Android onConversionDataSuccess not triggered when installing using Deferred Link

My project uses AppsFlyer's Deferred Link, which will capture af_dp as the basis for opening DeepLink after installation in the Play Store. Test Deferred Link works during development (refer to official documentation), But when the app is put on the…
fan Hsu
  • 21
  • 3
1
vote
0 answers

Get attribution to Appsflyer

I need to get de attributions from a short link(onelink) from AppsFlyer. I tried to do https://dev.appsflyer.com/hc/reference/get-onelink-attribution-link, but always get 401 "Authentication Failed".
1
vote
1 answer

Getting OAID as 00000000-0000-0000-0000-000000000000 in Apps flyer and Huawei conversion tracking

I am using Huawei Ads and implemented Appsflyer third party tracking platform for conversion tracking. Here for few devices i am getting OAID as 00000000-0000-0000-0000-000000000000.What is the reason ? I need to configure anything extra in the…
siva1992
  • 363
  • 1
  • 2
  • 7
1
vote
0 answers

Use segment appsflyer package to the flutter app

I am trying to use this: https://segment.com/docs/connections/destinations/catalog/appsflyer/ to my flutter app, they have an option for iOS and Android but not for flutter, can anyone help me here
Dheeraj Agrawal
  • 2,347
  • 11
  • 46
  • 63
1
vote
0 answers

Swift Undefined OBJC Class symbol

I am trying to build and run my project on the simulator, but am getting this error from an AppsFlyer library: Undefined symbol: _OBJC_CLASS_$_AppsFlyerLib Building and running on a physical device works fine, only get the error when trying on…
tHatpart
  • 1,302
  • 3
  • 12
  • 27
1
vote
1 answer

AppsFlyer SDK iOS integration error Code=3840 "No value."

I've integrated the AppsFlyer SDK but continuously getting the following error: It calls the following delegate func -(void)onConversionDataFail:(NSError *) error { NSLog(@"%@",error); } And the console output is the following: Error…
Alex
  • 475
  • 3
  • 14
1
vote
0 answers

Cannot See NonOrganic Installs in AppsFlyer Dashboard

I have installed iOS AppsFlyer SDK, and I am able to see organic installs but I am not able to see NonOrganic installs, when I tried their "Simulate non-organic install" test. I still got an organic install. Is there something I need to do?
1
vote
0 answers

onInstallConversionData doesn't invoke after app installing on android

i want to implement deffered link to the app, process link params after app first installing. onInstallConversionData method invokes when app is already installed, but not on first launch. i implemented this code in App.tsx. const…
1
vote
0 answers

App Store App analytics metrics and dimensions - Understand how "Deletions" is calculated?

App Store shares "Deletions" [https://help.apple.com/app-store-connect/#/itc21781223f] counts for the app. We internally also track the same via Sending a silent push notification to the app to track whether the user has uninstalled the app. In the…
Harsh Shah
  • 83
  • 6
1
vote
1 answer

How to Pass query parameters from AppsFlyer link to Deep Links/Universal Links

I have a component which requires users to input a parameter e.g. their phone numbers. The deep link and universal link inside my apps can accept the parameter e.g. applinks:www.mywebsite.com/profiles?phone=. In order to serve both…
Stanley Stein
  • 397
  • 1
  • 3
  • 17
1
vote
0 answers

Sending server-to-server events to AppsFlyer

I'm trying to sending server-to-server events to AppsFlyer for subscription notifications. For now I caught user subscription data from my API end point. According to below article I have to append 'appsflyer_id' and 'customer_user_id' with…
Randima Lahiru
  • 355
  • 1
  • 10
1
vote
1 answer

(AppsFlyer / Unity IAP package) AppsFlyer in-app purchase event - incorrect revenue values are shown in the AppsFlyer console

Total revenue shown in the AppsFlyer console is significantly larger than the actual revenue. When we review data from a CSV export, we notice that plenty of af_purchase events have USD currency but very different revenue values - for example, if an…
1
vote
2 answers

(AppsFlyer / ReactNative) How can I get attribution parameter from onAppOpenAttribution?

This might be a dumb question, but currently I really need a help. Can someone please help me out? I'm implementing AppsFlyer on my ReactNative Project (Android) What I want to do is console.log attribution parameter. But, there are no…
Psychopomp
  • 293
  • 4
  • 9
1
vote
0 answers

How to open an app directly from deeplink if app is installed already?

I want to open app directly without giving propmt open with browser or open with app. I followed some links on stackoverflow did exactly what they did but still no luck. Please help to get it fixed.
hiashutoshsingh
  • 980
  • 2
  • 14
  • 41
1
vote
1 answer

Initializer for conditional binding must have Optional type, not '[AnyHashable : Any]'

when I type like this : func onAppOpenAttribution(_ attributionData: [AnyHashable : Any]!) { if let data = attributionData { if let link = data["link"]{ print("link: \(link)") } } } I got error "Initializer for…
Sarimin
  • 707
  • 1
  • 7
  • 18