[[["容易理解","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"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Method: built_in_variables.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CreateBuiltInVariableResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n**Full name**: accounts.containers.workspaces.built_in_variables.create\n\nCreates one or more GTM Built-In Variables.\n\n### HTTP request\n\n`POST https://tagmanager.googleapis.com/tagmanager/v2/{parent}/built_in_variables`\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` GTM Workspace's API relative path. It takes the form `accounts/{account}/containers/{container}/workspaces/{workspace}`. |\n\n### Query parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type[]` | `enum (`[BuiltInVariableType](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.versions#BuiltInVariableType)`)` The types of built-in variables to enable. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"builtInVariable\": [ { object (/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.versions#BuiltInVariable) } ] } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `builtInVariable[]` | `object (`[BuiltInVariable](/tag-platform/tag-manager/api/reference/rest/v2/accounts.containers.versions#BuiltInVariable)`)` List of created built-in variables. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/tagmanager.edit.containers`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]