{// Union field signal can be only one of the following:"impressionSignal": enum (ImpressionSignal)// End of list of possible types for union field signal.}
Поля
Полевой signal Союза. Сигнал, используемый для оценки правил. signal может быть только одним из следующих:
{// Union field value can be only one of the following:"int64Value": string,"doubleValue": number,"stringValue": string,"boolValue": boolean,"creativeDimensionValue": {object (Dimensions)},"dayAndTimeValue": {object (DayAndTime)},"deviceTypeValue": enum (RuleDeviceType),"onScreenPositionValue": enum (OnScreenPosition),"environmentValue": enum (Environment),"exchangeValue": enum (Exchange)// End of list of possible types for union field value.}
Поля
value поля объединения. Значение, с которым сравнивается сигнал. value может быть только одним из следующих:
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-04-02 UTC."],[[["Algorithm rules define how signals are evaluated to generate impression values, using a ruleset with an aggregation type and maximum value."],["Rulesets contain rules, which are composed of conditions that compare signals to values using operators, with a default return value if no conditions are met."],["Rule conditions specify signal comparisons with return values, acting like 'if' statements where multiple comparisons are combined with 'AND' logic."],["Signals used for evaluation can be impression-based and are compared against values that can represent various data types like integers, doubles, strings, booleans, dimensions, and more."],["The system provides structures for defining time-based conditions and adjusting signal values for rule evaluation."]]],["This content describes a rule-based system for evaluating impression signals. It uses a `Ruleset` containing multiple `Rules`, each with `RuleConditions`. A `RuleCondition` includes `SignalComparisons` that check `Signal` values against `ComparisonValues` using operators. If conditions are met, a `SignalValue` is returned, or a `defaultReturnValue` if no conditions match. `ComparisonValue` can be various data types, including `DayAndTime`. The `Ruleset` aggregates rule results, capped by a `maxValue`.\n"]]