resources

Get metrics ready state

Learn whether conversion or non-conversion metrics are finalized and ready to query.

get/resources/metrics_ready_state

Query parameters

datestring required

Analytics reports request date (UTC). Format: YYYY-MM-DD

Response

The request has succeeded.

conversion_metrics_readyboolean required

Are conversion metrics ready?

non_conversion_metrics_readyboolean required

Are non-conversion metrics ready?

Changes

Changed in 2 of the 29 revisions of this API.18

  • v5b698c180678a17See the full diff
    • changed the pattern of the query request parameter date from ^(\d{4})-(\d{2})-(\d{2})$ to ^\d{4}-\d{2}-\d{2}$

      request-parameter-pattern-changed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • the response property conversion_metrics_ready became required for the status 200

      response-property-became-required

    • the response property non_conversion_metrics_ready became required for the status 200

      response-property-became-required

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added