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-01-14 (שעון UTC).
[null,null,["עדכון אחרון: 2025-01-14 (שעון UTC)."],[[["AdSenseLink establishes a connection between a Google Analytics 4 (GA4) property and an AdSense for Content ad client."],["This connection is represented in JSON format and includes crucial fields like `name` (a unique identifier) and `adClientCode` (the AdSense ad client code)."],["You can manage these connections through various methods, including creating, deleting, retrieving, and listing AdSenseLinks associated with a GA4 property."]]],["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"]]