Method: properties.expandedDataSets.create
Tworzy rozwinięty zbiór danych.
Żądanie HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Wymagane. Przykładowy format: właściwość/1234
|
Treść żądania
Treść żądania zawiera wystąpienie elementu ExpandedDataSet
.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję ExpandedDataSet
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-06 UTC.
[null,null,["Ostatnia aktualizacja: 2024-05-06 UTC."],[[["Creates an ExpandedDataSet through an HTTP POST request to the specified URL."],["Requires `parent` as a path parameter indicating the property for which the ExpandedDataSet is created."],["The request body should contain an instance of ExpandedDataSet, and a successful response will return the newly created ExpandedDataSet."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details how to create an ExpandedDataSet via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/expandedDataSets`. The `parent` path parameter is required and specifies the property. The request body must include an `ExpandedDataSet` instance. A successful response returns the newly created `ExpandedDataSet`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. It uses gRPC Transcoding syntax.\n"]]