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."],[[["The JSON representation describes information about a specific query parameter, including its type, description, and default value."],["Query parameters have a field type, an optional description, and an optional default value that's used if no value is provided."]]],["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"]]