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 eb4db4e commit 02fe78a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Analytics-Swift Nielsen-DTVR

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

The Nielsen-DTVR destination in the Segment dashboard is in private beta. You will need to talk to your Segment customer service representative and have a Nielsen representative before getting started.
## Adding the dependency

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

## Adding the 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.
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 for this repo:

```
https://github.com/segment-integrations/analytics-swift-nielsen-dtvr
```

You'll then have the option to pin to a version, or specific branch, as well as which project in your workspace to add it to. Once you've made your selections, click the `Add Package` button.

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


## Support
Expand Down

0 comments on commit 02fe78a

Please sign in to comment.