Skip to content

Commit cc5a7d9

Browse files
Update Readme.md
1 parent 24c54c0 commit cc5a7d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
146144
Adding `.trackApplicationLifecycleEvents()` will send `Application Opened` , `Application Updated` and `Application Installed` events to AppsFlyer.
147145

148146

0 commit comments

Comments
 (0)