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.
ParameterType
Stay organized with collections
Save and categorize content based on your preferences.
Information about a specific query parameter.
JSON representation |
{
"type": {
object (FieldType )
},
"description": string,
"defaultValue": {
object (ParameterValue )
}
} |
Fields |
type |
object (FieldType )
Parameter field type.
|
description |
string
Optional. Parameter description.
|
defaultValue |
object (ParameterValue )
Optional. Value that should be used if no parameter value is provided.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["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,[]]