Method: properties.dataStreams.getGlobalSiteTag
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定されたウェブ ストリームの サイトタグを返します。サイトタグは不変のシングルトンです。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/globalSiteTag}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。検索するサイトタグの名前。サイトタグはシングルトンであり、一意の ID を持ちません。形式: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag 例: properties/123/dataStreams/456/globalSiteTag
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
ウェブサイトから DataStream にデータを送信するためのタグを含む読み取り専用リソース。ウェブ DataStream リソースにのみ存在します。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"name": string,
"snippet": string
} |
フィールド |
name |
string
出力専用。この GlobalSiteTag リソースのリソース名。形式: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag 例: 「properties/123/dataStreams/456/globalSiteTag」
|
snippet |
string
変更不可。測定するすべてのウェブページの head タグの最初の項目として貼り付ける JavaScript コード スニペット。
|
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["Retrieves the Site Tag, an immutable singleton, associated with a specific web stream."],["Utilizes an HTTP GET request with the format `GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/globalSiteTag}` to fetch the tag."],["Requires providing the web stream's name using the path parameter `name` in the format `properties/{property_id}/dataStreams/{stream_id}/globalSiteTag`."],["Returns a JSON response containing the site tag's name and the JavaScript snippet for website implementation."],["Needs authorization with either `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics.edit` scope."]]],[]]