REST Resource: properties.adSenseLinks
منبع: AdSenseLink
پیوندی بین یک ویژگی Google Analytics و یک سرویس گیرنده تبلیغات AdSense برای محتوا.
نمایندگی JSON |
---|
{
"name": string,
"adClientCode": string
} |
فیلدها |
---|
name | string فقط خروجی نام منبع برای این منبع پیوند AdSense. قالب: خواص/{propertyId}/adSenseLinks/{linkId} مثال: properties/1234/adSenseLinks/6789 |
ad Client Code | string تغییرناپذیر. کد مشتری تبلیغات AdSense که ویژگی Google Analytics به آن پیوند داده شده است. قالب مثال: "ca-pub-1234567890" |
روش ها |
---|
| یک AdSenseLink ایجاد می کند. |
| AdSenseLink را حذف می کند. |
| یک AdSenseLink را جستجو می کند. |
| AdSenseLinks را در یک ویژگی فهرست می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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"]]