DimensionValues lets you query the value of report dimensions which can be used as filters in reports. See Dimensions, Metrics, and Filters for a full list of available dimensions.
For a list of methods for this resource, see the end of this page.
Resource representations
Represents a DimensionValue resource.
{ "kind": "dfareporting#dimensionValue", "etag": etag, "dimensionName": string, "value": string, "id": string, "matchType": string }
Property name | Value | Description | Notes |
---|---|---|---|
dimensionName |
string |
The name of the dimension. | |
etag |
etag |
The eTag of this response for caching purposes. | |
id |
string |
The ID associated with the value if available. | |
kind |
string |
The kind of resource this is, in this case dfareporting#dimensionValue . |
|
matchType |
string |
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.
Acceptable values are:
|
|
value |
string |
The value of the dimension. |
Methods
The query method:
- query
- Retrieves a list of report dimension values for a list of filters.