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
to download the iOS SDK. You will need to fill out a license agreement form and
104
-
have the contact information for your Nielsen representative ready.
105
-
106
-
Once extracted, add the static NielsenAppApi.framework to the project and
107
-
ensure it's in the `Frameworks` folder, and that it is linked.
108
-
109
-
Nielsen also requires the following frameworks, which must be included into
110
-
Link Binary with Libraries (within app target's Build Phases). However, if
111
-
using the dynamic framework, these will dynamically be linked and there is no
112
-
need to manually link these. - AdSupport.framework -
113
-
SystemConfiguration.framework - CoreLocation.framework (Not applicable for
114
-
International (Germany)) - libsqlite3
37
+
To install Nielsen DTVR via Segment on iOS, please follow the instructions in the Segment-Nielsen-DTVR repository [README](https://github.com/segment-integrations/analytics-ios-integration-nielsen-dtvr/blob/master/README.md).
115
38
116
39
### Android
117
40
118
-
To install the Segment-Nielsen-DTVR integration, you will first want to add
119
-
Nielsen's maven repository to your app's module `build.gradle file`. Nielsen
120
-
provides information on what your `build.gradle` file should look like after
To install Nielsen DTVR via Segment on Android, please follow the instructions in the Segment-Nielsen-DTVR repository [README](https://github.com/segment-integrations/analytics-android-integration-nielsen-dtvr/blob/master/README.md).
141
42
142
43
## Web
143
44
@@ -155,13 +56,7 @@ you to detect the player state such as video or ad plays. For example, you
155
56
would not be able to collect ad plays using YouTube since their YouTube SDK
156
57
does not expose any hooks into player states during ad plays.
157
58
158
-
**IMPORTANT**: If you do not implement the Segment [Video
159
-
Spec](/docs/connections/spec/video/) properly with key lifecycle events, this integration
160
-
will not behave properly.
161
-
162
-
Again, also refer to our [Video Spec](/docs/connections/spec/video/) and implement
163
-
video tracking as outlined there. We will map the semantic events and
164
-
properties to Nielsen's relevant methods and metadata.
59
+
**IMPORTANT**: We will map the semantic events and properties in the Segment [Video Spec](/docs/connections/spec/video/) to Nielsen's relevant methods and metadata. If you do not implement the Segment [Video Spec](/docs/connections/spec/video/) properly, this integration will not behave properly.
0 commit comments