Account Summaries

Am Ende dieser Seite finden Sie eine Liste der Methoden für diese Ressource.

Ressourcendarstellungen

JSON-Vorlage für eine Analytics AccountSummary. Eine Kontozusammenfassung ist eine einfache Struktur aus Propertys/Profilen.

{
  "id": string,
  "kind": "analytics#accountSummary",
  "name": string,
  "starred": boolean,
  "webProperties": [
    {
      "kind": "analytics#webPropertySummary",
      "id": string,
      "name": string,
      "internalWebPropertyId": string,
      "level": string,
      "websiteUrl": string,
      "starred": boolean,
      "profiles": [
        {
          "kind": "analytics#profileSummary",
          "id": string,
          "name": string,
          "type": string,
          "starred": boolean
        }
      ]
    }
  ]
}
Property-Name Wert Beschreibung Hinweise
id string Konto-ID.
kind string Ressourcentyp für Analytics AccountSummary.
name string Kontoname.
starred boolean Gibt an, ob dieses Konto markiert ist oder nicht.
webProperties[] list Liste der Web-Properties in diesem Konto.
webProperties[].id string Web-Property-ID im Format UA-XXXXX-YY.
webProperties[].internalWebPropertyId string Interne ID für diese Web-Property.
webProperties[].kind string Ressourcentyp für Analytics WebPropertySummary
webProperties[].level string Ebene für diese Web-Property. Mögliche Werte sind STANDARD oder PREMIUM.
webProperties[].name string Web-Property-Name
webProperties[].profiles[] list Liste der Profile unter dieser Web-Property.
webProperties[].profiles[].id string ID der Datenansicht (Profil)
webProperties[].profiles[].kind string Ressourcentyp für Analytics ProfileSummary.
webProperties[].profiles[].name string Name (Profil) der Datenansicht.
webProperties[].profiles[].starred boolean Gibt an, ob diese Datenansicht (Profil) markiert ist.
webProperties[].profiles[].type string Typ der Datenansicht (Profil) Unterstützte Typen: WEB oder APP.
webProperties[].starred boolean Gibt an, ob diese Web-Property markiert ist oder nicht.
webProperties[].websiteUrl string Website-URL für diese Web-Property

Methoden

list
Listet Kontozusammenfassungen (eine einfache Struktur aus Konten/Properties/Profilen) auf, auf die der Nutzer Zugriff hat.