Skip to content

feat: Add release notes for streaming media"" #20428

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions src/content/docs/release-notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,14 @@ To take full advantage of New Relic's latest features, enhancements, and importa
to="/docs/release-notes/nrdot-release-notes"
/>
<TechTile
name="Streaming Video & Ads"
name="Media agent for iOS"
icon="logo-newrelic"
to="/docs/release-notes/streaming-release-notes"
to="/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes"
/>
<TechTile
name="Media agent for Android"
icon="logo-newrelic"
to="/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes"
/>


</TechTileGrid>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Media agent for Android
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
subject: Media agent for Android
releaseDate: '2025-03-03'
version: 3.0.0
metaDescription: Release notes for Media agent for Android version 3.0.0
---
## New features and enhancements
- **New Event Types Introduced**
- **VideoAction**: This event type represents standard actions related to video playback and interaction.
- **VideoErrorAction**: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.
- **VideoAdAction**: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.
- **VideoCustomAction**: A flexible event type for custom actions and interactions within video applications.
## Deprecations
- **MobileVideo**
- The `MobileVideo` event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.
## New attributes introduced
- We have introduced a set of new attributes to enhance data tracking and analytics. These attributes provide additional context and details for the new event types, Please [refer to the data model documentation](https://github.com/newrelic/video-agent-android/blob/v3.0.0/DATAMODEL.md) for more details.
## Impact and actions required
- **Transition from PageAction**: Users currently tracking `PageAction` events should adapt their implementations to utilize the newly introduced event types. This change provides improved specificity and scope in tracking actions across video interactions.
- **Update Implementations**: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.
- **Testing & Validation**: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.
## Additional information
For more details on implementing these changes, refer to the updated documentation and integration guides available [here]. Should you have any questions or require further assistance, please reach out to our support team.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
subject: Media agent for Android
releaseDate: '2025-03-05'
version: 3.0.1
metaDescription: Release notes for Media agent for Android version 3.0.1
---
### Fix

- Added method to set, `userId` for ads
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
subject: Media agent for iOS
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
subject: Media agent for iOS
releaseDate: '2025-03-03'
version: 3.0.0
metaDescription: Release notes for Media agent for IOS version 3.0.0
---

## New features and enhancements
- **New Event Types Introduced**
- **VideoAction**: This event type represents standard actions related to video playback and interaction.
- **VideoErrorAction**: This event type captures errors that occur during video playback, providing detailed insight for troubleshooting.
- **VideoAdAction**: Dedicated event type for tracking actions related to video advertisements, ensuring better granularity and reporting.
- **VideoCustomAction**: A flexible event type for custom actions and interactions within video applications.
## Deprecations
- **MobileVideo**
- The `MobileVideo` event type has been deprecated. Users should transition to using the newer event types that offer enhanced tracking capabilities and specificity.
## New attributes introduced
- We have introduced a set of new attributes to enhance data tracking and analytics. These attributes provide additional context and details for the new event types
Please [refer to the data model documentation](https://github.com/newrelic/video-agent-ios/blob/v3.0.0/DATAMODEL.md) for more details.
Event Types
• VideoAction: Events triggered by general video interactions, such as starting, pausing, or seeking.
• VideoAdAction: Events related to ad playback, such as starting, completing, or skipping an ad.
• VideoErrorAction: Events triggered by errors encountered during video or ad playback.
• VideoCustomAction: Custom events defined to capture specific actions or interactions beyond default event types.
## Impact and actions required
- **Transition from MobileVideo**: Users currently tracking `MobileVideo` events should adapt their implementations to utilise the newly introduced event types. This change provides improved specificity and scope in tracking actions across video interactions.
- **Update Implementations**: Integrators should update their systems to leverage new attributes introduced with the release, which provide richer context and detail for event tracking.
- **Testing & Validation**: We recommend testing the implementation of new attributes and event types to ensure compatibility and correct data transmission.
## Additional information
For more details on implementing these changes, refer to the updated documentation and integration guides available [here]. Should you have any questions or require further assistance, please reach out to our support team.

Loading