Skip to content

Releases: newrelic/video-agent-android

v3.0.0

24 Feb 08:56
fe3e16d
Compare
Choose a tag to compare

New Features & 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 for more details.

Impact & 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.

v1.0.6

10 Feb 09:51
c3e029a
Compare
Choose a tag to compare

Fix

  • getAttributes UnsupportedOperationException error.

v1.0.5

04 Sep 09:15
89def72
Compare
Choose a tag to compare

Update

  • Get content title from current media item.
  • Obtain player name and version from the media3 lib.

v1.0.4

10 Jul 12:54
292f248
Compare
Choose a tag to compare
  • Fix issue with overwritten attributes.

v1.0.3

24 Oct 12:48
5b73a5f
Compare
Choose a tag to compare
  • Fix JitPack distribution issues.

v1.0.2

13 Oct 10:06
Compare
Choose a tag to compare
  • Update SDK and package versions.

v1.0.1

21 Jul 09:44
80d93f2
Compare
Choose a tag to compare
  • Project config updated.
  • Gradle updated.
  • New Relic agent upgraded.

v1.0.0

12 Jun 10:50
Compare
Choose a tag to compare

Fix some issues.

v0.99.6

06 May 08:54
Compare
Choose a tag to compare

Updated some dependencies.