You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
We are currently using both Segment (4.1.4) and AppsFlyer together in our project.
So I just recently removed the AppsFlyer pod, and added the pod segment-appsflyer-ios (6.2.6), to allow the integration between the two SDKs and followed the documentation found in the gitHub page.
Everything works fine regarding the deep linking but since we want in our app to track the installation attribution data through segment and AppsFlyer, I tried to set to true the attribute trackAttributionData of the AnalyticsConfiguration instance, however I get a compiler error saying:
Value of type 'AnalyticsConfiguration' has no member 'trackAttributionData'
I am opening the issue here since this attribute should belong to the Segment SDK
The text was updated successfully, but these errors were encountered:
I actually received an email from Segment customer support, telling me that is not necessary anymore to use the trackAttributionData from the SDK, since can now be managed from the destination settings.
At this point I guess I can close this issue.
Thanks.
Hello.
We are currently using both Segment (4.1.4) and AppsFlyer together in our project.
So I just recently removed the AppsFlyer pod, and added the pod segment-appsflyer-ios (6.2.6), to allow the integration between the two SDKs and followed the documentation found in the gitHub page.
Everything works fine regarding the deep linking but since we want in our app to track the installation attribution data through segment and AppsFlyer, I tried to set to
true
the attributetrackAttributionData
of the AnalyticsConfiguration instance, however I get a compiler error saying:Value of type 'AnalyticsConfiguration' has no member 'trackAttributionData'
I am opening the issue here since this attribute should belong to the Segment SDK
The text was updated successfully, but these errors were encountered: