From 8ef85539f1aa78237392e382119b1b561a2b522b Mon Sep 17 00:00:00 2001 From: WriteMayur Date: Wed, 9 Apr 2025 16:22:27 +0530 Subject: [PATCH] Revert "Revert "feat: Add release notes for streaming media"" --- src/content/docs/release-notes/index.mdx | 10 ++++-- .../index.mdx | 3 -- .../index.mdx | 3 ++ .../media-agent-android-2025-03-03.mdx | 23 ++++++++++++++ .../media-agent-android-2025-03-05.mdx | 9 ++++++ .../index.mdx | 3 ++ .../media-agent-ios-2025-03-03.mdx | 31 +++++++++++++++++++ 7 files changed, 76 insertions(+), 6 deletions(-) delete mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/index.mdx create mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/index.mdx create mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-03.mdx create mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-05.mdx create mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/index.mdx create mode 100644 src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/media-agent-ios-2025-03-03.mdx diff --git a/src/content/docs/release-notes/index.mdx b/src/content/docs/release-notes/index.mdx index abd6f4f6c16..5b9724508ed 100644 --- a/src/content/docs/release-notes/index.mdx +++ b/src/content/docs/release-notes/index.mdx @@ -191,10 +191,14 @@ To take full advantage of New Relic's latest features, enhancements, and importa to="/docs/release-notes/nrdot-release-notes" /> + - diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/index.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/index.mdx deleted file mode 100644 index 53a4909762b..00000000000 --- a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/index.mdx +++ /dev/null @@ -1,3 +0,0 @@ ---- -subject: Streaming Video & Ads ---- diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/index.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/index.mdx new file mode 100644 index 00000000000..0329ba3427f --- /dev/null +++ b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/index.mdx @@ -0,0 +1,3 @@ +--- +subject: Media agent for Android +--- diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-03.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-03.mdx new file mode 100644 index 00000000000..bbba62a6df7 --- /dev/null +++ b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-03.mdx @@ -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. diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-05.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-05.mdx new file mode 100644 index 00000000000..2a9d1601b43 --- /dev/null +++ b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-android-release-notes/media-agent-android-2025-03-05.mdx @@ -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 diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/index.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/index.mdx new file mode 100644 index 00000000000..0d646a337a9 --- /dev/null +++ b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/index.mdx @@ -0,0 +1,3 @@ +--- +subject: Media agent for iOS +--- \ No newline at end of file diff --git a/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/media-agent-ios-2025-03-03.mdx b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/media-agent-ios-2025-03-03.mdx new file mode 100644 index 00000000000..860f75e7611 --- /dev/null +++ b/src/content/docs/release-notes/streaming-video-&-ads-release-notes/media-agent-for-ios-release-notes/media-agent-ios-2025-03-03.mdx @@ -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. +