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 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eDimensionValue resource represents a dimension and its value, including an ID, match type, and kind.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ematchType\u003c/code\u003e determines how the 'value' is matched during filtering and defaults to \u003ccode\u003eEXACT\u003c/code\u003e if unspecified.\u003c/p\u003e\n"],["\u003cp\u003eOnly paid search dimensions allow a \u003ccode\u003ematchType\u003c/code\u003e other than \u003ccode\u003eEXACT\u003c/code\u003e, with \u003ccode\u003eWILDCARD_EXPRESSION\u003c/code\u003e supporting placeholders and escaping.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes an \u003ccode\u003eetag\u003c/code\u003e for caching and a \u003ccode\u003ekind\u003c/code\u003e field identifying it as a \u003ccode\u003edfareporting#dimensionValue\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# DimensionValue\n\n- [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/v4/DimensionValue#MatchType), \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimension``Name` | `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| `match``Type` | `enum (`[MatchType](/doubleclick-advertisers/rest/v4/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\n| Enums ||\n|-----------------------|---|\n| `EXACT` | |\n| `BEGINS_WITH` | |\n| `CONTAINS` | |\n| `WILDCARD_EXPRESSION` | |"]]