כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
מאפיינים של ייצוא קהלים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
המאפיינים שנתמכים בשאילתות לשיטות של ייצוא קהלים ב-Analytics Data API.
שיטות הדיווח הבסיסיות (לדוגמה, RunReport
) מקבלות קבוצה שונה של מאפיינים ומדדים מאשר שיטות הייצוא של קהלים.
מידות
אפשר לבקש את המאפיינים הבאים בייצוא קהלים של כל נכס.
מציינים את 'שם ה-API' בשדה name
של המשאב AudienceDimension
עבור עמודה של המאפיין בתגובה לייצוא הקהל.
שם ה-API |
שם ממשק המשתמש |
תיאור |
deviceId |
מזהה המכשיר |
מזהה מבוסס-דפדפן או מבוסס-אפליקציה לנייד של משתמש ייחודי ופסאודונימי באתר או באפליקציה לנייד. מידע נוסף זמין במאמר מזהה מכשיר. |
isAdsPersonalizationAllowed |
האם מותר לבצע התאמה אישית של מודעות |
אם המשתמש עומד בדרישות להתאמה אישית של מודעות, הפרמטר isAdsPersonalizationAllowed מחזיר את הערך true . אם המשתמש לא עומד בדרישות להתאמה אישית של מודעות, הפרמטר isAdsPersonalizationAllowed מחזיר את הערך false . הפרמטר isAdsPersonalizationAllowed מחזיר את הערך (not set) אם למערכת Google Analytics אין אפשרות לקבוע אם המשתמש הזה עומד בדרישות להתאמה אישית של מודעות. במילים אחרות, יכול להיות שהמשתמשים שהפרמטר isAdsPersonalizationAllowed מחזיר עבורם את הערך (not set) עומדים בדרישות להצגת מודעות בהתאמה אישית, ויכול להיות שלא. לגבי מודעות בהתאמה אישית, עליכם להתייחס למשתמשים שקיבלו את הערך isAdsPersonalizationAllowed = (not set) כמשתמשים שקיבלו את הערך isAdsPersonalizationAllowed = false , כי באופן כללי, חלק מהשורות של הערך (not set) יכללו משתמשים שלא עומדים בדרישות להתאמה אישית של מודעות. משתמשים שקיבלו את הערך isAdsPersonalizationAllowed = false עדיין יכולים לשמש למטרות שאינן פרסומיות, כמו בדיקות A/B וניתוח נתונים. |
isLimitedAdTracking |
מעקב המודעות מוגבל |
ההגדרה "הגבלת מעקב מודעות" שנקבעה במכשיר. הערכים האפשריים כוללים: true , false וגם (not set) . הפרמטר isLimitedAdTracking מחזיר את הערך (not set) אם למערכת Google Analytics אין אפשרות להחזיר את ההגדרה'הגבלת מעקב מודעות' של המכשיר הזה. |
userId |
מזהה המשתמש |
מזהה המשתמש שצוין למשתמש הזה בתיוג. מידע נוסף זמין במאמר מדידת הפעילות בפלטפורמות שונות באמצעות User-ID. אם התכונה 'איסוף פרטים שהמשתמשים סיפקו' מופעלת, אפשר לשלוח את הפרטים שהמשתמשים סיפקו יחד עם User-ID ל-Google Analytics בתגים כדי לשפר את המדידה. מידע נוסף זמין במאמר איסוף פרטים שהמשתמשים סיפקו. לא משנה אם האפשרות 'פרטים שהמשתמשים סיפקו' מופעלת בנכס, הפונקציה userId מחזירה את מזהה המשתמש שצוין בתיוג. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe Analytics Data API's Audience Export methods use a specific set of dimensions for querying data, differing from the Core Reporting methods.\u003c/p\u003e\n"],["\u003cp\u003eAudience exports support dimensions such as Device ID, Ads Personalization status, Limited Ad Tracking status, and User ID for any Google Analytics property.\u003c/p\u003e\n"],["\u003cp\u003eThese dimensions provide insights into user characteristics, privacy settings, and identifiers for analysis and audience creation.\u003c/p\u003e\n"],["\u003cp\u003eYou can include these dimensions in your audience export requests by specifying their API names within the \u003ccode\u003eAudienceDimension\u003c/code\u003e resource.\u003c/p\u003e\n"]]],["Audience Export methods in the Analytics Data API support specific dimensions for queries, distinct from Core Reporting methods. These dimensions, specified by their API Name, include `deviceId`, a unique user identifier; `isAdsPersonalizationAllowed`, indicating a user's eligibility for personalized ads; `isLimitedAdTracking`, reflecting the device's ad tracking settings; and `userId`, the user ID defined in tagging. Each dimension's API Name is used in the `AudienceDimension` resource to retrieve corresponding data.\n"],null,["# Audience Export Dimensions\n\nThe dimensions supported in queries to the [Audience Export methods](/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create) of the Analytics Data API.\nThe Core Reporting methods ([`RunReport`](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport)\nfor example) accept a different set of [Dimensions \\& Metrics](/analytics/devguides/reporting/data/v1/api-schema)\nthan the Audience Export methods.\n\nDimensions\n----------\n\nThe following dimensions can be requested in audience exports for any property.\nSpecify the \"API Name\" in an\n[`AudienceDimension`](/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports#AudienceDimension)\nresource's `name` field for a column of the dimension in the audience export\nresponse.\n\n| API Name | UI Name | Description |\n|-------------------------------|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `deviceId` | Device ID | A browser-based or mobile-app-based identifier for a unique, pseudonymous website or mobile app user. To learn more, see [Device ID](//support.google.com/analytics/answer/9356035). |\n| `isAdsPersonalizationAllowed` | Is ads personalization allowed | If a user is eligible for ads personalization, isAdsPersonalizationAllowed returns `true`. If a user is not eligible for ads personalization, isAdsPersonalizationAllowed returns `false`. isAdsPersonalizationAllowed returns `(not set)` if Google Analytics can't return whether this user is eligible for ads personalization; users where isAdsPersonalizationAllowed returns `(not set)` may or may not be eligible for personalized ads. For personalized ads, you should treat users where isAdsPersonalizationAllowed = `(not set)` as isAdsPersonalizationAllowed = `false` because, in the most general case, some of the `(not set)` rows will include users that are not eligible for ads personalization. Users where isAdsPersonalizationAllowed = `false` can still be used for non-advertising use cases like A/B testing \\& data explorations. |\n| `isLimitedAdTracking` | Is limited ad tracking | The device's Limit Ad Tracking setting. Possible values include: `true`, `false`, and `(not set)`. isLimitedAdTracking returns `(not set)` if Google Analytics can't return this device's Limit Ad Tracking setting. |\n| `userId` | User ID | The User ID specified for this user in tagging. To learn more, see [Measure activity across platforms with User-ID](//support.google.com/analytics/answer/9213390). If user-provided data collection is turned on, user-provided data along with User-ID can be sent to Google Analytics in tagging to improve measurement. To learn more, see [user-provided data collection](//support.google.com/analytics/answer/14077171). Regardless of whether user-provided data is turned on for your property, `userId` returns the User ID specified in tagging. |"]]