Skip to content

Commit

Permalink
udpdate: README.md (#45)
Browse files Browse the repository at this point in the history
* udpdate: README.md

* update: README.md
  • Loading branch information
arpit9616 authored Feb 4, 2022
1 parent 7211e6b commit 771bb56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
You can find the latest version [here](https://search.maven.org/artifact/com.trackier/android-sdk)

```gradle
implementation 'com.trackier:android-sdk:1.6.16'
implementation 'com.trackier:android-sdk:1.6.17'
```

## <a id="qs-add-install-referre"></a>Adding Android install referrer to your app
Expand All @@ -51,7 +51,7 @@ Add the Android Install Referrer as a dependency. You can find the latest versio
// make sure to use the latest SDK version:
// https://mvnrepository.com/artifact/com.trackier/android-sdk
implementation 'com.trackier:android-sdk:1.6.16'
implementation 'com.trackier:android-sdk:1.6.17'
implementation 'com.android.installreferrer:installreferrer:2.2'
}
```
Expand Down Expand Up @@ -295,7 +295,7 @@ ___
```

* Argument in Trackier event class is event Id which you want to call event for.
* You can associate inbuilt params with the event , in-built param list are below:- orderId, currency, currency, param1, param2, param3 ,param4, param5, param6, param7, param8, param9, param10
* You can associate inbuilt params with the event , in-built param list are below:- orderId, revenue, currency, param1, param2, param3 ,param4, param5, param6, param7, param8, param9, param10

### <a id="qs-track-event-with-currencey"></a>Track with Currency & Revenue Event
---
Expand Down

0 comments on commit 771bb56

Please sign in to comment.