Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morisgateno-appsflyer authored Jun 14, 2023
1 parent 24c54c0 commit cc5a7d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Analytics.Builder builder = new Analytics.Builder(this , SEGMENT_WRITE_KEY)

.logLevel(Analytics.LogLevel.VERBOSE)
.recordScreenViews()
.trackAttributionInformation() // Install Attributed event
.trackApplicationLifecycleEvents() // Application Opened , Application Updated , Application Installed events
.build();

Expand All @@ -142,7 +141,6 @@ Analytics.setSingletonInstance(builder.build());
}
```

Adding `.trackAttributionInformation()` will send the `Install Attributed` event to AppsFlyer.
Adding `.trackApplicationLifecycleEvents()` will send `Application Opened` , `Application Updated` and `Application Installed` events to AppsFlyer.


Expand Down

0 comments on commit cc5a7d9

Please sign in to comment.