DimensionValue
Stay organized with collections
Save and categorize content based on your preferences.
Represents a DimensionValue resource.
JSON representation |
{
"dimensionName": string,
"value": string,
"id": string,
"matchType": enum (MatchType ),
"kind": string,
"etag": string
} |
Fields |
dimensionName |
string
The name of the dimension.
|
value |
string
The value of the dimension.
|
id |
string
The ID associated with the value if available.
|
matchType |
enum (MatchType )
Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
|
kind |
string
The kind of resource this is, in this case
dfareporting#dimensionValue
.
|
etag |
string
The eTag of this response for caching purposes.
|
MatchType
Enums |
EXACT |
|
BEGINS_WITH |
|
CONTAINS |
|
WILDCARD_EXPRESSION |
|
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 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [MatchType](#MatchType)\n\nRepresents a DimensionValue resource.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dimensionName\": string, \"value\": string, \"id\": string, \"matchType\": enum (/doubleclick-advertisers/rest/v5/DimensionValue#MatchType), \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimensionName` | `string` The name of the dimension. |\n| `value` | `string` The value of the dimension. |\n| `id` | `string` The ID associated with the value if available. |\n| `matchType` | `enum (`[MatchType](/doubleclick-advertisers/rest/v5/DimensionValue#MatchType)`)` Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '\\*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch\\*') allow a matchType other than EXACT. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#dimensionValue` . |\n| `etag` | `string` The eTag of this response for caching purposes. |\n\nMatchType\n\n| Enums ||\n|-----------------------|---|\n| `EXACT` | |\n| `BEGINS_WITH` | |\n| `CONTAINS` | |\n| `WILDCARD_EXPRESSION` | |"]]