Method: properties.getAttributionSettings
מחפשים רכיב בודד של הגדרות שיוך (Attribution).
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של הגדרות השיוך שרוצים לאחזר. פורמט: properties/{property}/attributionSettings
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של AttributionSettings
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-06 (שעון UTC).
[null,null,["עדכון אחרון: 2024-05-06 (שעון UTC)."],[[["This page details how to retrieve Attribution Settings for a specific Google Analytics 4 property using the Google Analytics Admin API."],["The request requires specifying the property name as a path parameter and uses an HTTP GET method."],["A successful response will provide an AttributionSettings object containing the configurations."],["Authentication is necessary using either analytics.readonly or analytics.edit scope."]]],["This document outlines the process for retrieving AttributionSettings. It involves sending a `GET` request to a specific URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/attributionSettings}`. The `name` parameter in the URL path is required and specifies the resource. The request body must be empty. A successful response will contain an instance of `AttributionSettings`. Access requires either `analytics.readonly` or `analytics.edit` OAuth scope. The documentation use gRPC Transcoding syntax.\n"]]