Output only. Time when this account was originally created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. Time when account payload fields were last updated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
displayName
string
Required. Human-readable display name for this account.
regionCode
string
Country of business. Must be a Unicode CLDR region code.
deleted
boolean
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
gmpOrganization
string
Output only. The URI for a Google Marketing Platform organization resource. Only set when this account is connected to a GMP organization. Format: marketingplatformadmin.googleapis.com/organizations/{org_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The Account resource represents a Google Analytics account and provides details like name, creation time, update time, display name, region, deletion status, and linked Google Marketing Platform organization."],["Account data is structured in JSON format with specific fields for each attribute, including timestamps and resource names."],["A variety of methods are available for managing Accounts such as creating, retrieving, updating, deleting, and accessing data sharing settings."],["Accounts can be soft-deleted, meaning they are marked as trashed but can still be recovered or permanently deleted later."],["Developers can leverage these resources and methods to programmatically interact with and manage Google Analytics accounts."]]],["The provided content describes a Google Analytics `Account` resource, detailing its JSON structure and fields like `name`, `createTime`, `updateTime`, `displayName`, and `regionCode`. It supports actions such as marking the Account as deleted, retrieving, updating, and listing accounts. Methods also enable managing data sharing settings, requesting account creation, running access reports, and searching change history events for the Account or it's children.\n"]]