# Overview

Module Name: Scaleable Analytics Adapter
Module Type: Analytics Adapter
Maintainer: chris@scaleable.ai

# Description

Analytics adapter for scaleable.ai. Contact team@scaleable.ai for more information or to sign up for analytics.

# Implementation Code

```
pbjs.enableAnalytics({
  provider: 'scaleable',
  options: {
    site: '' // Contact Scaleable to receive your unique site id
  }
});
```
