جرِّب خادم MCP لخدمة "إحصاءات Google". يمكنك تثبيت التطبيق من
GitHub والاطّلاع على
الإعلان لمعرفة المزيد من التفاصيل.
AccessDimension
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تمثِّل هذه السمات بياناتك. على سبيل المثال، تشير السمة userEmail
إلى عنوان البريد الإلكتروني للمستخدم الذي وصل إلى بيانات إعداد التقارير. قيم السمات في الردود على التقارير هي سلاسل.
تمثيل JSON |
{
"dimensionName": string
} |
الحقول |
dimensionName |
string
اسم واجهة برمجة التطبيقات للسمة. راجِع مخطط الوصول إلى البيانات للاطّلاع على قائمة بالسمات المتوافقة في واجهة برمجة التطبيقات هذه. تتم الإشارة إلى السمات بالاسم في dimensionFilter وorderBys .
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eDimensions are attributes of your data, like \u003ccode\u003euserEmail\u003c/code\u003e, and their values in reports are strings.\u003c/p\u003e\n"],["\u003cp\u003eDimensions are represented in JSON format as \u003ccode\u003e{ "dimensionName": string }\u003c/code\u003e, where \u003ccode\u003edimensionName\u003c/code\u003e is the API name of the dimension.\u003c/p\u003e\n"],["\u003cp\u003eYou can find a list of supported dimensions in the \u003ca href=\"https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema\"\u003eData Access Schema\u003c/a\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edimensionName\u003c/code\u003e is used to reference dimensions in \u003ccode\u003edimensionFilter\u003c/code\u003e and \u003ccode\u003eorderBys\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines dimensions as attributes of data, using `userEmail` as an example. Dimension values are strings. The JSON representation of a dimension is `{ \"dimensionName\": string }`. The `dimensionName` field, a string, specifies the API name of the dimension. A list of supported dimensions can be found in the Data Access Schema. Dimensions are referenced by name in `dimensionFilter` and `orderBys`.\n"],null,["# AccessDimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDimensions are attributes of your data. For example, the dimension `userEmail` indicates the email of the user that accessed reporting data. Dimension values in report responses are strings.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"dimensionName\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimensionName` | `string` The API name of the dimension. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of dimensions supported in this API. Dimensions are referenced by name in `dimensionFilter` and `orderBys`. |"]]