Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- fix device mode description
  • Loading branch information
alanjcharles authored Jan 23, 2024
1 parent d4b76fc commit 77c8f83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Analytics-Swift Nielsen-DCR

Add Nielsen-DCR session tracking support to your applications via this plugin for [Analytics-Swift](https://github.com/segmentio/analytics-swift)

Note that this plugin simply adds session data for Nielsen-DCR, and events are sent via Cloud Mode.
Add `Neilsen-DCR` Device Mode support to your applications via this plugin for [Analytics-Swift](https://github.com/segmentio/analytics-swift).

## Adding the dependency

***Note:*** the `Nielsen-DCR` library itself will be installed as an additional dependency.

### via Xcode
In the Xcode `File` menu, click `Add Packages`. You'll see a dialog where you can search for Swift packages. In the search field, enter the URL to this repo.

Expand Down Expand Up @@ -43,7 +43,7 @@ let analytics = Analytics(configuration: Configuration(writeKey: "<YOUR WRITE KE
.trackApplicationLifecycleEvents(true))
analytics.add(plugin: NielsenDCRDestination())
```
Your events will now be given Nielsen-DCR session data and start flowing to Nielsen-DCR via Cloud Mode.
Your events will now be given Nielsen-DCR session data and start flowing to Nielsen-DCR via Device Mode.


## Support
Expand Down

0 comments on commit 77c8f83

Please sign in to comment.