Skip to content

Commit 8799c41

Browse files
update video data core SDK to latest version and add dimension redirection link in README
1 parent 0d1847c commit 8799c41

File tree

5 files changed

+455
-43
lines changed

5 files changed

+455
-43
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.2]
6+
- Upgraded the Video Data Core SDK to the latest version.
7+
- Updated readme.md with a redirection link for supported dimension parameters.
8+
59
## [1.0.1]
610
- Bug fix to prevent calls to getPlayerState and getPlayheadTimeInMs after the player has been destroyed.
711

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After successfully completing Step 3, you can track viewer metrics in the FastPi
8080

8181
# Step 4: Enhance Tracking with User Passable Metadata
8282

83-
Check out the [user-passable metadata](https://docs.fastpix.io/docs/user-passable-metadata) documentation to see the metadata supported by FastPix. You can use custom metadata fields like `custom_1` to `custom_10` for your business logic, giving you the flexibility to pass any required values. Named attributes, such as `video_title` and `video_id`, can be passed directly as they are.
83+
Check out the [user-passable metadata](https://docs.fastpix.io/docs/user-passable-metadata-1) documentation to see the metadata supported by FastPix. You can use custom metadata fields like `custom_1` to `custom_10` for your business logic, giving you the flexibility to pass any required values. Named attributes, such as `video_title` and `video_id`, can be passed directly as they are.
8484

8585
```javascript
8686
// Import the Video.js library for video streaming

0 commit comments

Comments
 (0)