Account Summaries

Per un elenco dei metodi per questa risorsa, consulta la fine di questa pagina.

Rappresentazioni delle risorse

Modello JSON per un AccountSummary di Analytics. Un AccountSummary è un albero leggero composto da proprietà e profili.

{
  "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
        }
      ]
    }
  ]
}
Nome proprietà Valore Descrizione Note
id string ID account.
kind string Tipo di risorsa per Analytics AccountSummary.
name string Nome dell'account.
starred boolean Indica se l'account è stato aggiunto a Speciali o meno.
webProperties[] list Elenco di proprietà web in questo account.
webProperties[].id string ID proprietà web nel formato UA-XXXXX-YY.
webProperties[].internalWebPropertyId string ID interno per questa proprietà web.
webProperties[].kind string Tipo di risorsa per WebPropertySummary di Analytics.
webProperties[].level string Livello per questa proprietà web. I valori possibili sono STANDARD o PREMIUM.
webProperties[].name string Nome proprietà web.
webProperties[].profiles[] list Elenco dei profili in questa proprietà web.
webProperties[].profiles[].id string ID vista (profilo).
webProperties[].profiles[].kind string Tipo di risorsa per Analytics ProfileSummary.
webProperties[].profiles[].name string Nome della visualizzazione (profilo).
webProperties[].profiles[].starred boolean Indica se questa visualizzazione (profilo) è stata aggiunta a Speciali o meno.
webProperties[].profiles[].type string Tipo di visualizzazione (profilo). Tipi supportati: WEB o APP.
webProperties[].starred boolean Indica se questa proprietà web è stata aggiunta o meno a Speciali.
webProperties[].websiteUrl string URL del sito web per questa proprietà web.

Metodi

list
Elenca i riepiloghi degli account (albero leggero composto da account/proprietà/profili) a cui l'utente ha accesso.