API Báo cáo Search Ads 360 mới hiện đã ra mắt. Tham gia nhóm Google
searchads-api-announcements để luôn được cập nhật về những cải tiến và bản phát hành sắp tới.
customer_asset_set
CustomerAssetSet là mối liên kết giữa một khách hàng và một nhóm thành phần. Khi thêm CustomerAssetSet, một nhóm thành phần sẽ liên kết với một khách hàng.
Bạn có thể chọn các trường trong các tài nguyên ở trên cùng với tài nguyên này trong mệnh đề SELECT và WHERE. Các trường này sẽ không phân đoạn
các chỉ số trong mệnh đề SELECT
của bạn.
customer_asset_set.asset_set |
Nội dung mô tả trường | Nhóm thành phần được liên kết với khách hàng. |
Danh mục | ATTRIBUTE |
Loại dữ liệu | RESOURCE_NAME |
Nhập URL | N/A |
Có thể lọc | Đúng |
Có thể chọn | Đúng |
Có thể sắp xếp | Sai |
Lặp lại | Sai |
|
customer_asset_set.customer |
Nội dung mô tả trường | Khách hàng được liên kết với nhóm thành phần này. |
Danh mục | ATTRIBUTE |
Loại dữ liệu | RESOURCE_NAME |
Nhập URL | N/A |
Có thể lọc | Đúng |
Có thể chọn | Sai |
Có thể sắp xếp | Sai |
Lặp lại | Sai |
|
customer_asset_set.resource_name |
Nội dung mô tả trường | Tên tài nguyên của nhóm thành phần khách hàng. Tên tài nguyên thành phần của nhóm thành phần có dạng: customers/{customer_id}/customerAssetSets/{asset_set_id} |
Danh mục | ATTRIBUTE |
Loại dữ liệu | RESOURCE_NAME |
Nhập URL | N/A |
Có thể lọc | Đúng |
Có thể chọn | Đúng |
Có thể sắp xếp | Sai |
Lặp lại | Sai |
|
customer_asset_set.status |
Nội dung mô tả trường | Trạng thái của thành phần nhóm thành phần của khách hàng. Chỉ đọc. |
Danh mục | ATTRIBUTE |
Loại dữ liệu |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
Nhập URL | google.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus |
Có thể lọc | Đúng |
Có thể chọn | Đúng |
Có thể sắp xếp | Đúng |
Lặp lại | Sai |
|
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: 2024-01-10 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-01-10 UTC."],[[["CustomerAssetSet establishes a connection between a customer and an asset set, enabling the association of assets with specific customers."],["This resource allows for the selection of fields from linked assets and customers within queries, but these fields will not segment metrics."],["The resource includes attributes such as the linked asset set, customer, resource name, and status, which can be used for filtering and selection in queries."],["Notably, the `customer_asset_set.customer` field is selectable for filtering but not for selection in queries."],["The `customer_asset_set.status` attribute indicates the current state of the customer asset set and can be used for filtering and sorting results."]]],["CustomerAssetSet establishes a link between a customer and an asset set. Linking is achieved by adding a CustomerAssetSet. Key fields include `asset_set` and `customer`, both of which are resource names. The `resource_name` field uniquely identifies the CustomerAssetSet. The `status` field indicates the state of the asset link and can be `ENABLED`, `REMOVED`, `UNKNOWN` or `UNSPECIFIED`. These fields are all attributes, with filtering available for all, selection for `asset_set`,`resource_name`, and `status`.\n"]]