Google Analytics · Example Payload

Data Api Audience Export Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Data Api Audience Export Example is an example object payload from Google Analytics, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

audienceaudienceDisplayNamebeginCreatingTimecreationQuotaTokensChargeddimensionserrorMessagenamepercentageCompletedrowCountstate

Example Payload

Raw ↑
{
  "audience": "example_value",
  "audienceDisplayName": "Example Name",
  "beginCreatingTime": "2026-04-17T12:00:00Z",
  "creationQuotaTokensCharged": 42,
  "dimensions": [
    {
      "dimensionName": "Example Analytics Property"
    }
  ],
  "errorMessage": "example_value",
  "name": "Example Name",
  "percentageCompleted": 75.5,
  "rowCount": 10,
  "state": "STATE_UNSPECIFIED"
}