We've updated our documentation with the latest features and updates introduced by Ads Data Hub's
two new experiences.
Advertisers, agencies, and publishers, refer to the
Marketers site.
Vendors and partners, refer to the
Measurement Partners site.
ParameterType
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 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."]]],[]]