Display & Video 360 API v2 غروب است. به جای آن از Display & Video 360 API v3 استفاده کنید. برای دستورالعملهای انتقال نسخه 2 به نسخه 3، راهنمای مهاجرت ما را ببینید.
{// 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 فقط می تواند یکی از موارد زیر باشد:
تاریخ آخرین بهروزرسانی 2025-01-06 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-01-06 بهوقت ساعت هماهنگ جهانی."],[[["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"]]