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
3. (Optional) Add `SignalsActivityTrackingPlugin` to analytics to track Activity/Fragment navigation. **This is not required for Compose Navigation**.
131
+
3. (**Optional**): Add `SignalsActivityTrackingPlugin` to analytics to track Activity/Fragment navigation. **This is not required for Compose Navigation**.
132
132
```kotlin
133
133
analytics.add(SignalsActivityTrackingPlugin())
134
134
```
@@ -254,8 +254,9 @@ After you build and run your app, use the [Event Builder](/docs/connections/auto
254
254
3. Interact with your app on a simulator or test device:
255
255
> - Navigate between screens.
256
256
> - Tap buttons and UI elements.
257
-
> - Trigger network requests.
258
-
> If `sendDebugSignalsToSegment` is enabled, Signals appear in real time as you interact with the app.
257
+
> - Trigger network requests.
258
+
>
259
+
> If `sendDebugSignalsToSegment` is enabled, Signals appear in real time as you interact with the app.
259
260
4. In the Event Builder, select a signal and click **Configure event** to define a new event.
260
261
5. After you add any event mappings, click **Publish event rules** to save them.
0 commit comments