অ্যাকশন লিঙ্ক নির্দিষ্ট করা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি অ্যাকশন লিঙ্ক ব্যবহারকারীদের একটি ডিপ লিঙ্কের সাথে ইন্টারঅ্যাক্ট করার ক্ষমতা প্রদান করে যা অংশীদারের ওয়েবসাইটে লিঙ্ক করে একটি অ্যাকশন সম্পাদন করে। ডিপ লিঙ্কগুলি ব্যবসায়ীর নলেজ প্যানেলে প্রদর্শিত হয়। এই নির্দেশিকাটি ফিডে অ্যাকশন লিঙ্কগুলি কীভাবে যুক্ত করবেন তা বর্ণনা করবে।
মার্চেন্ট লেভেলের অ্যাকশন লিঙ্ক
যখন কোনও নির্দিষ্ট মার্চেন্টের সমস্ত পরিষেবা ব্যবহারকারীকে পার্টনারের ওয়েবসাইটে একই ল্যান্ডিং পৃষ্ঠায় পুনঃনির্দেশিত করে, তখন আপনার মার্চেন্ট ফিডের মাধ্যমে একটি অ্যাকশন লিঙ্ক প্রদান করা উচিত।
মার্চেন্ট ফিডে ActionLinkType ব্যবহার করে অ্যাকশনের ধরণ নির্দিষ্ট করতে হবে, যা ActionLink এর অংশ।
// Predetermined type of action associated with an action link.enumActionLinkType{// The action link type is unspecified.ACTION_LINK_TYPE_UNSPECIFIED=0;// The action link type is booking an appointment.ACTION_LINK_TYPE_BOOK_APPOINTMENT=1;// The action link type is booking an online appointment.ACTION_LINK_TYPE_BOOK_ONLINE_APPOINTMENT=2;// The action link type is ordering food for delivery or takeout or both.ACTION_LINK_TYPE_ORDER_FOOD=3;// The action link type is ordering food for delivery.ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY=4;// The action link type is ordering food for takeout.ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT=5;// The action link type is making a dining reservation.ACTION_LINK_TYPE_MAKE_DINING_RESERVATION=6;// The action link type allows users to shop from the given merchant. It// could either be delivery or pickup.ACTION_LINK_TYPE_SHOP_ONLINE=7;}
[[["সহজে বোঝা যায়","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"]],["2026-03-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["Partners integrating with the Actions Center Reservations Business Link add action links to merchant feeds. These links, displayed on the merchant's knowledge panel, direct users to the partner's website for specific actions. Each merchant can have one action link per `ActionLinkType`, which specifies the action type (e.g., booking, ordering, reservations). `ActionLinkType` options include booking appointments, ordering food (delivery/takeout), making dining reservations, or shopping online. Action links should lead to a location-specific page where users complete the action.\n"]]