Skip to content

Commit

Permalink
Merge pull request #4 from adjust/update_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wellle committed Feb 17, 2014
2 parents 3036bcb + 74d1c4b commit 3e39b66
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Summary

This is the [Unity](http://unity3d.com/) SDK of AdjustIo. You can read more about AdjustIo at
This is the [Unity](http://unity3d.com/) SDK of adjust™. You can read more about adjust™ at
[adjust.io](http://adjust.io).

## Basic Installation
Expand All @@ -16,7 +16,7 @@ Open your project in the Unity Editor and navigate to Assets, Import Package. Cl

![][import]

### 3. Integrate AdjustIo into your app
### 3. Integrate adjust into your app

1. Add the prefab Assets/AdjustIo/AdjustIo.prefab to the first scene of the app (only to the first scene!).

Expand Down Expand Up @@ -61,12 +61,12 @@ of `AdjustIoLogLevel` to one of the following:

## Additional features

Once you integrated the AdjustIo SDK into your project, you can take advantage
Once you integrated the adjust SDK into your project, you can take advantage
of the following features.

### Add tracking of custom events.

You can tell AdjustIo about every event you want. Suppose you want to track
You can tell adjust about every event you want. Suppose you want to track
every tap on a button. You would have to create a new Event Token in your
[dashboard]. Let's say that Event Token is `abc123`. In your button's
click handler method you could then add the following line to track the click:
Expand All @@ -82,7 +82,7 @@ case you can also put some key-value-pairs in an object and pass it to the
callback URL.

For example, suppose you have registered the URL
`http://www.adeven.com/callback` for your event with Event Token `abc123` and
`http://www.adjust.com/callback` for your event with Event Token `abc123` and
execute the following lines:

<pre><code>
Expand All @@ -95,7 +95,7 @@ AdjustIo.TrackEvent("abc123", parameters);

In that case we would track the event and send a request to:

http://www.adeven.com/callback?key=value&foo=bar
http://www.adjust.com/callback?key=value&foo=bar

It should be mentioned that we support a variety of placeholders like `{idfa}`
that can be used as parameter values. In the resulting callback this
Expand Down

0 comments on commit 3e39b66

Please sign in to comment.