[[["易于理解","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"]],["最后更新时间 (UTC):2024-05-06。"],[[["Creates a new Audience using an HTTP POST request to the specified endpoint."],["Requires providing the parent property ID in the URL path and an `Audience` object in the request body."],["A successful response will return the newly created `Audience` object."],["Requires the `analytics.edit` OAuth scope for authorization."]]],["A POST request is made to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/audiences` to create an Audience. The `parent` path parameter, a string in the format `properties/1234`, is required. The request body uses the `Audience` resource, and the successful response returns a new `Audience` instance. This operation requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope. The url uses gRPC Transcoding syntax.\n"]]