כדאי לנסות את שרת ה-MCP ל-Google Analytics. אפשר להתקין מ-
GitHub, ולקרוא את
ההודעה לפרטים נוספים.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
REST Resource: properties.adSenseLinks
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: AdSenseLink
קישור בין נכס Google Analytics לבין לקוח של מודעות ב-AdSense לרשת המדיה (AFC).
| ייצוג ב-JSON |
{
"name": string,
"adClientCode": string
} |
| שדות |
name |
string
פלט בלבד. שם המשאב של משאב הקישור הזה ל-AdSense. פורמט: properties/{propertyId}/adSenseLinks/{linkId} דוגמה: properties/1234/adSenseLinks/6789
|
adClientCode |
string
לא ניתן לשינוי. קוד לקוח המודעות ב-AdSense שאליו מקושר נכס Google Analytics. פורמט לדוגמה: 'ca-pub-1234567890'
|
Methods |
|
|
יצירת AdSenseLink. |
|
|
מחיקה של AdSenseLink. |
|
|
חיפוש של AdSenseLink יחיד. |
|
|
הצגת רשימה של AdSenseLinks בנכס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],["AdSenseLink establishes a connection between a Google Analytics property and an AdSense ad client. Its JSON representation includes a resource `name` and an `adClientCode`. Key actions include creating, deleting, retrieving (get), and listing AdSenseLinks. The `name` field is read-only and uses the format `properties/{propertyId}/adSenseLinks/{linkId}`, while `adClientCode` is immutable and in the format \"ca-pub-1234567890\".\n"]]