Google Analytics · Schema

GoogleAnalyticsAdminV1betaListConversionEventsResponse

Response message for ListConversionEvents RPC.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
conversionEvents array The requested conversion events
nextPageToken string A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
View JSON Schema on GitHub

JSON Schema

google-analytics-googleanalyticsadminv1betalistconversioneventsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaListConversionEventsResponse",
  "title": "GoogleAnalyticsAdminV1betaListConversionEventsResponse",
  "description": "Response message for ListConversionEvents RPC.",
  "properties": {
    "conversionEvents": {
      "description": "The requested conversion events",
      "items": {
        "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaConversionEvent"
      },
      "type": "array"
    },
    "nextPageToken": {
      "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
      "type": "string"
    }
  },
  "type": "object"
}