Skip to content
Last updated

Look up metrics and integrations in the Metric Library


Availability

userAll user roles
accountAll accounts

Whether you're exploring what data you can pull from a new integration or trying to understand why a metric behaves a certain way, the Metric Library is your starting point. It's a centralized catalog of every integration and basic metric available in Databox, with detailed technical specifications, usage guidelines, and quick access to the tools that let you act on your data.

In the app

Navigate to Metrics > Metric Library.

The in-app Metric Library shows individual metric cards. Click ... More on any metric card and select More about this metric to open its full details. See Metric pages below.

On the website

Visit databox.com/metric-library to browse the Metric Library without logging in.

The website version organizes content by integration. Search for an integration or browse the Popular Integrations section to open an integration page. From there, navigate to individual metric pages via the Metrics & Templates tab.

Integration pages

Integration pages provide detailed information about a specific integration — the external platform from which Databox pulls data.

Access an integration page by searching for the integration name in the Metric Library, or by browsing the Popular Integrations section on the main page.

Each integration page includes the following tabs:

  • Metrics & Templates — all pre-built metrics and Databoard templates available for the integration. Click any metric to open its metric page.
  • Technical Details — specification information about how the integration is configured, what it supports, and how it connects to the data source.
  • Behavior & Usage — information collected over time about how the integration behaves, typically related to connection reliability and data availability.
  • Handling Errors — guidance on how to avoid or resolve errors that can occur during connection, metric creation, or data sync.
  • Help Articles — a curated list of relevant help articles for the integration.

Technical Details

General

FieldDescription
DescriptionA brief description of the integration or how it is publicly recognized.
CategoriesThe industry or domain the integration is most commonly associated with.
StatusWhether the integration is Stable or in Beta.
Connection InformationThe message displayed at the top of the connection dialog when connecting this integration.
Connection LinkThe link shown alongside the connection information in the connection dialog.
Date AddedThe date the integration was first made available in Databox.

Specification

FieldDescription
API VersionThe version of the API that the integration is designed to work with.
API DocumentationA link to the integration's official API documentation.
API Change LogA link to the integration's release notes or changelog.
API Status PageA link to the integration's system status or uptime monitoring page.
API MarketplaceA link to Databox's app listing within the integration's marketplace.
Authentication MethodThe protocol used to authenticate API requests on behalf of the user (e.g., OAuth, API key, Basic Auth).
Authentication Scope(s)The scopes requested during the authorization process, typically used in OAuth-based integrations.
Shareable ConnectionWhether the connection to this integration can be shared with other users in the account.
Pagination LimitThe maximum number of pages paginated through when fetching data for any metric.
Time ZoneThe time zone in which the integration reports data. This may be fixed or vary based on user or source settings.
Datasets AvailableWhether the integration supports the Datasets functionality.
Datasets Schema (ERD)A link to the integration's entity relationship diagram, showing all available views and columns.
Media Creatives AvailableWhether the integration supports workflows for retrieving and displaying media creatives (e.g., ad images).
Metric Builder AvailableWhether the integration supports the metric builder for creating custom metrics.
Minimum Sync FrequencyThe fastest sync frequency supported by the integration.
Required PermissionsThe roles, scopes, or access levels needed to successfully connect the integration and retrieve data.
Data Source ScopeThe level or entity within the external platform that the integration connects to (e.g., hub, property, account, or store).

Metric Builder

The Metric Builder section summarizes how metrics are built and what capabilities are available when using the metric builder for this integration.

FieldDescription
Metric TypeThe category that describes how metric data is received and calculated. See Metric types below for definitions.
Granularities AvailableThe time granularities supported when building metrics (e.g., daily, weekly, monthly).
Custom Relative PeriodsWhether Last X … date ranges (e.g., Last 14 Days) are supported.
Data AvailabilityThe time period for which data can be retrieved during each sync.
Retroactive Data UpdatesWhether previously synced data is replaced at every sync, or whether new data is merged with existing records for matching periods.
Future Data AvailableWhether Next … date ranges (e.g., Next 7 Days) are supported.

Metric pages

Metric pages provide detailed information about a specific metric, including a description, technical specification, and behavioral notes.

Access a metric page from the in-app Metric Library by clicking ... More on any metric card and selecting More about this metric, or from the website by clicking any metric in an integration's Metrics & Templates tab.

metric-library-metric-page-about-tab

Each metric page includes the following tabs:

  • About — a description of the metric, what it measures, and a usage example.
  • Technical Details — specification information about how the metric is calculated, what data is available, and how it is displayed.
  • Notes — information collected over time about how the metric behaves, typically related to data availability, sync behavior, or known data discrepancies.
  • Available Dimensions (in-app only) — a list of dimensions that can be applied to the metric to segment data (e.g., by page, country, or device).
metric-library-available-dimensions-tab

Technical Details

General

FieldDescription
DescriptionA brief description of the metric or how it is publicly recognized.
CategoryThe industry or domain the metric is most commonly associated with. Used in AI and data science functionality.
SubcategoryA more specific classification within the category. Also used in AI and data science functionality.
Date AddedThe date the metric was first made available in Databox.

Specification

FieldDescription
Metric TypeThe category that describes how metric data is received and calculated. See Metric types below for definitions.
Source MetricFor calculated metrics only: the metric used as the base for the calculation.
DimensionalWhether the metric supports segmentation by dimensions.
Minimum ValueThe minimum value possible for the metric (e.g., 0 for metrics that can only be positive).
Maximum ValueThe maximum value possible for the metric.
Decimal DigitsWhether the metric supports decimal (float) values.
Currency UnitsWhether the metric has associated currency or unit formatting.
GranularitiesA list of time granularities supported by the metric (e.g., daily, weekly, monthly).
Custom Relative PeriodsWhether Last X … date ranges (e.g., Last 14 Days) are supported.
Data AvailabilityThe full time period for which data can be retrieved during each sync.
Retroactive Data UpdatesWhether previously synced data is replaced at every sync, or whether new data is merged with existing records for matching periods.
Future Data AvailableWhether Next … date ranges (e.g., Next 7 Days) are supported.
Metric ValueThe API response field or calculation formula used to derive the metric value.
Metric DateThe API response field used to determine the date associated with each metric value.

Visualization

FieldDescription
Default FormatThe number format applied to the metric by default (e.g., integer, percentage, currency).
Cumulative GraphWhether the metric can be displayed as a cumulative graph.
Favorable TrendWhether higher values are considered better or worse for this metric.
Media CreativesWhether images (e.g., ad creatives) are available for visualization alongside this metric.
ForecastsWhether the metric can be used with Forecasts.

Metric types

Every metric in the Metric Library has a Metric Type that defines how data is received, stored, and calculated. There are four types:

  • Current — data is received as a single number representing the all-time cumulative value. The displayed value is the most recent data point within the selected date range.
  • Event — data is received as individual entries for each instance of an event. Databox stores each entry separately and calculates the total for any selected date range and granularity.
  • General — data is received and stored in predefined time periods (typically daily). The displayed value is calculated by aggregating the relevant entries within the selected date range.
  • Calculated — the metric cannot be directly obtained from the API. Its value is derived by calculating the difference between two consecutive values from a paired current metric.