Google Analytics · Schema

Account

JSON template for Analytics account entry.

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

Properties

Name Type Description
childLink object Child link for an account entry. Points to the list of web properties for this account.
created string Time the account was created.
id string Account ID.
kind string Resource type for Analytics account.
name string Account name.
permissions object Permissions the user has for this account.
selfLink string Link for this account.
starred boolean Indicates whether this account is starred or not.
updated string Time the account was last modified.
View JSON Schema on GitHub

JSON Schema

google-analytics-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Account",
  "title": "Account",
  "description": "JSON template for Analytics account entry.",
  "properties": {
    "childLink": {
      "description": "Child link for an account entry. Points to the list of web properties for this account.",
      "properties": {
        "href": {
          "description": "Link to the list of web properties for this account.",
          "type": "string"
        },
        "type": {
          "default": "analytics#webproperties",
          "description": "Type of the child link. Its value is \"analytics#webproperties\".",
          "type": "string"
        }
      },
      "type": "object"
    },
    "created": {
      "description": "Time the account was created.",
      "format": "date-time",
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    },
    "id": {
      "description": "Account ID.",
      "type": "string",
      "example": "123456"
    },
    "kind": {
      "default": "analytics#account",
      "description": "Resource type for Analytics account.",
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "description": "Account name.",
      "type": "string",
      "example": "Example Name"
    },
    "permissions": {
      "description": "Permissions the user has for this account.",
      "properties": {
        "effective": {
          "description": "All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    "selfLink": {
      "description": "Link for this account.",
      "type": "string",
      "example": "example_value"
    },
    "starred": {
      "description": "Indicates whether this account is starred or not.",
      "type": "boolean",
      "example": true
    },
    "updated": {
      "description": "Time the account was last modified.",
      "format": "date-time",
      "type": "string",
      "example": "2026-04-17T12:00:00Z"
    }
  },
  "type": "object"
}

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/google-analytics-account"
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.