AI-generated Key Takeaways
-
JSON representation defines individual comparisons, often used in reports to compare multiple aspects.
-
Each comparison has a name for identification and uses either a
dimensionFilter
or a savedcomparison
for defining the comparison logic. -
dimensionFilter
allows for basic comparisons using FilterExpression, whilecomparison
utilizes a saved comparison resource for complex scenarios. -
The response data will present each comparison in separate rows, identified by their respective names.
Defines an individual comparison. Most requests will include multiple comparisons so that the report compares between the comparisons.
JSON representation |
---|
{ "name": string, // Union field |
Fields | |
---|---|
name |
Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name. |
Union field one_comparison . One kind of comparison value one_comparison can be only one of the following: |
|
dimension |
A basic comparison. |
comparison |
A saved comparison identified by the comparison's resource name. For example, 'comparisons/1234'. |