Am Ende dieser Seite finden Sie eine Liste der Methoden für diese Ressource.
Ressourcendarstellungen
JSON-Vorlage für eine Analytics-Kontozusammenfassung Eine AccountSummary ist eine einfache Baumstruktur, die aus Properties/Profilen besteht.
{ "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 } ] } ] }
Attributname | Wert | Beschreibung | Hinweise |
---|---|---|---|
id |
string |
Konto-ID. | |
kind |
string |
Ressourcentyp für Analytics-Kontozusammenfassung | |
name |
string |
Kontoname | |
starred |
boolean |
Gibt an, ob dieses Konto markiert ist. | |
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-Profilzusammenfassung. | |
webProperties[].profiles[].name |
string |
Name der Datenansicht (Profil) | |
webProperties[].profiles[].starred |
boolean |
Gibt an, ob diese Ansicht (Profil) markiert ist oder nicht. | |
webProperties[].profiles[].type |
string |
Typ „Datenansicht“ (Profil) Unterstützte Typen: WEB oder APP. | |
webProperties[].starred |
boolean |
Gibt an, ob diese Web-Property markiert ist. | |
webProperties[].websiteUrl |
string |
Die Website-URL für diese Web-Property. |
Methoden
- list
- Listet Kontozusammenfassungen (einfache Baumansicht mit Konten/Properties/Profilen) auf, auf die der Nutzer Zugriff hat.