Skip to content

Releases: Financial-Times/n-tracking

Include RUM attribution tracking

07 Mar 09:55
ece9181
Compare
Choose a tag to compare

This PR adds the new method, realUserMonitoringWithAttribution to the trackers.

It also includes previous commits since the last release, which upgrade jest, and adds the toolkit plugins for rollup & babel

Consent tracking metrics updated with additional value based on new CMP implementation and naming of consent values is more consistent

12 Dec 11:32
7f38163
Compare
Choose a tag to compare

The pageView event fired by n-tracking incorporates a property which holds User Consent information.
The ads&Privacy team are moving to a new Consent Management Platform and there is now an additional consent value which has been added to the pageView event in this release.

v7.2.3

28 Nov 11:01
7ecb9f5
Compare
Choose a tag to compare

What's Changed

  • CPREL-895: Add missing alt text for tracking pixels within core experience script tag by @philsegal in #129

Full Changelog: v7.2.2...v7.2.3

v7.2.2

30 Oct 12:12
0dc13b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.1...v7.2.2

v7.2.1

27 Oct 14:33
65abd7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.0...v7.2.1

Update to include INP Core Web Vital

26 Sep 13:47
b243c69
Compare
Choose a tag to compare

See title & this: https://web.dev/inp/

This should have no effect on backwards compatibility, but as it increments the CWV library by a minor patch, I've put this up a minor patch too.

v7.1.1

21 Sep 13:09
c536eea
Compare
Choose a tag to compare

What's Changed

  • CPREL-748: Add empty alt text to tracking pixel by @philsegal in #123

New Contributors

Full Changelog: v7.1.0...v7.1.1

v7.1.0

30 May 15:38
0c2b66d
Compare
Choose a tag to compare

This release adds support for Node 18. Node 18 is added to the engines field in the package.json along with adding newer versions of npm. The Volta config is also updated to use Node 18 and its bundled version of npm (v9 currently). Tests now additionally run on Node 18 in CI builds to confirm that the code is compatible with any changes in Node 18. Support for Node 16 has not been discontinued.

What's Changed

Full Changelog: v7.0.0...v7.1.0

v7.0.0

17 Apr 15:36
9ec5b9b
Compare
Choose a tag to compare

This release is part of the Platforms and Reliability set of scheduled breaking change releases in April.

The breaking changes in this package release are:

  • Dropping support for Node.js 14

This will not be a breaking change for your application if it:

  • Already runs on Node.js 16

If this is a breaking change for your application because it does not yet run on Node 16 you can follow this guide to migrate from Node.js 14 to Node.js 16

V6.3.0

23 Mar 15:10
ece53d3
Compare
Choose a tag to compare

What's Changed

  • ADSDEV-1243: add privacy info + fetch legislation by @sami-ft in #115

Add privacy info (consents) into the context for page view events

Full Changelog: v6.2.0...v6.3.0