প্রদত্ত বণিকের জন্য পরিষেবাগুলির প্রদর্শনের ক্রম প্রভাবিত করতে, পরিষেবা ফিডে প্রতিটি Serviceranking_hint.score সেট করুন৷
// Ranking hints for a service. message ServiceRankingHint{ // Arbitrary partner or merchant assigned rank for this service. // // Services with a higher score will be shown more prominently (e.g. shown // higher in lists). Note that other factors may also influence ranking, such // as price, availability, user history, etc. // // Optional. Must be non-negative if set. float score =1[features.field_presence = EXPLICIT]; }
যখন একাধিক পরিষেবা প্রদর্শিত হয় (উদাহরণ: সরাসরি "বুক" বোতামের পরে পৃষ্ঠা যা ব্যবহারকারীর জন্য বেছে নেওয়া সমস্ত পরিষেবাগুলি প্রদর্শন করে), এটি পরিষেবাগুলি অর্ডার করার জন্য একটি সংকেত হিসাবে Service.ranking_hint.score ব্যবহার করবে৷ পৃষ্ঠায় যত বেশি স্কোর হবে তত বেশি পরিষেবাটি প্রদর্শিত হবে।
উদাহরণ
একজন ব্যবসায়ীর 3টি পরিষেবা "চুল কাটা", "কালারিং", "স্ক্যাল্প ম্যাসাজ এবং চুল কাটা" এবং তাদের পছন্দের অর্ডার নিম্নরূপ:
চুল কাটা
স্ক্যাল্প ম্যাসাজ এবং চুল কাটা
রং করা
পরিষেবা ফিড নিম্নলিখিত হিসাবে নির্দিষ্ট করা যেতে পারে:
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Control the display order of services by setting `ranking_hint.score` within each service in the Service feed."],["Services with higher `ranking_hint.score` values are displayed more prominently."],["Google might use additional signals alongside `ranking_hint.score`, potentially altering the specified order."],["If `ranking_hint.score` is used for one service of a merchant, it should be set for all services of that merchant."],["`ranking_hint.score` values must be non-negative."]]],["To control service display order, set `ranking_hint.score` in the Service feed. Higher scores elevate a service's position. Scores must be non-negative; if used for one merchant's service, all of the merchants services must include it. Google may use other signals to influence the ranking. For example, to order services as \"Haircut,\" \"Scalp massage and Haircut,\" then \"Coloring,\" assign scores of 30.0, 20.0, and 10.0, respectively, to each.\n"]]