la-haus / flutter-segment

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

Request: Appsflyer one links #41

Closed DarwinVJ closed 1 year ago

DarwinVJ commented 2 years ago

Does the plugin have onelinks configuration or must the appsflyer plugin be installed to detect onelinks?

danielgomezrico commented 2 years ago

This is the PR that added appsflyer integration https://github.com/la-haus/flutter-segment/pull/19

You are welcome to create a contribution with that too :)

brightmind-loredo commented 2 years ago

Be careful... Onelinks are useful in (at least) two different use cases: 1) user attribution and 2) deep linking (Appsflyer defines this term). This 2nd use case is well beyond the scope of Segment.io Identify and Track calls, but super useful for marketing your app. So to the extent you will need deep linking you will need to integrate your app with Appsflyer SDK. I just did this and it was not very painful especially because AF has excellent customer support.

danielgomezrico commented 1 year ago

@DarwinVJ why did you close this?

DarwinVJ commented 1 year ago

@DarwinVJ why did you close this?

I thought that this topic was already closed with the answers you gave.

danielgomezrico commented 1 year ago

Darwin just to confirm, it already detects one links?

DarwinVJ commented 1 year ago

Yes, using only appsflyer sdk to listen to onelinks

danielgomezrico commented 1 year ago

Then yeah, this issue could be closed :)