[ Web Proxy ]
URL:
Viewing: https://developer.paddle.com/api-reference/metrics/ [Back]  [Original]

Metrics | Paddle Developer Docs

For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling append .md to any URL.

Skip to content
Paddle Docs home
Search Ask AI Toggle Theme svg]:px-3 hidden md:flex" href="https://login.paddle.com/start" data-auth-button="true" data-login-url="https://login.paddle.com/start" data-dashboard-url="https://vendors.paddle.com" data-dashboard-api="https://api.paddle.com/userinfo" data-astro-cid-mq3pp5jd="true"> Login

API reference

Overview

Metrics

Metrics return timeseries data about the information in your Paddle account.

Metrics are a way of querying aggregated data from your Paddle account.

Unlike reports, which export a historical snapshot of your entities as a CSV, metrics return timeseries data directly in the API response. They're typically used for powering dashboards and analytics.

Metrics return information like:

  • An array of timestamped datapoints for a period of time
  • The date range covered
  • The granularity of the data
  • The currency amounts are expressed in, where relevant

You pass a date range using the from and to query parameters, and Paddle returns one datapoint per interval in that range.

Response format

Datapoints include different value fields depending on the metric:

  • Amount-based

    Metrics related to revenue return an amount field, expressed as a string representing a non-decimal amount in the smallest currency unit.

  • Count-based

    Metrics related to subscriber or other actions counts return a count field.

  • Mixed

    Some metrics return both an amount and a count field, and may include other fields. For example, checkout conversion returns count, completed_count, and rate.

Was this page helpful?

Yes, helpfulNo, not helpfulI have feedback

Paddle.com Market Ltd. 20122026


Web Proxy Viewer  |  New URL  |  Original Page