アカウント チケット

このリソースのメソッドの一覧は、このページの最後に掲載されています。

リソース表現

アナリティクス アカウント チケットの JSON テンプレート。アカウント チケットは、アカウント、プロパティ、プロファイルの基本情報とチケット ID で構成されています。

{
  "id": string,
  "kind": "analytics#accountTicket",
  "account": management.accounts Resource,
  "webproperty": management.webproperties Resource,
  "profile": management.profiles Resource,
  "redirectUri": string
}
プロパティ名 説明 メモ
account nested object このチケットのアカウント。
id string アカウント チケットへのアクセスに使用するアカウント チケット ID。
kind string アカウント チケットのリソースタイプ。
profile nested object アカウントのビュー(旧プロファイル)。
redirectUri string 利用規約に同意した後にユーザーがリダイレクトされる URI。Developers Console でリダイレクト URI として設定する必要があります。
webproperty nested object アカウントのウェブ プロパティ。

Methods

createAccountTicket
アカウント チケットを作成します。