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
Copy file name to clipboardExpand all lines: README.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Snowplow is a scalable open-source platform for rich, high quality, low-latency
11
11
12
12
## Snowplow WebView Tracker Overview
13
13
14
-
The Snowplow WebView Tracker allows you to add analytics to your Web views embedded in mobile apps when using a [Snowplow][snowplow] pipeline.
14
+
The Snowplow WebView Tracker allows you to add analytics to your WebViews embedded in mobile apps when using a [Snowplow][snowplow] pipeline.
15
15
16
-
The WebView tracker should be integrated in Web apps used in Web views within native mobile apps. The tracker provides APIs to track Snowplow events. It forwards the events to the native app code to be tracked by the Snowplow mobile trackers ([iOS][ios-tracker], [Android tracker][android-tracker], or [React Native][react-native-tracker]). The diagram below shows the interaction of the WebView and mobile trackers in hybrid apps.
16
+
The WebView tracker should be integrated in Web apps used in WebViews within native mobile apps. The tracker provides APIs to track Snowplow events. It forwards the events to the native app code to be tracked by the Snowplow mobile trackers ([iOS][ios-tracker], [Android][android-tracker], or [React Native][react-native-tracker]). The diagram below shows the interaction of the WebView and mobile trackers in hybrid apps.
In addition, you will need to install the iOSor Android trackerin your native code and configure and initialize a tracker (see the [mobile tracker docs][mobile-tracker-setup-docs]). Afterwards, you will be able to subscribe to and track the events from the WebView tracker in a Web view by calling `Snowplow.subscribeToWebViewEvents(webView)`.
63
+
In addition, you will need to install the [iOS][ios-tracker], [Android][android-tracker], or [React Native][react-native-tracker] tracker in your native code and configure and initialize a tracker. Afterwards, you will be able to subscribe to and track the events from the WebView tracker in a WebView.
66
64
67
65
### Installation with the Snowplow tag
68
66
@@ -113,14 +111,14 @@ Please refer to the [tracker documentation][webview-docs] to learn more about th
113
111
## Find Out More
114
112
115
113
| Technical Docs |
116
-
|---------------------------------------|
114
+
|-------------------------------------|
117
115
|[![i1][techdocs-image]][webview-docs]|
118
116
|[Technical Docs][webview-docs]|
119
117
120
118
## Maintainers
121
119
122
120
| Contributing |
123
-
|----------------------------------------------|
121
+
|--------------------------------------------|
124
122
|[![i4][contributing-image]](CONTRIBUTING.md)|
125
123
|[Contributing](CONTRIBUTING.md)|
126
124
@@ -140,12 +138,12 @@ limitations under the License.
0 commit comments