Google Analytics · Schema

AudienceExport

An audience export is a list of users in an audience at the time of the list's creation. One audience may have multiple audience exports created for different days.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

Properties

Name Type Description
audience string Required. The audience resource name. This resource name identifies the audience being listed and is shared between the Analytics Data & Admin APIs. Format: `properties/{property}/audiences/{audience}
audienceDisplayName string Output only. The descriptive display name for this audience. For example, "Purchasers".
beginCreatingTime string Output only. The time when CreateAudienceExport was called and the AudienceExport began the `CREATING` state.
creationQuotaTokensCharged integer Output only. The total quota tokens charged during creation of the AudienceExport. Because this token count is based on activity from the `CREATING` state, this tokens charged will be fixed once an Au
dimensions array Required. The dimensions requested and displayed in the query response.
errorMessage string Output only. Error message is populated when an audience export fails during creation. A common reason for such a failure is quota exhaustion.
name string Output only. Identifier. The audience export resource name assigned during creation. This resource name identifies this `AudienceExport`. Format: `properties/{property}/audienceExports/{audience_expor
percentageCompleted number Output only. The percentage completed for this audience export ranging between 0 to 100.
rowCount integer Output only. The total number of rows in the AudienceExport result.
state string Output only. The current state for this AudienceExport.
View JSON Schema on GitHub

JSON Schema

data-api-audience-export-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-analytics/refs/heads/main/json-schema/data-api-audience-export-schema.json",
  "title": "AudienceExport",
  "description": "An audience export is a list of users in an audience at the time of the list's creation. One audience may have multiple audience exports created for different days.",
  "type": "object",
  "properties": {
    "audience": {
      "description": "Required. The audience resource name. This resource name identifies the audience being listed and is shared between the Analytics Data & Admin APIs. Format: `properties/{property}/audiences/{audience}`",
      "type": "string",
      "example": "example_value"
    },
    "audienceDisplayName": {
      "description": "Output only. The descriptive display name for this audience. For example, \"Purchasers\".",
      "readOnly": true,
      "type": "string",
      "example": "Example Name"
    },
    "beginCreatingTime": {
      "description": "Output only. The time when CreateAudienceExport was called and the AudienceExport began the `CREATING` state.",
      "format": "google-datetime",
      "readOnly": true,
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    },
    "creationQuotaTokensCharged": {
      "description": "Output only. The total quota tokens charged during creation of the AudienceExport. Because this token count is based on activity from the `CREATING` state, this tokens charged will be fixed once an AudienceExport enters the `ACTIVE` or `FAILED` states.",
      "format": "int32",
      "readOnly": true,
      "type": "integer",
      "example": 42
    },
    "dimensions": {
      "description": "Required. The dimensions requested and displayed in the query response.",
      "items": {
        "description": "An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the `QueryAudienceExportResponse`.",
        "properties": {
          "dimensionName": {
            "description": "Optional. The API name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-api-schema#dimensions) for the list of dimension names.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "errorMessage": {
      "description": "Output only. Error message is populated when an audience export fails during creation. A common reason for such a failure is quota exhaustion.",
      "readOnly": true,
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "description": "Output only. Identifier. The audience export resource name assigned during creation. This resource name identifies this `AudienceExport`. Format: `properties/{property}/audienceExports/{audience_export}`",
      "readOnly": true,
      "type": "string",
      "example": "Example Name"
    },
    "percentageCompleted": {
      "description": "Output only. The percentage completed for this audience export ranging between 0 to 100.",
      "format": "double",
      "readOnly": true,
      "type": "number",
      "example": 75.5
    },
    "rowCount": {
      "description": "Output only. The total number of rows in the AudienceExport result.",
      "format": "int32",
      "readOnly": true,
      "type": "integer",
      "example": 10
    },
    "state": {
      "description": "Output only. The current state for this AudienceExport.",
      "enum": [
        "STATE_UNSPECIFIED",
        "CREATING",
        "ACTIVE",
        "FAILED"
      ],
      "readOnly": true,
      "type": "string",
      "example": "STATE_UNSPECIFIED"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/data-api-audience-export"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.