Попробуйте сервер MCP для Google Analytics. Установите его с
GitHub и ознакомьтесь с
анонсом для получения более подробной информации.
Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Создает SKAdNetworkConversionValueSchema.
HTTP-запрос
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
parent | string Необходимый. Родительский ресурс, в котором будет создана эта схема. Формат: свойства/{свойство}/dataStreams/{dataStream} |
Тело запроса
Тело запроса содержит экземпляр SKAdNetworkConversionValueSchema
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр SKAdNetworkConversionValueSchema
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/analytics.edit
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eCreates a schema for SKAdNetwork conversion values within a specified data stream.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the parent data stream using the format: \u003ccode\u003eproperties/{property}/dataStreams/{dataStream}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsers need \u003ccode\u003eanalytics.edit\u003c/code\u003e scope authorization to create the schema.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns the newly created schema.\u003c/p\u003e\n"]]],["This describes how to create a `SKAdNetworkConversionValueSchema` via a POST request. The request is sent to a specific URL using gRPC Transcoding syntax. The URL's `parent` path parameter is required and indicates where the schema will be created. The request body should contain the `SKAdNetworkConversionValueSchema` instance, and a successful response will return the newly created schema instance. This operation requires `analytics.edit` authorization scope.\n"],null,["# Method: properties.dataStreams.sKAdNetworkConversionValueSchema.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a SKAdNetworkConversionValueSchema.\n\n### HTTP request\n\n`POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/sKAdNetworkConversionValueSchema`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream} |\n\n### Request body\n\nThe request body contains an instance of [SKAdNetworkConversionValueSchema](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [SKAdNetworkConversionValueSchema](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.dataStreams.sKAdNetworkConversionValueSchema#SKAdNetworkConversionValueSchema).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]