Skip to content

Releases: oakify/ngx-ackee-wrapper

v1.0.3

04 Jul 08:03
Compare
Choose a tag to compare
  • Support for overriding Attributes in visit() - see record() in Ackee Tracker
  • Update interface for AckeeAttributesObject

v1.0.2

19 Mar 02:57
Compare
Choose a tag to compare

Update Angular dependencies.

v1.0.1

09 Feb 09:11
Compare
Choose a tag to compare

What's new:

  • Update to Angular 11
  • Added a parameter to completely ignore ackee (useful in dev when you don't want to run a local instance [or point to the prod] while working on something else)

v1.0.0

24 Jan 10:30
Compare
Choose a tag to compare

This version is now (ONLY) compatible with Ackee v3, including event tracking! See Release Notes for v3

🚨 BREAKING CHANGES: the .create() method was renamed to .visit() for better naming consistency with .event() - one tracks a visit and the other an event. Both create the instance if it does not exist. Also, the interface AckeeOptions has been renamed AckeeConfig

Please make sure you read Ackee's docs before you use this lib.

For more insights on how this wrapper works, you can clone its repository which contains a test app.

⚠️ There are 2 ways to get ackee-tracker: from your Ackee instance (i.e: https://yourackeeinstance.com/**tracker.js**) or from npm. This library only supports getting it from your instance, which is the way that is reccomended by the Ackee devs.