1.19.0 • Published 3 years ago

ucc-analytics.js v1.19.0

Weekly downloads
22
License
ISC
Repository
github
Last release
3 years ago

ucc-analytics.js

UnchainedCarrot Analytics JavaScript Client Library

Installation and Usage

For Websites

<script src="https://unpkg.com/ucc-analytics.js"></script>
<script>
  analytics.init("customerId", "projectId", apiKey = 'live_soon_to_be_deprecated'); // Initialize UCC Analytics
</script>

Everywhere else in your website

<script>
  const eventData = { property1: 1, property2: 2 }
  const user = { id: "5asd6yjkabsdba" } // optional => defaults to empty Object
  analytics.track("event", eventData, user);
</script>
1.19.0

3 years ago

1.18.0

3 years ago

1.17.0

4 years ago

1.16.0

4 years ago

1.15.0

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago