REST Resource: properties.adSenseLinks
المرجع: AdSenseLink
رابط بين موقع على "إحصاءات Google" وعميل إعلانات "AdSense للمحتوى"
تمثيل JSON |
{
"name": string,
"adClientCode": string
} |
الحقول |
name |
string
النتائج فقط. اسم المرجع لمرجع رابط AdSense هذا. التنسيق: properties/{propertyId}/adSenseLinks/{linkId} مثال: properties/1234/adSenseLinks/6789
|
adClientCode |
string
غير قابل للتغيير رمز العميل الإعلاني في AdSense المرتبط بموقع "إحصاءات Google". مثال على التنسيق: "ca-pub-1234567890"
|
الطُرق |
|
لإنشاء رابط AdSense |
|
لحذف رابط AdSense |
|
البحث عن رابط AdSense واحد |
|
تعرض هذه السمة روابط AdSense في موقع معيّن. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]