Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Các tín hiệu hiển thị được hỗ trợ cho Quy tắc thuật toán.
Enum
IMPRESSION_SIGNAL_UNSPECIFIED
Tín hiệu không xác định.
DAY_AND_TIME
Ngày trong tuần và giờ trong ngày mà lượt hiển thị được thực hiện theo múi giờ địa phương của trình duyệt. Giá trị được lưu trữ trong trường dayAndTimeValue của giá trị so sánh.
DEVICE_TYPE
Loại thiết bị. Giá trị được lưu trữ trong trường deviceTypeValue của giá trị so sánh.
AD_POSITION
Vị trí quảng cáo. Giá trị được lưu trữ trong trường onScreenPositionValue của giá trị so sánh.
OPERATING_SYSTEM_ID
Giá trị nhận dạng hệ điều hành. Giá trị được lưu trữ trong trường int64Value của giá trị so sánh.
MOBILE_MODEL_ID
Mã nhận dạng mẫu thiết bị di động. Giá trị được lưu trữ trong trường int64Value của giá trị so sánh.
EXCHANGE
Đổi trả. Giá trị được lưu trữ trong trường exchangeValue của giá trị so sánh.
ENVIRONMENT
Môi trường phân phát. Giá trị được lưu trữ trong trường environmentValue của giá trị so sánh.
COUNTRY_ID
Mã nhận dạng quốc gia hoặc khu vực. Giá trị được lưu trữ trong trường int64Value của giá trị so sánh.
CITY_ID
Mã nhận dạng thành phố. Giá trị được lưu trữ trong trường int64Value của giá trị so sánh.
BROWSER_ID
Giá trị nhận dạng trình duyệt. Giá trị được lưu trữ trong trường int64Value của giá trị so sánh.
CREATIVE_DIMENSION
Chiều cao và chiều rộng của mẫu quảng cáo tính bằng pixel. Giá trị được lưu trữ trong trường creativeDimensionValue của giá trị so sánh.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-06-11 UTC."],[[["Algorithm Rules utilize various impression signals to optimize ad delivery."],["These signals include factors such as time and day, device type, ad position, and operating system."],["Mobile model, exchange, environment, geographic location (country, city), browser, and creative dimensions are also considered as impression signals."],["Each signal type is stored within specific fields of the comparison value for evaluation in Algorithm Rules."],["Detailed information about each signal and its corresponding value field can be found in the provided table and linked documentation."]]],["Algorithm Rules support impression signals categorized by enums. These include: `DAY_AND_TIME` (day/time of impression), `DEVICE_TYPE`, `AD_POSITION`, `OPERATING_SYSTEM_ID`, `MOBILE_MODEL_ID`, `EXCHANGE`, `ENVIRONMENT`, `COUNTRY_ID`, `CITY_ID`, `BROWSER_ID`, and `CREATIVE_DIMENSION` (creative's height and width). Each enum's value is stored in a specific field within the `ComparisonValue` structure, such as `int64Value` or `exchangeValue`. `IMPRESSION_SIGNAL_UNSPECIFIED` represents an unknown signal.\n"]]