Stay organized with collections
Save and categorize content based on your preferences.
Supported impression signals for Algorithm Rules.
Enums
IMPRESSION_SIGNAL_UNSPECIFIED
Unknown signal.
DAY_AND_TIME
The day of the week and hour of day the impression was made using browser's local time zone. Value is stored in the dayAndTimeValue field of the comparison value.
DEVICE_TYPE
Device type. Value is stored in the deviceTypeValue field of the comparison value.
AD_POSITION
Ad position. Value is stored in the onScreenPositionValue field of the comparison value.
OPERATING_SYSTEM_ID
The operating system identifier. Value is stored in the int64Value field of the comparison value.
MOBILE_MODEL_ID
The mobile model identifier. Value is stored in the int64Value field of the comparison value.
EXCHANGE
Exchange. Value is stored in the exchangeValue field of the comparison value.
ENVIRONMENT
Serving environment. Value is stored in the environmentValue field of the comparison value.
COUNTRY_ID
The country or region identifier. Value is stored in the int64Value field of the comparison value.
CITY_ID
The city identifier. Value is stored in the int64Value field of the comparison value.
BROWSER_ID
The browser identifier. Value is stored in the int64Value field of the comparison value.
CREATIVE_DIMENSION
Creative height and width in pixels. Value is stored in the creativeDimensionValue field of the comparison value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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"]]