Skip to content

Commit

Permalink
Merge pull request #11 from tapleader/service
Browse files Browse the repository at this point in the history
+ change campaign tag from code to id
  • Loading branch information
makbn authored Jul 1, 2017
2 parents 8fece14 + 7fc5954 commit 39e03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
android:name="com.tapleader.CLIENT_KEY"
android:value="YOUR_CLIENT_KEY" />
<meta-data
android:name="com.tapleader.CAMPAIGN_CODE"
android:name="com.tapleader.CAMPAIGN_ID"
android:value="YOUR_CAMPAIGN_CODE" />
```
Campaign_Code is optional. Usually you shouldn't provide campaign code in manifest file. Just in case you want to [Tracking Without Campaign Link](https://tapleader.com/docs/no-link-tracking)
Expand Down

0 comments on commit 39e03b6

Please sign in to comment.