REST Resource: properties.adSenseLinks
Tài nguyên: AdSenseLink
Đường liên kết giữa một tài sản Google Analytics và một ứng dụng quảng cáo AdSense cho Nội dung.
Biểu diễn dưới dạng JSON |
{
"name": string,
"adClientCode": string
} |
Trường |
name |
string
Chỉ có đầu ra. Tên tài nguyên cho tài nguyên Đường liên kết AdSense này. Định dạng: properties/{propertyId}/adSenseLinks/{linkId} Ví dụ: properties/1234/adSenseLinks/6789
|
adClientCode |
string
Không thể thay đổi. Mã ứng dụng quảng cáo AdSense mà tài sản Google Analytics được liên kết. Định dạng ví dụ: "ca-pub-1234567890"
|
Phương thức |
|
Tạo một AdSenseLink. |
|
Xoá một AdSenseLink. |
|
Truy vấn một AdSenseLink. |
|
Liệt kê AdSenseLinks trên một tài sản. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-01-14 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]