File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ Analytics.Builder builder = new Analytics.Builder(this , SEGMENT_WRITE_KEY)
133133
134134.logLevel(Analytics . LogLevel . VERBOSE )
135135.recordScreenViews()
136- .trackAttributionInformation() // Install Attributed event
137136.trackApplicationLifecycleEvents() // Application Opened , Application Updated , Application Installed events
138137.build();
139138
@@ -142,7 +141,6 @@ Analytics.setSingletonInstance(builder.build());
142141}
143142```
144143
145- Adding ` .trackAttributionInformation() ` will send the ` Install Attributed ` event to AppsFlyer.
146144Adding ` .trackApplicationLifecycleEvents() ` will send ` Application Opened ` , ` Application Updated ` and ` Application Installed ` events to AppsFlyer.
147145
148146
You can’t perform that action at this time.
0 commit comments