试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
Comparison
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি পৃথক তুলনা সংজ্ঞায়িত করে। বেশিরভাগ অনুরোধে একাধিক তুলনা অন্তর্ভুক্ত থাকবে যাতে প্রতিবেদনটি তুলনার মধ্যে তুলনা করে।
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 নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
dimension Filter | object ( FilterExpression ) একটি মৌলিক তুলনা. |
comparison | string তুলনার সংস্থান নামের দ্বারা চিহ্নিত একটি সংরক্ষিত তুলনা। উদাহরণস্বরূপ, 'তুলনা/1234'। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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,["# Comparison\n\n- [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'. |"]]