Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small fixes #5589

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you're using a previous Segment mobile library such as Analytics-iOS, follow

<br> You have now added Analytics-Swift to your project. Segment and Sovran show as Swift package dependencies. You can remove the analytics-iOS SDK from your app.

## 1.b) Modify your initialized instance.
### 1.b) Modify your initialized instance.

{% codeexample %}
{% codeexampletab Swift%}
Expand Down
2 changes: 1 addition & 1 deletion src/connections/spec/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ All playback events share the same event properties that describe information ab
| `ad_enabled` | Boolean | `false` if the user has adblock or any other ad blockers, otherwise `true` if they can view your video ads. |
| `quality` | String | The quality of the video, for example, `highres`, `hd1080`, or `480p`. |
| `method` | String | **For Video Playback Interrupted events only**, you can send this property denoting how the playback was interrupted (such as `browser redirect`, `device lock`, or `call`). |
| `livestream` | Boolean | If the playback will be a livetream, send `true`, otherwise `false`. |
| `livestream` | Boolean | If the playback will be a livestream, send `true`, otherwise `false`. |

### Playback events
Below is the full list of Video Playback Events.
Expand Down
Loading