[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-01-14 (UTC)"],[[["Creates a new \"GA4\" property with a specified location and attributes using an HTTP POST request."],["The request body should contain an instance of \"Property\" as defined in the provided documentation."],["Upon successful completion, the response body will contain the newly created \"Property\" instance."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["A Google Analytics property is created via a `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/properties`. The request body must contain a `Property` instance, and a successful response returns the newly created `Property`. This action requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope for authorization. The URL utilizes gRPC Transcoding syntax.\n"]]