Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SDK makes use of two seperate collectors, which we'll reference individually throughout this guide. These are:

  • The Simple Analytics Collector - Configured by Blink for your Dashboard Project, this collector talks directly to the analytics database to store your data. This collector is communicated with by the user via your custom events collector, using it's unique API key pair.
  • Custom Events Collector - Configured by the user within your code, this will take the API key pair from your Dashboard Collector, allowing you to communicate and send your events directly to it. 

...

First off, we'll start by setting up the script some basic configuration and showing walking you through how to initialise your custom collector in your code. 

...