Skip to content

Commit

Permalink
[CORE-5217] Updated documentation for Bitmovin analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
KharchenkoAlex committed Dec 11, 2024
1 parent 3e20237 commit 9fb1551
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/data/tutorials/playbacksdk/getstarted.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@
" color = Color.White",
" ) {",
" // Custom view to show player UI",
" PlayerContent(entryId = \"ENTRY ID\", authorizationToken = \"AUTH TOKEN or null or empty string\", analyticsViewerId=\"loggedin user id or empty string\")",
" PlayerContent(entryId = \"ENTRY ID\",",
" authorizationToken = \"AUTH TOKEN or null or empty string\",",
" analyticsViewerId=\"loggedin user id or empty string\")",
" }",
" }",
" }",
Expand Down Expand Up @@ -683,7 +685,9 @@
" color = Color.White",
" ) {",
" // Custom view to show player UI",
" PlayerContent(entryId = \"ENTRY ID\", authorizationToken = \"AUTH TOKEN or null or empty string\", analyticsViewerId=\"loggedin user id or empty string\")",
" PlayerContent(entryId = \"ENTRY ID\",",
" authorizationToken = \"AUTH TOKEN or null or empty string\",",
" analyticsViewerId=\"loggedin user id or empty string\")",
" }",
" }",
" }",
Expand Down Expand Up @@ -775,7 +779,9 @@
" color = Color.White",
" ) {",
" // Custom view to show player UI",
" PlayerContent(entryId = \"ENTRY ID\", authorizationToken = \"AUTH TOKEN or null or empty string\", analyticsViewerId=\"loggedin user id or empty string\")",
" PlayerContent(entryId = \"ENTRY ID\",",
" authorizationToken = \"AUTH TOKEN or null or empty string\",",
" analyticsViewerId=\"loggedin user id or empty string\")",
" }",
" }",
" }",
Expand Down

0 comments on commit 9fb1551

Please sign in to comment.