Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
{// 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"]],["2024-11-11 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."]]],[]]