Google Analytics · Schema

GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse

Response message for ListGoogleAdsLinks RPC.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Properties

Name Type Description
googleAdsLinks array List of GoogleAdsLinks.
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-googleanalyticsadminv1betalistgoogleadslinksresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse",
  "title": "GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse",
  "description": "Response message for ListGoogleAdsLinks RPC.",
  "properties": {
    "googleAdsLinks": {
      "description": "List of GoogleAdsLinks.",
      "items": {
        "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink"
      },
      "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"
}