Skip to content

Releases: ringpublishing/RingPublishingTracking-Android

1.7.0

17 Dec 12:23
Compare
Choose a tag to compare

1.7.0 Release notes (2024-12-17)

Changes

  • Audio event field VE contains hardcoded value = 6 if media type is .tts in every other case value is normal content id

1.6.6

10 Dec 17:04
Compare
Choose a tag to compare

1.6.6 Release notes (2024-12-10)

Changes

  • fakeUserId and realUserId from MobileAppFakeUserIdReplacedEvent are being set as null if they are empty strings.
  • fakeUserId and mobileOfferId from PurchaseEvent are being set as null if they are empty strings.

1.6.5

07 Nov 13:13
Compare
Choose a tag to compare

1.6.5 Release notes (2024-11-07)

Changes

  • Audio event field PMU contains value only if it is in UUID format

1.6.4

05 Nov 09:29
Compare
Choose a tag to compare

1.6.4 Release notes (2024-11-05)

Changes

  • FRA (IS_CONTENT_FRAGMENT) event field type has changed from Boolean to Integer

1.6.3

04 Nov 09:31
Compare
Choose a tag to compare

1.6.3 Release notes (2024-10-31)

Changes

  • Setting source_dx empty for empty publicationId

1.6.2

30 Oct 12:06
Compare
Choose a tag to compare

1.6.2 Release notes (2024-10-29)

Changes

  • Add PaidEventParam with 'mobile_offer_id' from offerData used in PurchaseEvent

1.6.1

18 Oct 11:31
Compare
Choose a tag to compare

1.6.1 Release notes (2024-10-18)

Changes

  • Source publication uuid set to content id

1.6.0

10 Oct 10:04
Compare
Choose a tag to compare

1.6.0 Release notes (2024-10-02)

Improvements to the 'RingPublishingTracking' module.

Features

  • Added possibility of reporting audio events through 'reportAudioEvent' method in 'RingPublishingTracking'
  • Added classes used to describe reported video event:
    • AudioState class
    • AudioMetadata class
    • AudioEvent enum class
    • AudioContentCategory enum class
    • AudioOutput enum class
    • AudioStreamFormat enum class
    • AudioPlayerVisibilityState enum class

1.5.1

20 Sep 09:25
Compare
Choose a tag to compare

1.5.1 Release notes (2024-09-12)

  • Added SDK 35 support

Changes

  • Bumped Gradle version to 8.7
  • Bumped Gradle Plugin version to 8.6.0
  • Bumped Target SDK version to 35
  • Bumped Compile SDK version to 35
  • Bumped Build Tools version to 35.0.0
  • Updated demo application views and styles
  • Disabled html escaping during parsing requests

1.5.0

16 Sep 17:32
Compare
Choose a tag to compare

1.5.0 Release notes (2024-09-12)

  • Implemented paid events tracking
  • Updated user data tracking with paid data

Changes

  • Changed user data tracking interface and added possibility to set if user is subscribed

    • Added logout function
    • Added updateSSO function
    • Added updateActiveSubscriber function
    • Changed updateUserData function
  • Added paid events tracking functions:

    • reportShowOfferEvent
    • reportShowOfferTeaserEvent
    • reportPurchaseClickButtonEvent
    • reportPurchaseEvent
    • reportShowMetricLimitEvent
    • reportLikelihoodScoringEvent
    • reportMobileAppTemporaryUserIdReplacedEvent