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
🏗️Under construction.🏗️ If you'd like to help feel free to send a PR or join the Dicsord. More info on [OpenAttribution.dev](https://openattribution.dev).
3
+
🏗️Under construction.🏗️
4
+
If you'd like to help feel free to send a PR or join the [OpenAttribution Discord](https://discord.gg/Z5ueYE3Ct3).
5
+
6
+
7
+
More info on [OpenAttribution.dev](https://openattribution.dev).
4
8
5
9
6
10
## MVP Goal
7
11
8
12
To have a fully functional SDK which can be used to track and attribute installs, events and revenue for iOS back to an OpenAttribution server.
13
+
### Event tracking and details
14
+
9
15
10
-
## MVP feature roadmap
16
+
## MVP feature road map
11
17
12
-
- Library installable via Cocoapods (? is this the right approach?) or other dependency manager for mac/ios
13
-
- user input server endpoint ie `https://demo.openattribution.dev`
14
-
- event tracking with params
15
-
- documentation for how to use and next steps
18
+
-[x] Library installable via Maven
19
+
-[x] user input server endpoint ie `https://demo.openattribution.dev`
20
+
-[ ] Events:
21
+
- [x] app_open tracking and attributing
22
+
- [ ] Basic event tracking
23
+
- [ ] Basic revenue tracking
24
+
-[ ] Documentation for how to use and next steps
16
25
17
-
## Usage
26
+
## Install
18
27
19
28
You can get the latest version of OpenAttribution's (Android SDK from Maven Central)[https://central.sonatype.com/artifact/dev.openattribution/open-attribution-sdk]
20
29
@@ -26,6 +35,8 @@ dependencies {
26
35
}
27
36
```
28
37
38
+
## Tracking App Open
39
+
29
40
`MyApplication.kts`
30
41
```kotlin
31
42
@@ -49,28 +60,27 @@ class MyApplication : Application() {
49
60
```
50
61
51
62
52
-
### Event tracking and params details
53
-
Events:
54
-
- Basic app_open tracking and attributing
55
-
- Basic event tracking
56
-
- Basic revenue tracking
57
63
58
-
### ExistingOpenAttribution Params:
59
64
60
-
These are very loosely defined in:
65
+
## Local Development:
66
+
67
+
If you're interested in contributing to OpenAttribution Android SDK please don't hesitate to reach out [on Discord](https://discord.gg/Z5ueYE3Ct3) or with a PR.
68
+
69
+
The OpenAttribution postback API will expect or allow the values as defined here:
0 commit comments