[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation describes the JSON representation of a query parameter, including its type, description, and default value.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object includes fields like \u003ccode\u003etype\u003c/code\u003e for parameter field type, \u003ccode\u003edescription\u003c/code\u003e for optional parameter description, and \u003ccode\u003edefaultValue\u003c/code\u003e for optional default parameter value.\u003c/p\u003e\n"],["\u003cp\u003eLinks are provided for further information on \u003ccode\u003eFieldType\u003c/code\u003e and \u003ccode\u003eParameterValue\u003c/code\u003e objects.\u003c/p\u003e\n"]]],["The core content details the JSON representation and fields of a query parameter. The JSON structure includes \"type,\" \"description,\" and \"defaultValue.\" The \"type\" field specifies the parameter's field type, referencing `FieldType`. \"Description\" is an optional string providing parameter context. \"defaultValue\" is also optional, offering a `ParameterValue` to use when no value is provided. The provided information defines the structure and elements of a query parameter object.\n"],null,["# ParameterType\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a specific query parameter.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"type\": { object (/ads-data-hub/marketers/reference/rest/v1/FieldType) }, \"description\": string, \"defaultValue\": { object (/ads-data-hub/marketers/reference/rest/v1/ParameterValue) } } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type` | `object (`[FieldType](/ads-data-hub/marketers/reference/rest/v1/FieldType)`)` Parameter field type. |\n| `description` | `string` Optional. Parameter description. |\n| `defaultValue` | `object (`[ParameterValue](/ads-data-hub/marketers/reference/rest/v1/ParameterValue)`)` Optional. Value that should be used if no parameter value is provided. |"]]