la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 138 forks source link

How to configure AppsFlyer on Segment? #72

Closed luizpaulofranz closed 1 year ago

luizpaulofranz commented 1 year ago

I saw that we have a SegmentConfig called appsflyerIntegrationEnabled, but I could not see where to add AppsFlyer specific params, like devKey.

So, what does this field appsflyerIntegrationEnabled=true do?

ps: I try to read the native codes, but I am not versed on the native platforms, and I did not find any reference for this field on the docs.

danielgomezrico commented 1 year ago

@luizpaulofranz It enables the apps flyer integration from segment, take a look to this doc:

Imgkl commented 12 months ago

@danielgomezrico Am I required to do all the native setups as well or just the boolean would suffice granted I have appsflyer destination enabled on segment?

ahmet-fennel commented 11 months ago

Hi @Imgkl were you able to figure out if the boolean value is enough