This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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\u003eThe JSON representation describes information about a specific query parameter, including its type, description, and default value.\u003c/p\u003e\n"],["\u003cp\u003eQuery parameters have a field type, an optional description, and an optional default value that's used if no value is provided.\u003c/p\u003e\n"]]],["The provided JSON represents a query parameter with its attributes. Key actions include defining the parameter's `type` as an object referencing `FieldType`. A `description`, a string, is optional for the parameter. Lastly, an optional `defaultValue`, referencing `ParameterValue`, can be set to be used if the parameter is not explicitly provided during the request. The parameter's structure is detailed in a JSON object format.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a specific query parameter.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"type\": { object (/ads-data-hub/reference/rest/v1/FieldType) }, \"description\": string, \"defaultValue\": { object (/ads-data-hub/reference/rest/v1/ParameterValue) } } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type` | `object (`[FieldType](/ads-data-hub/reference/rest/v1/FieldType)`)` Parameter field type. |\n| `description` | `string` Optional. Parameter description. |\n| `defaultValue` | `object (`[ParameterValue](/ads-data-hub/reference/rest/v1/ParameterValue)`)` Optional. Value that should be used if no parameter value is provided. |"]]