Releases: oakify/ngx-ackee-wrapper
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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 interfaceAckeeOptions
has been renamedAckeeConfig
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.