כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
REST Resource: properties.rollupPropertySourceLinks
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: RollupPropertySourceLink
קישור שמפנה לנכס מקור מתחת לנכס העל.
ייצוג JSON |
{
"name": string,
"sourceProperty": string
} |
שדות |
name |
string
פלט בלבד. שם המשאב של RollupPropertySourceLink הזה. פורמט: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' פורמט: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
בלתי ניתן לשינוי. שם המשאב של נכס המקור. פורמט: properties/{property_id} דוגמה: "properties/789"
|
שיטות |
|
יצירת קישור מקור של נכס-על. |
|
מחיקת קישור מקור של נכס-על. |
|
מחפשים קישור מקור יחיד של נכס-על. |
|
רשימה של קישורי מקור של נכס-על בנכס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["RollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property."],["It includes methods to create, delete, retrieve, and list roll-up property source links."],["The resource name follows a specific format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}`."],["You can manage roll-up property source links using the provided API methods documented in the links."]]],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"]]