Skip to content

Commit b5a788a

Browse files
Update video data core SDK to latest version and add dimension redirection link in README
1 parent 88b2f6e commit b5a788a

File tree

5 files changed

+128
-106
lines changed

5 files changed

+128
-106
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
- Updated Video Data Core SDK with minor fixes and improvements.
711

README.md

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

108108
# Step 4: Enhance Tracking with User Passable Metadata
109109

110-
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.
110+
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.
111111

112112
```javascript
113113
import loadShakaPlayer from "@fastpix/video-data-shakaplayer";

0 commit comments

Comments
 (0)