Skip to content

Releases: ringpublishing/RingPublishingTracking-iOS

1.5.0

13 Sep 10:50

Choose a tag to compare

1.5.0 Release notes (2024-09-03)

Improvements to the 'RingPublishingTracking' module.

Features

  • Marking active subscriber
  • Separate method to update user data
  • Separate method to update SSO system name
  • New method for user logout
  • New event parameter - Content marked as paid
  • New tracking event types for paid

1.4.0

21 Nov 08:32

Choose a tag to compare

1.4.0 Release notes (2023-11-16)

Improvements to the 'RingPublishingTracking' module.

Features

  • Added new tracking identifier called 'Artemis'
  • Public model, 'TrackingIdentifier' contains now both "EAUUID" (previously known as 'identifier') and 'Artemis' identifier
  • Changed internal structure of 'RDLU' parameter

1.3.0

30 Aug 09:54

Choose a tag to compare

1.3.0 Release notes (2023-05-07)

Improvements to the 'RingPublishingTracking' module.

Features

  • Added possibility to report Video events using 'reportVideoEvent' method in 'RingPublishingTracking' class
  • Added 'VideoEvent' enum
  • Added 'VideoMetadata' struct
  • Added 'VideoStreamFormat' enum
  • Added 'VideoState' struct

1.2.4

09 Aug 09:10

Choose a tag to compare

1.2.4 Release notes (2023-07-31)

Improvements to the 'RingPublishingTracking' module.

Changes

  • User consents field (TCF2.0 string) is now part of user data in network requests instead of being part of event data.

1.2.3

23 Jun 06:31

Choose a tag to compare

1.2.3 Release notes (2022-06-21)

Improvements to the 'RingPublishingTracking' module.

Changes

  • Replaced internal KeepAlive timers implementation from 'Timer' to 'DispatchSourceTimer'. This change should not leave hanging background threads and eliminate possible deadlock with main thread

1.2.2

12 Apr 08:35

Choose a tag to compare

1.2.2 Release notes (2022-04-12)

Improvements to the 'RingPublishingTracking' module.

Changes

  • Added additional field to each request, 'RDLC' containing information that events come from native mobile app

1.2.1

08 Apr 07:09

Choose a tag to compare

1.2.1 Release notes (2022-04-08)

Improvements to the 'RingPublishingTracking' module.

Changes

  • Fix for sometimes incorrectly generated parameters "IP" and "IV" (too short)

1.2.0

24 Mar 10:27

Choose a tag to compare

1.2.0 Release notes (2022-03-23)

Improvements to the 'RingPublishingTracking' module.

Changes

  • Added required parameter 'contentId' to 'ContentMetadata'
  • Renamed 'publicationId' parameter to 'contentId' in methods:
    • reportContentClick

1.1.3

21 Mar 07:39

Choose a tag to compare

1.1.3 Release notes (2022-03-10)

Improvements to the 'RingPublishingTracking' module.

Changes

  • Added new internal parameter send with each event, 'userId" with fields name: 'IZ'
  • Added new internal parameter send with each 'Keep alive' event, 'PU' with article identifier

1.1.2

18 Feb 13:31

Choose a tag to compare

1.1.2 Release notes (2022-02-18)

Improvements to the 'RingPublishingTracking' module.

Bugfix

  • Fixed crash while removing events from internal queue