किसी एक तुलना के बारे में बताता है. ज़्यादातर अनुरोधों में कई तुलनाएं शामिल होंगी, ताकि रिपोर्ट में तुलना की जा सके.
JSON के काेड में दिखाना
{"name": string,// Union field one_comparison can be only one of the following:"dimensionFilter": {object (FilterExpression)},"comparison": string// End of list of possible types for union field one_comparison.}
फ़ील्ड
name
string
हर तुलना से, रिस्पॉन्स में अलग-अलग लाइनें बनती हैं. रिस्पॉन्स में, इस तुलना की पहचान इस नाम से की जाती है. अगर कोई नाम नहीं दिया गया है, तो हम सेव की गई तुलनाओं के डिसप्ले नेम का इस्तेमाल करेंगे.
यूनियन फ़ील्ड one_comparison. तुलना की एक तरह की वैल्यू one_comparison, इनमें से सिर्फ़ एक हो सकती है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eJSON representation defines individual comparisons, often used in reports to compare multiple aspects.\u003c/p\u003e\n"],["\u003cp\u003eEach comparison has a name for identification and uses either a \u003ccode\u003edimensionFilter\u003c/code\u003e or a saved \u003ccode\u003ecomparison\u003c/code\u003e for defining the comparison logic.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edimensionFilter\u003c/code\u003e allows for basic comparisons using FilterExpression, while \u003ccode\u003ecomparison\u003c/code\u003e utilizes a saved comparison resource for complex scenarios.\u003c/p\u003e\n"],["\u003cp\u003eThe response data will present each comparison in separate rows, identified by their respective names.\u003c/p\u003e\n"]]],["The content defines a comparison structure for reporting. Each comparison has a `name` for identification in the response. A comparison can be defined in one of two ways: by a `dimensionFilter` object, which specifies a basic filter criteria; or by referencing a pre-existing saved `comparison` via its resource name. Multiple comparisons are used together to create a report, each comparison generating separate rows in the output.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDefines an individual comparison. Most requests will include multiple comparisons so that the report compares between the comparisons.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, // Union field `one_comparison` can be only one of the following: \"dimensionFilter\": { object (/analytics/devguides/reporting/data/v1/rest/v1beta/FilterExpression) }, \"comparison\": string // End of list of possible types for union field `one_comparison`. } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` 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. |\n| Union field `one_comparison`. One kind of comparison value `one_comparison` can be only one of the following: ||\n| `dimension``Filter` | `object (`[FilterExpression](/analytics/devguides/reporting/data/v1/rest/v1beta/FilterExpression)`)` A basic comparison. |\n| `comparison` | `string` A saved comparison identified by the comparison's resource name. For example, 'comparisons/1234'. |"]]